mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-11-10 03:51:56 +01:00
Disable survey in test runner, which was making the tests fail.
This commit is contained in:
parent
cc51774259
commit
bdc6489db4
1 changed files with 3 additions and 0 deletions
|
@ -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();
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue