From 410eadd6486364d3194a9aeafe54dc85128ea92e Mon Sep 17 00:00:00 2001 From: Birk Skyum Date: Wed, 22 Jan 2025 11:18:47 +0100 Subject: [PATCH] remove cy. from layers.cy --- cypress/e2e/layers.cy.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cypress/e2e/layers.cy.ts b/cypress/e2e/layers.cy.ts index d96c498c..7b75be54 100644 --- a/cypress/e2e/layers.cy.ts +++ b/cypress/e2e/layers.cy.ts @@ -496,7 +496,7 @@ describe("layers", () => { }); - describe("layereditor jsonlint should error", ()=>{ + describe.only("layereditor jsonlint should error", ()=>{ it("add", () => { const id = when.modal.fillLayers({ @@ -519,7 +519,7 @@ describe("layers", () => { sourceText.click(); sourceText.type("\""); - const error = cy.get('.CodeMirror-lint-marker-error'); + const error = get.element('.CodeMirror-lint-marker-error'); error.should('exist'); }); });