diff --git a/lib/galaxy/selenium/navigates_galaxy.py b/lib/galaxy/selenium/navigates_galaxy.py index 522caa779c46..0ca2745ae32c 100644 --- a/lib/galaxy/selenium/navigates_galaxy.py +++ b/lib/galaxy/selenium/navigates_galaxy.py @@ -1258,8 +1258,6 @@ def workflow_editor_add_steps(self, name: str): insert_button = self.components.workflows.workflow_card_button(name=name, title="Copy steps into workflow") insert_button.wait_for_and_click() - self.components.workflow_editor.node._(label=name).wait_for_present() - self.sleep_for(self.wait_types.UX_RENDER) def workflow_editor_add_subworkflow(self, name: str):