Skip to content

Commit

Permalink
fix rebased test function
Browse files Browse the repository at this point in the history
  • Loading branch information
ElectronicBlueberry committed Dec 4, 2024
1 parent 85bde64 commit 90e6393
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy/selenium/navigates_galaxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -1209,7 +1209,7 @@ def workflow_editor_add_input(self, item_name="data_input"):
# Make sure we're on the workflow editor and not clicking the main tool panel.
editor.canvas_body.wait_for_visible()

editor.tool_menu.wait_for_visible()
self.open_toolbox()
editor.tool_menu_section_link(section_name="inputs").wait_for_and_click()
editor.tool_menu_item_link(item_name=item_name).wait_for_and_click()

Expand Down

0 comments on commit 90e6393

Please sign in to comment.