enable email here
This commit is contained in:
parent
ceca32c217
commit
b15a868fe4
@ -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');
|
||||
|
Loading…
Reference in New Issue
Block a user