summaryrefslogtreecommitdiff
path: root/service/test/functional/features/attachments.feature
diff options
context:
space:
mode:
authorGislene Pereira <gislene01@gmail.com>2016-01-27 19:53:53 -0300
committerGislene Pereira <gislene01@gmail.com>2016-01-27 19:53:53 -0300
commit47bcedd023c71ff89385de81de89e8766e5c3ef8 (patch)
tree00cda62ec2a9ef212cc0d69de83f263b16f97402 /service/test/functional/features/attachments.feature
parente9f01b910dda348d4db5633b49e9e376236cd8ec (diff)
Revert "Issue #550 - Adding BDD tests to cover case when file is bigger than 1 MB."
The 1MB file upload is timing out in snap and breaking the build. I'm reverting this commit in order to better investigate how to solve the problem. This reverts commit 31aca931fd1ec76a4ffd9099bb6b13894a9d64be.
Diffstat (limited to 'service/test/functional/features/attachments.feature')
-rw-r--r--service/test/functional/features/attachments.feature8
1 files changed, 2 insertions, 6 deletions
diff --git a/service/test/functional/features/attachments.feature b/service/test/functional/features/attachments.feature
index 5cdbf7be..859ee590 100644
--- a/service/test/functional/features/attachments.feature
+++ b/service/test/functional/features/attachments.feature
@@ -32,12 +32,8 @@ 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 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
+ 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
+ Then I see the mail has an attachment \ No newline at end of file