From fb8782d3f66b1068153a9948a01864ee52e39b10 Mon Sep 17 00:00:00 2001 From: Duda Dornelles Date: Thu, 9 Oct 2014 15:46:20 +0200 Subject: Making compose_save_draft_and_send feature work --- .../test/functional/features/compose_save_draft_and_send.feature | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'service/test/functional/features/compose_save_draft_and_send.feature') diff --git a/service/test/functional/features/compose_save_draft_and_send.feature b/service/test/functional/features/compose_save_draft_and_send.feature index 7be7de0b..10fa1aa2 100644 --- a/service/test/functional/features/compose_save_draft_and_send.feature +++ b/service/test/functional/features/compose_save_draft_and_send.feature @@ -16,12 +16,12 @@ Feature: compose mail, save draft and send mail - @wip Scenario: user composes and email, save the draft, later sends the draft and checks the sent message Given I compose a message with - | subject | body | + | subject | body | | Pixelated rocks! | You should definitely use it. Cheers, User. | - And for the 'To' field I type 'ab' and chose the first contact that shows + # And for the 'To' field I type 'ab' and chose the first contact that shows + And for the 'To' field I enter 'pixelated@friends.org' And I save the draft When I open the saved draft and send it Then I see that mail under the 'sent' tag -- cgit v1.2.3