summaryrefslogtreecommitdiff
path: root/service/test/functional/features/steps/mail_list.py
diff options
context:
space:
mode:
authorDuda Dornelles <ddornell@thoughtworks.com>2014-10-09 15:46:20 +0200
committerDuda Dornelles <ddornell@thoughtworks.com>2014-10-09 15:46:20 +0200
commitfb8782d3f66b1068153a9948a01864ee52e39b10 (patch)
treeda3801ebb1071e35bb179719cfe3344d58ede988 /service/test/functional/features/steps/mail_list.py
parent634ade56ff99afcc0f10e9e43eb4487f187a9038 (diff)
Making compose_save_draft_and_send feature work
Diffstat (limited to 'service/test/functional/features/steps/mail_list.py')
-rw-r--r--service/test/functional/features/steps/mail_list.py2
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 2d57099b..c642b4bd 100644
--- a/service/test/functional/features/steps/mail_list.py
+++ b/service/test/functional/features/steps/mail_list.py
@@ -34,7 +34,7 @@ def open_current_mail(context):
@then('I see that mail under the \'{tag}\' tag')
def impl(context, tag):
context.execute_steps("when I select the tag '%s'" % tag)
- check_current_mail_is_visible(context)
+ context.execute_steps(u'When I open the first mail in the mail list')
@when('I open that mail')