Unverified Commit adb0df00 authored by Ahmed Awan's avatar Ahmed Awan Committed by mvdbeek
Browse files

fix advanced run form selector for seleniums

parent 59cea341
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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()