diff --git a/cypress/e2e/keyboard.cy.ts b/cypress/e2e/keyboard.cy.ts index d5ba64b8..4cc4b388 100644 --- a/cypress/e2e/keyboard.cy.ts +++ b/cypress/e2e/keyboard.cy.ts @@ -45,7 +45,7 @@ describe("keyboard", () => { it("'i' should change map to inspect mode", () => { when.typeKeys("i"); - then(get.inputValue("nav:inspect")).shouldEqual("inspect"); + then(get.inputValue("maputnik-select")).shouldEqual("inspect"); }); it("'m' should focus map", () => {