mirror of
https://github.com/maputnik/editor.git
synced 2026-06-16 12:17:27 +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");
|
||||
})
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user