diff --git a/cypress/e2e/layer-editor.cy.ts b/cypress/e2e/layer-editor.cy.ts index 684e7773..1d084027 100644 --- a/cypress/e2e/layer-editor.cy.ts +++ b/cypress/e2e/layer-editor.cy.ts @@ -200,7 +200,7 @@ describe("layer editor", () => { }); }); - + describe("filter", () => { it("expand/collapse"); @@ -257,4 +257,4 @@ describe("layer editor", () => { then(get.element(".cm-lint-marker-error")).shouldExist(); }); }); -}); \ No newline at end of file +});