fix failing test

This commit is contained in:
shelly_goldblit
2023-12-30 18:36:27 +02:00
parent ef902910c8
commit efc507aecd

View File

@@ -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", () => {