From f78146d1641683abb548d22feba053038ae9916b Mon Sep 17 00:00:00 2001 From: noam-heller1 <121542318+noam-heller1@users.noreply.github.com> Date: Sun, 26 May 2024 10:33:52 +0300 Subject: [PATCH] Revert "TEST Interaction for mobile (#1239)" This reverts commit 3a482e7317c4c4962ee19173ae1c41dffcecc0eb. --- .github/workflows/node.yml | 2 +- .../src/components/gallery/proGallery/galleryContainer.js | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/node.yml b/.github/workflows/node.yml index 22ac2d051a..3406b6a41d 100644 --- a/.github/workflows/node.yml +++ b/.github/workflows/node.yml @@ -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 diff --git a/packages/gallery/src/components/gallery/proGallery/galleryContainer.js b/packages/gallery/src/components/gallery/proGallery/galleryContainer.js index b84688336c..eb81c26920 100644 --- a/packages/gallery/src/components/gallery/proGallery/galleryContainer.js +++ b/packages/gallery/src/components/gallery/proGallery/galleryContainer.js @@ -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; }