diff --git a/proxy/test/ui/cypress/e2e/home.cy.js b/proxy/test/ui/cypress/e2e/home.cy.js index cf917987..0354eea2 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('button.btn-close').click() + cy.get('.btn-close').click() cy.contains('Map configuration').should('not.be.visible') cy.screenshot()