use driver

This commit is contained in:
Birk Skyum
2025-01-27 14:50:23 +01:00
parent 84706c0a3a
commit a9a69130b9

View File

@@ -239,14 +239,12 @@ describe("modals", () => {
it("inlcude API key when change renderer", () => {
it.only("inlcude API key when change renderer", () => {
when.click("modal:settings.close-modal")
when.click("nav:open");
cy.get('[aria-label="MapTiler Basic"]').should('exist').click();
get.elementByAttribute('aria-label', "MapTiler Basic").should('exist').click();
when.click("nav:settings");