From b15a868fe4f0d1fe8ef631462e8701b825e40c93 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Thu, 1 Sep 2016 09:38:27 -0700 Subject: [PATCH] enable email here --- test/new-user-test.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/new-user-test.js b/test/new-user-test.js index 4d20c24..d59ecca 100644 --- a/test/new-user-test.js +++ b/test/new-user-test.js @@ -81,6 +81,10 @@ describe('Appstore new user flow', function () { cloudron.setCredentials(owner.password, token); }); + it('can enable email', function () { + cloudron.setEmailEnabled(true); + }); + var location = 'haste' + (Math.random() * 10000).toFixed(); it('can install app', function () { appId = cloudron.installApp(location, 'com.hastebin.cloudronapp@0.3.0');