Skip to content

Commit

Permalink
Download infected file
Browse files Browse the repository at this point in the history
  • Loading branch information
solygen authored and johnyb committed May 7, 2019
1 parent 4122720 commit f81490e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ui/e2e/tests/mail/unsorted/unsorted_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -799,7 +799,8 @@ Scenario('[C207507] Forgot mail attachment hint', async function (I, users) {
I.waitForDetached('.modal-open .modal-dialog', 5);
});

Scenario('[C273801] - Download infected file', async function (I, users) {
// TODO: skipped until backend server with feautre support is available
Scenario.skip('[C273801] Download infected file', async function (I, users) {
let [user] = users;
await I.haveMail({ folder: 'default0/INBOX', path: 'e2e/media/mails/Virus_attached!.eml' }, { user: users[0] });
I.haveSetting('io.ox/mail//layout', 'vertical');
Expand Down

0 comments on commit f81490e

Please sign in to comment.