Apply suggestion from @HarelM

This commit is contained in:
Harel M
2026-07-12 09:00:50 +03:00
committed by GitHub
parent acaa350f0f
commit 91a6335d09
-1
View File
@@ -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;