mirror of
https://github.com/maputnik/editor.git
synced 2026-07-28 00:37:27 +00:00
Remove redundant comment
This commit is contained in:
@@ -29,7 +29,6 @@ describe("layer editor", () => {
|
|||||||
const bgId = await createBackground();
|
const bgId = await createBackground();
|
||||||
await when.click("layer-list-item:background:" + bgId);
|
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 then(get.elementByTestId("layer-editor.layer-id.input")).shouldBeVisible();
|
||||||
|
|
||||||
await when.toggleGroupInLayerEditor("Layer");
|
await when.toggleGroupInLayerEditor("Layer");
|
||||||
|
|||||||
Reference in New Issue
Block a user