We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 99ccfa8 + 6a80fcf commit 401eda7Copy full SHA for 401eda7
1 file changed
lib/galaxy_test/selenium/test_archive_explorer.py
@@ -74,6 +74,7 @@ def test_explore_remote_zip_paste_url(self):
74
self.wait_for_loading_indicator_to_finish()
75
self.expect_preview_title_to_be("Simple Workflow")
76
77
+ @selenium_only("Not yet migrated to support Playwright backend")
78
@selenium_test
79
def test_search_filters_files(self):
80
self.login()
@@ -90,6 +91,7 @@ def test_search_filters_files(self):
90
91
visible_cards = self.get_visible_item_cards()
92
assert len(visible_cards) == 1
93
94
95
96
def test_select_all_functionality(self):
97
0 commit comments