mirror of
https://github.com/maputnik/editor.git
synced 2026-08-25 14:37:27 +00:00
review comments
This commit is contained in:
@@ -306,7 +306,6 @@ describe("layers", () => {
|
|||||||
when.click("layer-list-item:background:" + bgId);
|
when.click("layer-list-item:background:" + bgId);
|
||||||
|
|
||||||
let errorSelector = ".CodeMirror-lint-marker-error";
|
let errorSelector = ".CodeMirror-lint-marker-error";
|
||||||
// Not a good idea to check that something doesn't exist. infinite things don't exist.
|
|
||||||
then(get.elementByTestId(errorSelector)).shouldNotExist();
|
then(get.elementByTestId(errorSelector)).shouldNotExist();
|
||||||
|
|
||||||
when.click(".CodeMirror");
|
when.click(".CodeMirror");
|
||||||
|
|||||||
Reference in New Issue
Block a user