Skip to content

Commit 79b918e

Browse files
test: re-enable E2E tests in iApp
1 parent 8638515 commit 79b918e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dapp/tests/e2e/app.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ describe('sendEmail', () => {
350350
expect(out.length).toBe(2);
351351
});
352352

353-
it.skip('should detect non existent email address and exit in error', async () => {
353+
it('should detect non existent email address and exit in error', async () => {
354354
// protected data setup
355355
process.env.IEXEC_DATASET_FILENAME = 'dataEmailUserDoesNotExist.zip';
356356

@@ -363,7 +363,7 @@ describe('sendEmail', () => {
363363
expect(out).toStrictEqual([]);
364364
});
365365

366-
it.skip('should detect disposable email address and exit in error', async () => {
366+
it('should detect disposable email address and exit in error', async () => {
367367
// protected data setup
368368
process.env.IEXEC_DATASET_FILENAME = 'dataDisposableEmail.zip';
369369

0 commit comments

Comments
 (0)