mirror of
https://github.com/maputnik/editor.git
synced 2026-02-06 12:40:00 +00:00
fix failing test
This commit is contained in:
@@ -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", () => {
|
||||
|
||||
Reference in New Issue
Block a user