Skip to content

Commit aeca1e8

Browse files
author
jekabskarklins
committed
fix: ensure confirmation click is properly handled in bulk reassign reviews
1 parent 1701b9e commit aeca1e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/e2e/cypress/e2e/instruments.cy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@ context('Instrument tests', () => {
642642

643643
cy.get('[data-cy="bulk-reassign-reviews"]').click();
644644

645-
cy.get('[data-cy="confirm-ok"]').click();
645+
cy.get('[data-cy="confirm-ok"]').click();
646646

647647
cy.get('@createdProposal2Id').then((proposalId) => {
648648
cy.get('[data-cy="multi-instrument-alert"]').contains(`${proposalId}`);

0 commit comments

Comments
 (0)