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');