未验证 提交 292cda8e 编写于 作者: D Dmitry Kruchinin 提交者: GitHub

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

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

* Add log for debug

* Remove debug
上级 9a018cc4
......@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册