From 6e8c02ed65cb5bcd36dbd71a8a547994554d496d Mon Sep 17 00:00:00 2001 From: Birk Skyum <74932975+birkskyum@users.noreply.github.com> Date: Tue, 25 Feb 2025 11:15:16 +0100 Subject: [PATCH] unflake api key test (#1081) --- cypress/e2e/modals.cy.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/e2e/modals.cy.ts b/cypress/e2e/modals.cy.ts index 49271238..89d63359 100644 --- a/cypress/e2e/modals.cy.ts +++ b/cypress/e2e/modals.cy.ts @@ -245,7 +245,7 @@ describe("modals", () => { when.click("nav:open"); get.elementByAttribute('aria-label', "MapTiler Basic").should('exist').click(); - + when.wait(1000); when.click("nav:settings"); when.select("modal:settings.maputnik:renderer", "mlgljs");