diff --git a/ipatests/test_webui/test_cert.py b/ipatests/test_webui/test_cert.py index 53dc76faa..7a8ffde91 100644 --- a/ipatests/test_webui/test_cert.py +++ b/ipatests/test_webui/test_cert.py @@ -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