summaryrefslogtreecommitdiff
path: root/service/test/functional/features/attachments.feature
diff options
context:
space:
mode:
authorGislene Pereira <gislene01@gmail.com>2016-01-27 18:40:42 -0300
committerGislene Pereira <gislene01@gmail.com>2016-01-28 16:53:49 -0300
commit2c2b3e9d390f3b0dc16014b8fd6417ff7c191a34 (patch)
tree29cd173a77a978b6e0e5faa5b09ff45a27397e1f /service/test/functional/features/attachments.feature
parentad66b76146672cc646066fd32eb939a13221e760 (diff)
Issue #550 - Adding BDD tests to cover case when file is bigger than 1 MB.
Diffstat (limited to 'service/test/functional/features/attachments.feature')
-rw-r--r--service/test/functional/features/attachments.feature8
1 files changed, 6 insertions, 2 deletions
diff --git a/service/test/functional/features/attachments.feature b/service/test/functional/features/attachments.feature
index 859ee590..5cdbf7be 100644
--- a/service/test/functional/features/attachments.feature
+++ b/service/test/functional/features/attachments.feature
@@ -32,8 +32,12 @@ Feature: Attachments
| 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
+ When I try to upload a file bigger than 1MB
+ Then I see an upload error message
+ When I dismiss the error message
+ Then It should not show the error message anymore
+ When I upload a valid 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
+ Then I see the mail has an attachment