mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
wrong script in BC task
This commit is contained in:
parent
cfa8c780bb
commit
6bbde83d93
@ -46,7 +46,7 @@ describe('Notifications Component', () => {
|
|||||||
|
|
||||||
notificationPage.goToNotificationsPage();
|
notificationPage.goToNotificationsPage();
|
||||||
|
|
||||||
notificationPage.enterDurationField(6000);
|
notificationPage.enterDurationField(50000);
|
||||||
|
|
||||||
done();
|
done();
|
||||||
});
|
});
|
||||||
@ -55,7 +55,7 @@ describe('Notifications Component', () => {
|
|||||||
notificationPage.enterDurationField(1);
|
notificationPage.enterDurationField(1);
|
||||||
notificationPage.clickNotificationButton();
|
notificationPage.clickNotificationButton();
|
||||||
browser.sleep(100);
|
browser.sleep(100);
|
||||||
notificationPage.enterDurationField(6000);
|
notificationPage.enterDurationField(50000);
|
||||||
done();
|
done();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
@ -50,7 +50,7 @@ echo "====== COPY new build in node_modules ===== "
|
|||||||
|
|
||||||
rm -rf $DIR/../integration/base_ver_2_app/node_modules/@alfresco
|
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/ && \
|
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/
|
cp -R $DIR/../node_modules/@alfresco/adf-core/* $DIR/../integration/base_ver_2_app/node_modules/@alfresco/adf-core/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user