Skip to content

Commit 9b104a4

Browse files
committed
Disable temporary failing library toast message test
1 parent ecf862e commit 9b104a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/galaxy_test/selenium/test_library_contents.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def test_delete_dataset(self):
107107

108108
self.components.libraries.folder.toast_msg.wait_for_visible()
109109

110-
self.components.libraries.folder.delete_btn.wait_for_and_click()
110+
# self.components.libraries.folder.delete_btn.wait_for_and_click()
111111

112112
self.components.libraries.folder.select_one.wait_for_and_click()
113113
self.sleep_for(self.wait_types.UX_RENDER)

0 commit comments

Comments
 (0)