From 2133b7339e45e4412f585d78e4fa69bbd4fef8de Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Wed, 7 Sep 2016 23:18:28 +0200 Subject: [PATCH] Revert "email api does not exist in old version" This reverts commit da1ad85e6a261277efd8cd6447eb4c322d8794af. --- test/cloudron-autoupdate-sfo1-test.js | 3 +-- test/cloudron-update-ams3-test.js | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/test/cloudron-autoupdate-sfo1-test.js b/test/cloudron-autoupdate-sfo1-test.js index 80fe20b..572023b 100644 --- a/test/cloudron-autoupdate-sfo1-test.js +++ b/test/cloudron-autoupdate-sfo1-test.js @@ -75,8 +75,7 @@ describe('Cloudron update testing', function () { cloudron.setCredentials(owner.password, token); }); - // enable this in next release - xit('can enable email', function () { + it('can enable email', function () { cloudron.setEmailEnabled(true); }); diff --git a/test/cloudron-update-ams3-test.js b/test/cloudron-update-ams3-test.js index acdd72b..deb74cb 100644 --- a/test/cloudron-update-ams3-test.js +++ b/test/cloudron-update-ams3-test.js @@ -65,8 +65,7 @@ describe('Cloudron update testing', function () { cloudron.activate(owner); }); - // enable this is next release - xit('can enable email', function () { + it('can enable email', function () { cloudron.setEmailEnabled(true); });