From c78511317f553aa863947149da537867e5892880 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Mon, 22 Jun 2015 09:12:17 +0200 Subject: [PATCH] Add test step to setup billing for test user --- test/new-user-test.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/new-user-test.js b/test/new-user-test.js index 3e28c95..753e851 100644 --- a/test/new-user-test.js +++ b/test/new-user-test.js @@ -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),