Skip to content

Commit

Permalink
btn close click
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddewie committed Dec 7, 2024
1 parent 731b34e commit e5bbd49
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.get('button.btn-close').click()
cy.get('.btn-close').click()
cy.contains('Map configuration').should('not.be.visible')

cy.screenshot()
Expand Down

0 comments on commit e5bbd49

Please sign in to comment.