Skip to content

Commit

Permalink
test: fix test when user clicks outside the modal
Browse files Browse the repository at this point in the history
  • Loading branch information
d-rita committed Feb 4, 2025
1 parent d3114bb commit e2c13cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ When('the user opens the menu', () => {
})

When('the user clicks outside of the menu', () => {
cy.get('.backdrop').click({ force: true })
cy.get('.headerbar > dialog').click({ force: true })
})

0 comments on commit e2c13cd

Please sign in to comment.