mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
webui tests: close notification when revoking cert
When a cert is revoked, a notification is displayed and may obscure the buttons. Make sure to close the notification before moving to the next step. Fixes: https://pagure.io/freeipa/issue/8911 Signed-off-by: Florence Blanc-Renaud <flo@redhat.com> Reviewed-By: Mohammad Rizwan <myusuf@redhat.com>
This commit is contained in:
parent
bd0d437450
commit
4bd1d15b60
@ -107,6 +107,7 @@ class test_cert(UI_driver):
|
||||
self.action_list_action('revoke_cert', False)
|
||||
self.select('select[name=revocation_reason]', reason)
|
||||
self.dialog_button_click('ok')
|
||||
self.close_notifications()
|
||||
self.navigate_to_entity(ENTITY)
|
||||
|
||||
return cert
|
||||
|
Loading…
Reference in New Issue
Block a user