summaryrefslogtreecommitdiff
path: root/service/test/functional/features/steps/mail_list.py
diff options
context:
space:
mode:
authorkaeff <hi@kaeff.net>2015-09-08 16:49:22 +0200
committerkaeff <hi@kaeff.net>2015-09-08 16:49:22 +0200
commit01b7be57b7e341ea21eaa136b12a532f651d9c30 (patch)
tree760e035c4727914baeb80aa7226b4ddaa9ec0d14 /service/test/functional/features/steps/mail_list.py
parent78cc2dad9c34d1a86f5dfed71b0a2fc29c695478 (diff)
Another try for flaky checkboxes FT: Wait until loading finished
A reincarnation of 0e42b6d. While waiting for appear/disappear didn't help, the current CI failures seem to be related to a sync still be going on.
Diffstat (limited to 'service/test/functional/features/steps/mail_list.py')
-rw-r--r--service/test/functional/features/steps/mail_list.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/service/test/functional/features/steps/mail_list.py b/service/test/functional/features/steps/mail_list.py
index 9b7bdb4a..26ed69b9 100644
--- a/service/test/functional/features/steps/mail_list.py
+++ b/service/test/functional/features/steps/mail_list.py
@@ -103,6 +103,7 @@ def impl(context):
last_email().find_element_by_tag_name('input').click()
find_element_by_id(context, 'delete-selected').click()
wait_for_user_alert_to_disapear(context)
+ wait_for_loading_to_finish(context)
spend_time_in_reactor()
assert 0 == len(context.browser.find_element_by_id('mail-list').find_elements_by_tag_name('li'))