Skip to content

Commit

Permalink
Add delete confirmation dialog on virtwhopluginConfigure (#685)
Browse files Browse the repository at this point in the history
* Add delete confirmation dialog on virtwhopluginConfigure

* Delete Pf4ConfirmationDialog from VirtwhoConfiguresView
  • Loading branch information
yanpliu authored Apr 13, 2022
1 parent 776c3e1 commit 2e047e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airgun/entities/virtwho_configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def delete(self, value):
view = self.navigate_to(self, 'All')
view.search(value)
view.table.row(name=value)['Actions'].widget.fill('Delete')
self.browser.handle_alert()
view.dialog.confirm()
view.flash.assert_no_error()
view.flash.dismiss()

Expand Down

0 comments on commit 2e047e8

Please sign in to comment.