review comments

This commit is contained in:
shelly_goldblit
2024-01-01 16:51:10 +02:00
parent b869905db9
commit b74e5d4c74

View File

@@ -306,7 +306,6 @@ describe("layers", () => {
when.click("layer-list-item:background:" + bgId);
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();
when.click(".CodeMirror");