mirror of
https://github.com/maputnik/editor.git
synced 2026-07-25 23:37:27 +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", () => {
|
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');
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user