mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +00:00
fix e2e protractor (#6962)
This commit is contained in:
@@ -280,6 +280,11 @@ exports.config = {
|
||||
|
||||
await LocalStorageUtil.apiReset();
|
||||
|
||||
} else {
|
||||
Logger.error(`====== Demo shell not able to start ======`);
|
||||
process.exit();
|
||||
}
|
||||
|
||||
function disableCSSAnimation() {
|
||||
const css = '* {' +
|
||||
'-webkit-transition-duration: 0s !important;' +
|
||||
@@ -295,11 +300,6 @@ exports.config = {
|
||||
head.appendChild(style);
|
||||
}
|
||||
|
||||
} else {
|
||||
Logger.error(`====== Demo shell not able to start ======`);
|
||||
process.exit();
|
||||
}
|
||||
|
||||
},
|
||||
|
||||
afterLaunch: async function (statusCode) {
|
||||
|
Reference in New Issue
Block a user