install with version id (otherwise 0.15.0 installs latest with appStoreId set)
This commit is contained in:
parent
ee51743a60
commit
2f5ed610a5
@ -69,8 +69,7 @@ describe('Appstore new user flow', function () {
|
||||
|
||||
var location = 'haste' + (Math.random() * 10000).toFixed();
|
||||
it('can install app', function () {
|
||||
var manifest = appStore.getManifest('com.hastebin.cloudronapp', '0.3.0');
|
||||
appId = cloudron.installApp(location, manifest);
|
||||
appId = cloudron.installApp(location, 'com.hastebin.cloudronapp@0.3.0');
|
||||
});
|
||||
|
||||
it('can configure app', function () {
|
||||
|
Loading…
Reference in New Issue
Block a user