set config after login

This commit is contained in:
Girish Ramakrishnan 2015-10-30 21:21:17 -07:00
parent be29616dde
commit cb626b26dc
1 changed files with 4 additions and 4 deletions

View File

@ -65,15 +65,15 @@ describe('Appstore new user flow', function () {
cloudron.activate(owner);
});
it('can set dns config', function () {
cloudron.setDnsConfig({ provider: 'caas' });
});
it('can login to the box', function () {
var token = cloudron.getOauthToken(owner);
cloudron.setCredentials(owner.password, token);
});
it('can set dns config', function () {
cloudron.setDnsConfig({ provider: 'caas' });
});
var location = 'haste' + (Math.random() * 10000).toFixed();
it('can install app', function () {
var manifest = appStore.getManifest('com.hastebin.cloudronapp', '0.1.1');