diff --git a/proxy/test/ui/cypress/e2e/home.cy.js b/proxy/test/ui/cypress/e2e/home.cy.js index 0354eea2..4f0a70fe 100644 --- a/proxy/test/ui/cypress/e2e/home.cy.js +++ b/proxy/test/ui/cypress/e2e/home.cy.js @@ -55,7 +55,7 @@ describe('home page', () => { cy.screenshot() - cy.get('.btn-close').click() + cy.contains('Map configuration').get('.btn-close').click() cy.contains('Map configuration').should('not.be.visible') cy.screenshot()