diff --git a/tests/cypress/integration/actions_users/registration_involved/case_28_review_pipeline_feature.js b/tests/cypress/integration/actions_users/registration_involved/case_28_review_pipeline_feature.js index 1b2d6d6b..10d3da40 100644 --- a/tests/cypress/integration/actions_users/registration_involved/case_28_review_pipeline_feature.js +++ b/tests/cypress/integration/actions_users/registration_involved/case_28_review_pipeline_feature.js @@ -316,7 +316,7 @@ context('Review pipeline feature', () => { cy.get('.cvat-notification-notice-save-annotations-failed') .should('exist') .within(() => { - cy.get('[data-icon="close"]').click(); // Close the notice. + cy.get('[data-icon="close"]').click({ multiple: true }); // Close the notice. }); cy.goToTaskList(); cy.logout(thirdUserName);