Skip to content

Commit ee3749a

Browse files
use confirm dialog confirm button for workflow list deletion
1 parent cc28251 commit ee3749a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/galaxy/selenium/navigates_galaxy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1959,7 +1959,7 @@ def workflow_delete_by_name(self, name):
19591959
self.components.workflows.workflow_drop_down.wait_for_and_click()
19601960
self.components.workflows.delete_button.wait_for_and_click()
19611961
self.sleep_for(self.wait_types.UX_RENDER)
1962-
self.components._.confirm_button(name="Delete").wait_for_and_click()
1962+
self.components.confirm_dialog.ok_button.wait_for_and_click()
19631963

19641964
def workflow_bookmark_by_name(self, name):
19651965
self.workflow_index_search_for(name)

0 commit comments

Comments
 (0)