mirror of
https://github.com/maputnik/editor.git
synced 2026-08-28 16:07:28 +00:00
Apply suggestion from @HarelM
This commit is contained in:
@@ -82,7 +82,6 @@ describe("modals", () => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
test("active sources are listed and can be deleted", async () => {
|
test("active sources are listed and can be deleted", async () => {
|
||||||
// The "both" style ships with active sources; reopen the modal against it.
|
|
||||||
await when.setStyle("both");
|
await when.setStyle("both");
|
||||||
await when.click("nav:sources");
|
await when.click("nav:sources");
|
||||||
const before = Object.keys(get.fixture("geojson-raster-style.json").sources).length;
|
const before = Object.keys(get.fixture("geojson-raster-style.json").sources).length;
|
||||||
|
|||||||
Reference in New Issue
Block a user