Skip to content

Commit d23cd37

Browse files
attempt fixing test_change_datatype failure
1 parent 2482c73 commit d23cd37

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/galaxy_test/selenium/test_workflow_editor.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -760,6 +760,7 @@ def test_change_datatype(self):
760760
save_button.wait_for_and_click()
761761
# Will trigger confirmation modal
762762
self.components.confirm_dialog.ok_button.wait_for_and_click()
763+
self.components.confirm_dialog._.wait_for_absent_or_hidden()
763764
# Make connection valid again
764765
editor.change_datatype.wait_for_and_click()
765766
editor.select_datatype_text_search.wait_for_and_send_keys("tabular")

0 commit comments

Comments
 (0)