mirror of
https://github.com/maputnik/editor.git
synced 2026-08-25 14:37:27 +00:00
Disable survey in test runner, which was making the tests fail.
This commit is contained in:
@@ -13,6 +13,9 @@ describe('maputnik', function() {
|
|||||||
"geojson:example",
|
"geojson:example",
|
||||||
"raster:raster"
|
"raster:raster"
|
||||||
]));
|
]));
|
||||||
|
browser.execute(function() {
|
||||||
|
localStorage.setItem("survey", true);
|
||||||
|
});
|
||||||
browser.waitForExist(".maputnik-toolbar-link");
|
browser.waitForExist(".maputnik-toolbar-link");
|
||||||
browser.flushReactUpdates();
|
browser.flushReactUpdates();
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user