Skip to content

Commit

Permalink
related_filter_selenium: remove sleep and wait_for_absent instead
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedhamidawan committed Mar 7, 2023
1 parent 52bb4f9 commit e9ceffe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/galaxy_test/selenium/test_history_related_filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,4 @@ def test_history_related_filter(self):
assert initial_value == f"related:{CURRENT_HID}", initial_value
self.history_element("clear filters").wait_for_and_click()
filter_element.send_keys(f"related:{UNRELATED_HID}")
self.sleep_for(self.wait_types.UX_TRANSITION)
current_hda.assert_absent_or_hidden()
current_hda.wait_for_absent()

0 comments on commit e9ceffe

Please sign in to comment.