mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
log demo shell not starting (#6954)
This commit is contained in:
@@ -255,6 +255,8 @@ exports.config = {
|
|||||||
|
|
||||||
// @ts-ignore
|
// @ts-ignore
|
||||||
await browser.get(`${HOST}/#/settings`);
|
await browser.get(`${HOST}/#/settings`);
|
||||||
|
|
||||||
|
if (typeof LocalStorageUtil.clearStorage === "function") {
|
||||||
await LocalStorageUtil.clearStorage();
|
await LocalStorageUtil.clearStorage();
|
||||||
// @ts-ignore
|
// @ts-ignore
|
||||||
await LocalStorageUtil.setStorageItem('ecmHost', browser.params.testConfig.appConfig.ecmHost);
|
await LocalStorageUtil.setStorageItem('ecmHost', browser.params.testConfig.appConfig.ecmHost);
|
||||||
@@ -293,6 +295,11 @@ exports.config = {
|
|||||||
head.appendChild(style);
|
head.appendChild(style);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
} else {
|
||||||
|
Logger.error(`====== Demo shell not able to start ======`);
|
||||||
|
process.exit();
|
||||||
|
}
|
||||||
|
|
||||||
},
|
},
|
||||||
|
|
||||||
afterLaunch: async function (statusCode) {
|
afterLaunch: async function (statusCode) {
|
||||||
|
Reference in New Issue
Block a user