Loading lib/galaxy/selenium/navigates_galaxy.py +1 −0 Original line number Diff line number Diff line Loading @@ -1653,6 +1653,7 @@ class NavigatesGalaxy(HasDriver): def workflow_run_ensure_expanded(self): workflow_run = self.components.workflow_run if workflow_run.expanded_form.is_absent: workflow_run.runtime_setting_button.wait_for_and_click() workflow_run.expand_form_link.wait_for_and_click() workflow_run.expanded_form.wait_for_visible() Loading Loading
lib/galaxy/selenium/navigates_galaxy.py +1 −0 Original line number Diff line number Diff line Loading @@ -1653,6 +1653,7 @@ class NavigatesGalaxy(HasDriver): def workflow_run_ensure_expanded(self): workflow_run = self.components.workflow_run if workflow_run.expanded_form.is_absent: workflow_run.runtime_setting_button.wait_for_and_click() workflow_run.expand_form_link.wait_for_and_click() workflow_run.expanded_form.wait_for_visible() Loading