diff --git a/cypress/e2e/layers.cy.ts b/cypress/e2e/layers.cy.ts index 0b3342cb..71b37e90 100644 --- a/cypress/e2e/layers.cy.ts +++ b/cypress/e2e/layers.cy.ts @@ -306,7 +306,6 @@ describe("layers", () => { when.click("layer-list-item:background:" + bgId); let errorSelector = ".CodeMirror-lint-marker-error"; - // Not a good idea to check that something doesn't exist. infinite things don't exist. then(get.elementByTestId(errorSelector)).shouldNotExist(); when.click(".CodeMirror");