Skip to content

Commit

Permalink
related_filter_selenium: Add UX_TRANSITION sleep for filter changes…
Browse files Browse the repository at this point in the history
… to load
  • Loading branch information
ahmedhamidawan committed Mar 7, 2023
1 parent 952d29d commit 52bb4f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/galaxy_test/selenium/test_history_related_filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,5 @@ 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()

0 comments on commit 52bb4f9

Please sign in to comment.