mirror of
https://github.com/maputnik/editor.git
synced 2025-12-25 07:30:00 +00:00
Switch from react-aria-menubutton to <select/>
This commit is contained in:
@@ -100,7 +100,7 @@ describe("modals", function() {
|
||||
"geojson:example"
|
||||
]));
|
||||
|
||||
browser.click(wd.$("nav:inspect"));
|
||||
browser.setValue(wd.$("nav:inspect", "select"), "inspect");
|
||||
})
|
||||
})
|
||||
|
||||
|
||||
@@ -83,7 +83,7 @@ describe('screenshots', function() {
|
||||
browser.waitForExist(".maputnik-toolbar-link");
|
||||
browser.flushReactUpdates();
|
||||
|
||||
browser.click(wd.$("nav:inspect"))
|
||||
browser.setValue(wd.$("nav:inspect", "select"), "inspect");
|
||||
browser.flushReactUpdates();
|
||||
|
||||
browser.takeScreenShot("/inspect.png")
|
||||
|
||||
Reference in New Issue
Block a user