Compare commits

...

3 Commits

Author SHA1 Message Date
Birk Skyum 36a1d4cefb remove only 2025-01-22 11:32:20 +01:00
Birk Skyum 410eadd648 remove cy. from layers.cy 2025-01-22 11:18:47 +01:00
Birk Skyum 41d408b778 demo downloads.html 2025-01-22 11:14:35 +01:00
2 changed files with 1 additions and 1 deletions
Binary file not shown.
+1 -1
View File
@@ -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');
});
});