mirror of
https://github.com/maputnik/editor.git
synced 2026-08-29 16:37:25 +00:00
Compare commits
3 Commits
5e755e8e61
...
36a1d4cefb
| Author | SHA1 | Date | |
|---|---|---|---|
| 36a1d4cefb | |||
| 410eadd648 | |||
| 41d408b778 |
Binary file not shown.
@@ -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