Skip to content

Commit

Permalink
Adjust filter in purging selenium test for history grid
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Jan 15, 2024
1 parent acaeeae commit 868fbf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy_test/selenium/test_histories_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def test_permanently_delete_history(self):
self.assert_histories_in_grid([self.history4_name], False)

self.components.histories.advanced_search_toggle.wait_for_and_click()
self.components.histories.advanced_search_filter(filter="deleted").wait_for_and_click()
self.components.histories.advanced_search_filter(filter="purged").wait_for_and_click()
self.components.histories.advanced_search_submit.wait_for_and_click()
self.sleep_for(self.wait_types.UX_RENDER)

Expand Down

0 comments on commit 868fbf4

Please sign in to comment.