Remove redundant comment

This commit is contained in:
HarelM
2026-07-12 10:46:13 +03:00
parent 373b57a6f4
commit dbe5d3916d
-1
View File
@@ -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");