Skip to content

Commit

Permalink
remove invalid check in insert steps
Browse files Browse the repository at this point in the history
  • Loading branch information
ElectronicBlueberry committed Nov 25, 2024
1 parent 6c3b2ce commit 0873c1b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/galaxy/selenium/navigates_galaxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 0873c1b

Please sign in to comment.