From dbe5d3916da42932918ddc8492c66397b62111cd Mon Sep 17 00:00:00 2001 From: HarelM Date: Sun, 12 Jul 2026 10:46:13 +0300 Subject: [PATCH] Remove redundant comment --- e2e/layer-editor.spec.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/e2e/layer-editor.spec.ts b/e2e/layer-editor.spec.ts index 95a16ba4..12c6f505 100644 --- a/e2e/layer-editor.spec.ts +++ b/e2e/layer-editor.spec.ts @@ -29,7 +29,6 @@ describe("layer editor", () => { const bgId = await createBackground(); await when.click("layer-list-item:background:" + bgId); - // Groups start expanded, so the "Layer" group's fields are on screen. await then(get.elementByTestId("layer-editor.layer-id.input")).shouldBeVisible(); await when.toggleGroupInLayerEditor("Layer");