mirror of
https://github.com/maputnik/editor.git
synced 2026-07-28 08:47:27 +00:00
fix failing test
This commit is contained in:
@@ -45,7 +45,7 @@ describe("keyboard", () => {
|
|||||||
|
|
||||||
it("'i' should change map to inspect mode", () => {
|
it("'i' should change map to inspect mode", () => {
|
||||||
when.typeKeys("i");
|
when.typeKeys("i");
|
||||||
then(get.inputValue("nav:inspect")).shouldEqual("inspect");
|
then(get.inputValue("maputnik-select")).shouldEqual("inspect");
|
||||||
});
|
});
|
||||||
|
|
||||||
it("'m' should focus map", () => {
|
it("'m' should focus map", () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user