diff options
author | Duda Dornelles <ddornell@thoughtworks.com> | 2014-10-09 15:46:20 +0200 |
---|---|---|
committer | Duda Dornelles <ddornell@thoughtworks.com> | 2014-10-09 15:46:20 +0200 |
commit | fb8782d3f66b1068153a9948a01864ee52e39b10 (patch) | |
tree | da3801ebb1071e35bb179719cfe3344d58ede988 /service/test/functional/features/compose_save_draft_and_send.feature | |
parent | 634ade56ff99afcc0f10e9e43eb4487f187a9038 (diff) |
Making compose_save_draft_and_send feature work
Diffstat (limited to 'service/test/functional/features/compose_save_draft_and_send.feature')
-rw-r--r-- | service/test/functional/features/compose_save_draft_and_send.feature | 6 |
1 files changed, 3 insertions, 3 deletions
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 |