mirror of
https://github.com/maputnik/editor.git
synced 2026-02-08 13:40:00 +00:00
remove cy. from layers.cy
This commit is contained in:
@@ -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');
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user