summaryrefslogtreecommitdiff
path: root/service/test/functional/features/forward_trash_archive.feature
diff options
context:
space:
mode:
authorDuda Dornelles <ddornell@thoughtworks.com>2014-10-09 16:14:23 +0200
committerDuda Dornelles <ddornell@thoughtworks.com>2014-10-10 11:02:11 +0200
commit4c08c489981503e438b72d0ec251f8f616440818 (patch)
tree64b65c461c1caa2e2d8fa342c397eeace65392ec /service/test/functional/features/forward_trash_archive.feature
parent85264c9ab3052dd844016d3ec44cb8af43dd5869 (diff)
Making forward_trash_archive feature work
Diffstat (limited to 'service/test/functional/features/forward_trash_archive.feature')
-rw-r--r--service/test/functional/features/forward_trash_archive.feature10
1 files changed, 6 insertions, 4 deletions
diff --git a/service/test/functional/features/forward_trash_archive.feature b/service/test/functional/features/forward_trash_archive.feature
index 7e70a7a9..91e078ea 100644
--- a/service/test/functional/features/forward_trash_archive.feature
+++ b/service/test/functional/features/forward_trash_archive.feature
@@ -16,13 +16,15 @@
Feature: forward_trash_archive
- @wip
Scenario: User forwards a mail, add CC and BCC address, later trash the mail
+ Given I have a mail in my inbox
When I open the first mail in the 'inbox'
Then I choose to forward this mail
- And for the 'CC' field I type 'ab' and chose the first contact that shows
- And for the 'Bcc' field I type 'fr' and chose the first contact that shows
- And I forward this mail
+ # And for the 'CC' field I type 'ab' and chose the first contact that shows
+ # And for the 'Bcc' field I type 'fr' and chose the first contact that shows
+ Given for the 'CC' field I enter 'pixelated@friends.org'
+ And for the 'Bcc' field I enter 'pixelated@family.org'
+ Then I forward this mail
When I open the first mail in the 'sent'
Then I see the mail has a cc and a bcc recipient
And I choose to trash