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:
Serhii Tsymbaliuk 2018-09-12 08:54:08 +02:00
parent 970af640ee
commit 1affddaabe
2 changed files with 3 additions and 3 deletions

View File

@ -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()

View File

@ -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