Skip to content

Commit

Permalink
config backdrop ID selector
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddewie committed Dec 7, 2024
1 parent 1921e8f commit f3223f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proxy/test/ui/cypress/e2e/home.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ describe('home page', () => {

cy.screenshot()

cy.contains('Map configuration').get('.btn-close').click()
cy.get('#configuration-backdrop .btn-close').click()
cy.contains('Map configuration').should('not.be.visible')

cy.screenshot()
Expand Down

0 comments on commit f3223f5

Please sign in to comment.