Add test step to setup billing for test user
This commit is contained in:
parent
65002ac27a
commit
c78511317f
@ -47,6 +47,10 @@ describe('Appstore new user flow', function () {
|
|||||||
appStore.setCredentials(owner.password, accessToken);
|
appStore.setCredentials(owner.password, accessToken);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
it('can setup billing details', function (done) {
|
||||||
|
appStore.setupBilling(done);
|
||||||
|
});
|
||||||
|
|
||||||
it('can create a cloudron', function () {
|
it('can create a cloudron', function () {
|
||||||
box = appStore.createCloudron({
|
box = appStore.createCloudron({
|
||||||
domain: common.cloudronDomain(__filename),
|
domain: common.cloudronDomain(__filename),
|
||||||
|
Loading…
Reference in New Issue
Block a user