Skip to content

Commit 401eda7

Browse files
authored
Merge pull request galaxyproject#21341 from davelopez/fix_archive_explorer_tests_playwright_not_supported
Annotates archive explorer tests as Selenium-only
2 parents 99ccfa8 + 6a80fcf commit 401eda7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lib/galaxy_test/selenium/test_archive_explorer.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ def test_explore_remote_zip_paste_url(self):
7474
self.wait_for_loading_indicator_to_finish()
7575
self.expect_preview_title_to_be("Simple Workflow")
7676

77+
@selenium_only("Not yet migrated to support Playwright backend")
7778
@selenium_test
7879
def test_search_filters_files(self):
7980
self.login()
@@ -90,6 +91,7 @@ def test_search_filters_files(self):
9091
visible_cards = self.get_visible_item_cards()
9192
assert len(visible_cards) == 1
9293

94+
@selenium_only("Not yet migrated to support Playwright backend")
9395
@selenium_test
9496
def test_select_all_functionality(self):
9597
self.login()

0 commit comments

Comments
 (0)