wait for app after restore
This commit is contained in:
parent
7419471db2
commit
1d33abf989
@ -136,6 +136,10 @@ describe('Appstore new user flow', function () {
|
|||||||
box = appStore.waitForCloudron(box.id);
|
box = appStore.waitForCloudron(box.id);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
it('wait for app to be ready', function () {
|
||||||
|
cloudron.waitForApp(appId);
|
||||||
|
});
|
||||||
|
|
||||||
it('can configure app', function () {
|
it('can configure app', function () {
|
||||||
location = location + 'x';
|
location = location + 'x';
|
||||||
cloudron.configureApp(appId, location);
|
cloudron.configureApp(appId, location);
|
||||||
|
Loading…
Reference in New Issue
Block a user