Cypress. Update test "Review pipeline feature". (#3207)

* Add { multiple: true } for closing cvat-notification-notice-save-annotations-failed

* Add log for debug

* Remove debug
main
Dmitry Kruchinin 5 years ago committed by GitHub
parent 9a018cc4e0
commit 292cda8ed1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -316,7 +316,7 @@ context('Review pipeline feature', () => {
cy.get('.cvat-notification-notice-save-annotations-failed') cy.get('.cvat-notification-notice-save-annotations-failed')
.should('exist') .should('exist')
.within(() => { .within(() => {
cy.get('[data-icon="close"]').click(); // Close the notice. cy.get('[data-icon="close"]').click({ multiple: true }); // Close the notice.
}); });
cy.goToTaskList(); cy.goToTaskList();
cy.logout(thirdUserName); cy.logout(thirdUserName);

Loading…
Cancel
Save