mirror of
https://github.com/maputnik/editor.git
synced 2026-01-03 03:50:00 +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",
|
||||
"raster:raster"
|
||||
]));
|
||||
browser.execute(function() {
|
||||
localStorage.setItem("survey", true);
|
||||
});
|
||||
browser.waitForExist(".maputnik-toolbar-link");
|
||||
browser.flushReactUpdates();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user