From 4f91e3c1a956ecea8bee5ae4b4e06c4d2176a7d8 Mon Sep 17 00:00:00 2001 From: Hidde Wieringa Date: Sat, 7 Dec 2024 20:02:45 +0100 Subject: [PATCH] click map configuration close modal --- proxy/test/ui/cypress/e2e/home.cy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()