From efc507aecda695b7c3395767fc069a020684942d Mon Sep 17 00:00:00 2001 From: shelly_goldblit Date: Sat, 30 Dec 2023 18:36:27 +0200 Subject: [PATCH] fix failing test --- cypress/e2e/keyboard.cy.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", () => {