From c0f48d7d0bb1a62346d2f7fec5d1dc814a6a52c7 Mon Sep 17 00:00:00 2001 From: Bruno Wagner Date: Mon, 14 Sep 2015 14:54:12 -0300 Subject: Fixed a typo in a functional test comment --- service/test/functional/features/steps/mail_list.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'service/test/functional/features/steps') 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()) -- cgit v1.2.3