enable email here

This commit is contained in:
Girish Ramakrishnan 2016-09-01 09:38:27 -07:00
parent ceca32c217
commit b15a868fe4
1 changed files with 4 additions and 0 deletions

View File

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