set config after login
This commit is contained in:
parent
be29616dde
commit
cb626b26dc
@ -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');
|
||||
|
Loading…
Reference in New Issue
Block a user