Switch from react-aria-menubutton to <select/>

This commit is contained in:
orangemug
2018-10-06 13:54:02 +01:00
parent e4aa016713
commit a356bfd601
4 changed files with 41 additions and 31 deletions

View File

@@ -100,7 +100,7 @@ describe("modals", function() {
"geojson:example"
]));
browser.click(wd.$("nav:inspect"));
browser.setValue(wd.$("nav:inspect", "select"), "inspect");
})
})

View File

@@ -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")