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");