mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-23 15:40:01 -06:00
Increase some timeouts in Web UI tests
Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com> Reviewed-By: Petr Vobornik <pvoborni@redhat.com>
This commit is contained in:
parent
970af640ee
commit
1affddaabe
@ -501,7 +501,7 @@ class test_host(host_tasks):
|
||||
self.wait()
|
||||
actions = ActionChains(self.driver)
|
||||
actions.send_keys(Keys.ENTER).perform()
|
||||
self.wait(0.7)
|
||||
self.wait(2)
|
||||
self.dialog_button_click('cancel')
|
||||
self.assert_no_dialog()
|
||||
|
||||
|
@ -752,7 +752,7 @@ class TestLifeCycles(UI_driver):
|
||||
self.button_click('batch_stage')
|
||||
self.dialog_button_click('ok')
|
||||
self.assert_no_error_dialog()
|
||||
self.wait(0.7)
|
||||
self.wait(2)
|
||||
# fix assert after https://pagure.io/freeipa/issue/7477 is closed
|
||||
self.assert_notification(assert_text='1 users(s) staged')
|
||||
|
||||
@ -814,7 +814,7 @@ class TestLifeCycles(UI_driver):
|
||||
self.button_click('batch_stage')
|
||||
self.dialog_button_click('ok')
|
||||
self.assert_no_error_dialog()
|
||||
self.wait(0.7)
|
||||
self.wait(2)
|
||||
self.assert_notification(assert_text='2 users(s) staged')
|
||||
|
||||
# activate multiple users from stage
|
||||
|
Loading…
Reference in New Issue
Block a user