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; }