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