Skip to content

Commit

Permalink
wait for save to complete
Browse files Browse the repository at this point in the history
  • Loading branch information
ElectronicBlueberry committed Nov 21, 2024
1 parent 3c27fee commit bd76c02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/galaxy_test/selenium/framework.py
Original file line number Diff line number Diff line change
Expand Up @@ -455,6 +455,7 @@ def assert_workflow_has_changes_and_save(self):
save_button.wait_for_visible()
assert not save_button.has_class("disabled")
save_button.wait_for_and_click()
save_button.wait_for_absent()
self.sleep_for(self.wait_types.UX_RENDER)

@retry_assertion_during_transitions
Expand Down

0 comments on commit bd76c02

Please sign in to comment.