set cloudron name after logging in
This commit is contained in:
parent
64253b9e14
commit
ab611fd66e
@ -57,15 +57,15 @@ describe('Cloudron user creation testing', function () {
|
|||||||
cloudron.activate(owner);
|
cloudron.activate(owner);
|
||||||
});
|
});
|
||||||
|
|
||||||
it('can set cloudron name', function () {
|
it('can login to the box', function () {
|
||||||
cloudron.setCloudronName('Acme Inc');
|
|
||||||
});
|
|
||||||
|
|
||||||
it('can login to the box', function () {
|
|
||||||
var token = cloudron.getOauthToken(owner);
|
var token = cloudron.getOauthToken(owner);
|
||||||
cloudron.setCredentials(owner.password, token);
|
cloudron.setCredentials(owner.password, token);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
it('can set cloudron name', function () {
|
||||||
|
cloudron.setCloudronName('Acme Inc');
|
||||||
|
});
|
||||||
|
|
||||||
it('can enable email', function () {
|
it('can enable email', function () {
|
||||||
cloudron.setEmailEnabled(true);
|
cloudron.setEmailEnabled(true);
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user