summaryrefslogtreecommitdiff
path: root/service/test/functional/features/attachments.feature
diff options
context:
space:
mode:
authorNavaL <mnandri@thoughtworks.com>2016-01-06 17:26:39 +0100
committerNavaL <mnandri@thoughtworks.com>2016-01-06 17:32:36 +0100
commit7d3c4032304b8ffc097272c36116321f6cf7956b (patch)
tree998c613b7dfd0a9fc9c5bfe853b46449c0bb529f /service/test/functional/features/attachments.feature
parent9db569e3f5170efd852322d428b9b0282c7bb114 (diff)
added ft
Issue #548
Diffstat (limited to 'service/test/functional/features/attachments.feature')
-rw-r--r--service/test/functional/features/attachments.feature12
1 files changed, 12 insertions, 0 deletions
diff --git a/service/test/functional/features/attachments.feature b/service/test/functional/features/attachments.feature
index 19834a9d..859ee590 100644
--- a/service/test/functional/features/attachments.feature
+++ b/service/test/functional/features/attachments.feature
@@ -25,3 +25,15 @@ Feature: Attachments
Then I see the mail has an attachment
#When I open click on the first attachment
#Then the browser downloaded a file
+
+ Scenario: User uploads a mail attachment
+ When I compose a message with
+ | subject | body |
+ | Pixelated rocks! | You should definitely use it. Cheers, User. |
+ And for the 'To' field I enter 'pixelated@friends.org'
+ And I find an attachment icon
+ When I upload a file
+ And I send it
+ When I select the tag 'sent'
+ And I open the first mail in the mail list
+ Then I see the mail has an attachment \ No newline at end of file