Skip to content

Commit

Permalink
118627: e2e Fix with new "btn-close"
Browse files Browse the repository at this point in the history
  • Loading branch information
Wout-atmire committed Oct 17, 2024
1 parent 2196138 commit fcede75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/submission.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ describe('New Submission page', () => {
});

// Close popup window
cy.get('ds-dynamic-lookup-relation-modal button.close').click();
cy.get('ds-dynamic-lookup-relation-modal button.btn-close').click();

// Back on the form, click the discard button to remove new submission
// Clicking it will display a confirmation, which we will confirm with another click
Expand Down

0 comments on commit fcede75

Please sign in to comment.