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");