Skip to content

Commit

Permalink
fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
shelly_goldblit committed Dec 30, 2023
1 parent ef90291 commit efc507a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/keyboard.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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", () => {
Expand Down

0 comments on commit efc507a

Please sign in to comment.