mirror of
https://github.com/maputnik/editor.git
synced 2026-01-07 22:10:01 +00:00
setValue -> selectByValue
This commit is contained in:
@@ -100,7 +100,7 @@ describe("modals", function() {
|
||||
"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.flushReactUpdates();
|
||||
|
||||
browser.setValue(wd.$("nav:inspect", "select"), "inspect");
|
||||
browser.selectByValue(wd.$("nav:inspect", "select"), "inspect");
|
||||
browser.flushReactUpdates();
|
||||
|
||||
browser.takeScreenShot("/inspect.png")
|
||||
|
||||
Reference in New Issue
Block a user