Skip to content

Commit

Permalink
Revert "TEST Interaction for mobile (#1239)" (#1240)
Browse files Browse the repository at this point in the history
This reverts commit 3a482e7.
  • Loading branch information
noam-heller1 committed May 26, 2024
1 parent 3600d2e commit b3b9e36
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
strategy:
matrix:
node-version: [16.13.0]
test-script: ["ci:test-e2e-layouts","ci:test-e2e-styleParams", "ci:test-e2e-integration"]
test-script: ["ci:test-unit", "ci:test-e2e-layouts","ci:test-e2e-styleParams", "ci:test-e2e-integration"]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
- uses: actions/checkout@v2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -763,7 +763,6 @@ export class GalleryContainer extends React.Component {
case GALLERY_CONSTS.events.HOVER_SET:
case GALLERY_CONSTS.events.LOAD_MORE_CLICKED:
case GALLERY_CONSTS.events.ITEM_ACTION_TRIGGERED:
case GALLERY_CONSTS.events.ITEM_CLICKED:
this.setState({ firstUserInteractionExecuted: true });
break;
}
Expand Down

0 comments on commit b3b9e36

Please sign in to comment.