diff options
author | Bruno Wagner <bwagner@riseup.net> | 2015-09-14 14:54:12 -0300 |
---|---|---|
committer | Bruno Wagner <bwagner@riseup.net> | 2015-09-14 14:54:12 -0300 |
commit | c0f48d7d0bb1a62346d2f7fec5d1dc814a6a52c7 (patch) | |
tree | 56b86fdf4c8546cae8fab8eee0eafc8e7f3b0d77 /service/test/functional | |
parent | 88e599ec85e5f1dc8223b6c518aa917202ae6ec4 (diff) |
Fixed a typo in a functional test comment
Diffstat (limited to 'service/test/functional')
-rw-r--r-- | service/test/functional/features/steps/mail_list.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/service/test/functional/features/steps/mail_list.py b/service/test/functional/features/steps/mail_list.py index 5eae2214..1b850578 100644 --- a/service/test/functional/features/steps/mail_list.py +++ b/service/test/functional/features/steps/mail_list.py @@ -48,7 +48,7 @@ def impl(context): @when('I open the first mail in the mail list') def impl(context): - # it seems page is often still loading so staleness exceptions hapen often + # it seems page is often still loading so staleness exceptions happen often context.current_mail_id = 'mail-' + execute_ignoring_staleness(lambda: get_first_email(context).get_attribute('href').split('/')[-1]) execute_ignoring_staleness(lambda: get_first_email(context).click()) |