diff --git a/e2e/modals.spec.ts b/e2e/modals.spec.ts index d212077d..e3a331d9 100644 --- a/e2e/modals.spec.ts +++ b/e2e/modals.spec.ts @@ -82,7 +82,6 @@ describe("modals", () => { }); 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.click("nav:sources"); const before = Object.keys(get.fixture("geojson-raster-style.json").sources).length;