summaryrefslogtreecommitdiff
path: root/service/test/functional/features/compose_save_draft_and_send.feature
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/compose_save_draft_and_send.feature
parent634ade56ff99afcc0f10e9e43eb4487f187a9038 (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.feature6
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