diff --git a/e2e/content-services/notifications_component.e2e.ts b/e2e/content-services/notifications_component.e2e.ts index f3d559294e..dcdda659f0 100644 --- a/e2e/content-services/notifications_component.e2e.ts +++ b/e2e/content-services/notifications_component.e2e.ts @@ -46,7 +46,7 @@ describe('Notifications Component', () => { notificationPage.goToNotificationsPage(); - notificationPage.enterDurationField(6000); + notificationPage.enterDurationField(50000); done(); }); @@ -55,7 +55,7 @@ describe('Notifications Component', () => { notificationPage.enterDurationField(1); notificationPage.clickNotificationButton(); browser.sleep(100); - notificationPage.enterDurationField(6000); + notificationPage.enterDurationField(50000); done(); }); diff --git a/scripts/test-e2e-bc.sh b/scripts/test-e2e-bc.sh index 71beb06473..c717d9cabb 100755 --- a/scripts/test-e2e-bc.sh +++ b/scripts/test-e2e-bc.sh @@ -50,7 +50,7 @@ echo "====== COPY new build in node_modules ===== " rm -rf $DIR/../integration/base_ver_2_app/node_modules/@alfresco -node $DIR/download-build-in-cs.js --username "$E2E_USERNAME" --password "$E2E_PASSWORD" --host "$E2E_HOST" --folder $TRAVIS_BUILD_NUMBER; +node $DIR/download-build-lib-in-cs.js --username "$E2E_USERNAME" --password "$E2E_PASSWORD" --host "$E2E_HOST" --folder $TRAVIS_BUILD_NUMBER; mkdir -p $DIR/../integration/base_ver_2_app/node_modules/@alfresco/adf-core/ && \ cp -R $DIR/../node_modules/@alfresco/adf-core/* $DIR/../integration/base_ver_2_app/node_modules/@alfresco/adf-core/