wait for app after restore

This commit is contained in:
Girish Ramakrishnan 2015-12-17 21:16:07 -08:00
parent 7419471db2
commit 1d33abf989
1 changed files with 4 additions and 0 deletions

View File

@ -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);