Skip to content

Commit f787b8e

Browse files
author
Oleg Valiulin
committed
add visible check to modal
1 parent 0421ce5 commit f787b8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/cypress/support/commands.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1886,7 +1886,7 @@ Cypress.Commands.add('mergeConsensusJob', (jobID, status = 202) => {
18861886
cy.contains('[role="menuitem"]', /^Merge consensus job$/)
18871887
.should('exist').and('be.visible')
18881888
.click({ force: true, scrollBehavior: false });
1889-
cy.get('.cvat-modal-confirm-consensus-merge-job')
1889+
cy.get('.cvat-modal-confirm-consensus-merge-job').should('be.visible')
18901890
.contains('button', /^Merge$/)
18911891
.should('exist').and('be.visible')
18921892
.click();

0 commit comments

Comments
 (0)