mirror of
https://github.com/maputnik/editor.git
synced 2026-07-27 08:17:26 +00:00
Remove redundant comment
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user