Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tsubik committed Dec 10, 2024
1 parent 812e359 commit b9d635e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions e2e/cypress/e2e/operator.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ describe('Operator', function () {
.siblings('.c-doc-card-upload')
.contains('button', 'Delete')
.click();
cy.get('[data-test-id=confirm-modal-confirm]').click();
cy.wait('@documentsReload');
cy.wait(1000);

Expand Down

0 comments on commit b9d635e

Please sign in to comment.