Update tests

This commit is contained in:
pathmapper
2018-10-29 11:16:27 +01:00
parent 9cac5305cd
commit 9f6250c489
6 changed files with 13 additions and 0 deletions

View File

@@ -99,6 +99,7 @@ describe("modals", function() {
browser.url(config.baseUrl+"?debug&style="+helper.getStyleUrl([
"geojson:example"
]));
browser.alertAccept();
browser.selectByValue(wd.$("nav:inspect", "select"), "inspect");
})