mirror of
https://github.com/maputnik/editor.git
synced 2026-04-14 05:20:02 +00:00
Update tests for WebdriverIO v5
This commit is contained in:
@@ -11,11 +11,12 @@ describe('maputnik', function() {
|
||||
"geojson:example",
|
||||
"raster:raster"
|
||||
]));
|
||||
browser.alertAccept();
|
||||
browser.acceptAlert();
|
||||
browser.execute(function() {
|
||||
localStorage.setItem("survey", true);
|
||||
});
|
||||
browser.waitForExist(".maputnik-toolbar-link");
|
||||
const elem = $(".maputnik-toolbar-link");
|
||||
elem.waitForExist();
|
||||
browser.flushReactUpdates();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user