remove cy. from layers.cy

This commit is contained in:
Birk Skyum
2025-01-22 11:18:47 +01:00
parent 41d408b778
commit 410eadd648
+2 -2
View File
@@ -496,7 +496,7 @@ describe("layers", () => {
}); });
describe("layereditor jsonlint should error", ()=>{ describe.only("layereditor jsonlint should error", ()=>{
it("add", () => { it("add", () => {
const id = when.modal.fillLayers({ const id = when.modal.fillLayers({
@@ -519,7 +519,7 @@ describe("layers", () => {
sourceText.click(); sourceText.click();
sourceText.type("\""); sourceText.type("\"");
const error = cy.get('.CodeMirror-lint-marker-error'); const error = get.element('.CodeMirror-lint-marker-error');
error.should('exist'); error.should('exist');
}); });
}); });