Add test step to setup billing for test user

This commit is contained in:
Johannes Zellner 2015-06-22 09:12:17 +02:00
parent 65002ac27a
commit c78511317f
1 changed files with 4 additions and 0 deletions

View File

@ -47,6 +47,10 @@ describe('Appstore new user flow', function () {
appStore.setCredentials(owner.password, accessToken);
});
it('can setup billing details', function (done) {
appStore.setupBilling(done);
});
it('can create a cloudron', function () {
box = appStore.createCloudron({
domain: common.cloudronDomain(__filename),