diff options
author | Jefferson Stachelski <jeffhsta@riseup.net> | 2016-02-12 17:58:45 -0200 |
---|---|---|
committer | Jefferson Stachelski <jeffhsta@riseup.net> | 2016-02-12 17:58:45 -0200 |
commit | a9626c697992fcd596726a4c16ba8c9757f6a0dd (patch) | |
tree | 36461e71dada715b6bd1f59c311271f5a83f68b0 /service/test/functional/features/attachments.feature | |
parent | e889bb5c34d4fcfa0f798134771e9dcb3ab062f6 (diff) |
attachments are only un-linked from emails but not deleted in soledad
- removed backend delete of attachments
- JS unit tests
- Functional test
Issue #549
Diffstat (limited to 'service/test/functional/features/attachments.feature')
-rw-r--r-- | service/test/functional/features/attachments.feature | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/service/test/functional/features/attachments.feature b/service/test/functional/features/attachments.feature index 5cdbf7be..7724596d 100644 --- a/service/test/functional/features/attachments.feature +++ b/service/test/functional/features/attachments.feature @@ -37,6 +37,9 @@ Feature: Attachments When I dismiss the error message Then It should not show the error message anymore When I upload a valid file + And remove the file + Then I should not see it attached + 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 |