More workflow test case fixes for #4047.

I think previously this button would be there on page load and now it is loaded after the page in JS.
This commit is contained in:
John Chilton
2017-05-20 09:07:17 -04:00
parent 3f4d820b46
commit a2ed7f2fc8
+2 -1
View File
@@ -449,7 +449,8 @@ class NavigatesGalaxy(HasDriver):
self.click_xpath(self.navigation_data["selectors"]["masthead"]["workflow"])
def click_button_new_workflow(self):
self.click_selector(self.navigation_data["selectors"]["workflows"]["new_button"])
element = self.wait_for_selector_clickable(self.navigation_data["selectors"]["workflows"]["new_button"])
element.click()
def wait_for_sizzle_selector_clickable(self, selector):
element = self._wait_on(