diff --git a/test/custom-domain-test.js b/test/custom-domain-test.js index a5f074e..fa14a1a 100644 --- a/test/custom-domain-test.js +++ b/test/custom-domain-test.js @@ -136,6 +136,10 @@ describe('Appstore new user flow', function () { box = appStore.waitForCloudron(box.id); }); + it('wait for app to be ready', function () { + cloudron.waitForApp(appId); + }); + it('can configure app', function () { location = location + 'x'; cloudron.configureApp(appId, location);