mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
WebUI Tests stabilize
- close notifications - add wait in cert test case Signed-off-by: Pavel Picka <ppicka@redhat.com> Reviewed-By: Michal Reznik <mreznik@redhat.com>
This commit is contained in:
parent
c1a0c3c556
commit
016df47ded
@ -266,6 +266,7 @@ class test_service(sevice_tasks):
|
||||
self.wait()
|
||||
self.select('select', '1')
|
||||
self.dialog_button_click('ok')
|
||||
self.close_notifications()
|
||||
|
||||
# check that revoke action is not enabled
|
||||
self.assert_action_list_action('revoke', enabled=False,
|
||||
|
@ -243,6 +243,7 @@ class test_user(user_tasks):
|
||||
|
||||
# cert request
|
||||
self.action_list_action('request_cert', confirm=False)
|
||||
self.wait(seconds=2)
|
||||
self.assert_dialog()
|
||||
self.fill_text("textarea[name='csr']", csr)
|
||||
self.dialog_button_click('issue')
|
||||
|
Loading…
Reference in New Issue
Block a user