mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-12-28 02:55:28 +01:00
setValue -> selectByValue
This commit is contained in:
parent
a356bfd601
commit
1525807d06
2 changed files with 2 additions and 2 deletions
|
@ -100,7 +100,7 @@ describe("modals", function() {
|
||||||
"geojson:example"
|
"geojson:example"
|
||||||
]));
|
]));
|
||||||
|
|
||||||
browser.setValue(wd.$("nav:inspect", "select"), "inspect");
|
browser.selectByValue(wd.$("nav:inspect", "select"), "inspect");
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
|
@ -83,7 +83,7 @@ describe('screenshots', function() {
|
||||||
browser.waitForExist(".maputnik-toolbar-link");
|
browser.waitForExist(".maputnik-toolbar-link");
|
||||||
browser.flushReactUpdates();
|
browser.flushReactUpdates();
|
||||||
|
|
||||||
browser.setValue(wd.$("nav:inspect", "select"), "inspect");
|
browser.selectByValue(wd.$("nav:inspect", "select"), "inspect");
|
||||||
browser.flushReactUpdates();
|
browser.flushReactUpdates();
|
||||||
|
|
||||||
browser.takeScreenShot("/inspect.png")
|
browser.takeScreenShot("/inspect.png")
|
||||||
|
|
Loading…
Reference in a new issue