From 91a6335d09ad11c94c31c478413e142471ca5993 Mon Sep 17 00:00:00 2001 From: Harel M Date: Sun, 12 Jul 2026 09:00:50 +0300 Subject: [PATCH] Apply suggestion from @HarelM --- e2e/modals.spec.ts | 1 - 1 file changed, 1 deletion(-) 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;