mirror of
https://github.com/maputnik/editor.git
synced 2026-07-28 00:37:27 +00:00
Apply suggestion from @HarelM
This commit is contained in:
@@ -78,7 +78,6 @@ describe("layer editor", () => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
test("the range slider adjusts min-zoom", async () => {
|
test("the range slider adjusts min-zoom", async () => {
|
||||||
// The slider starts at 1 (set via the text input above); one step right lands on 2.
|
|
||||||
await when.focus("min-zoom.input-range");
|
await when.focus("min-zoom.input-range");
|
||||||
await when.typeKeys("{rightarrow}");
|
await when.typeKeys("{rightarrow}");
|
||||||
await then(get.styleFromLocalStorage()).shouldDeepNestedInclude({
|
await then(get.styleFromLocalStorage()).shouldDeepNestedInclude({
|
||||||
|
|||||||
Reference in New Issue
Block a user