summaryrefslogtreecommitdiff
path: root/service/test/functional/features/compose_save_draft_and_send.feature
diff options
context:
space:
mode:
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