Skip to content

Commit

Permalink
Fix e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhwhite committed Feb 1, 2024
1 parent 4d9fb28 commit 04e3412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/integration-e2e/src/e2e/modal-footer-dropdown.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ describe('modal footer dropdown', () => {
cy.get('app-modal-footer-dropdown .space + div button')
.should('be.visible')
.should('contain.text', 'Open full page modal')
.first()
.last()
.click({
waitForAnimations: true,
});
Expand Down

0 comments on commit 04e3412

Please sign in to comment.