mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
wrong script in BC task
This commit is contained in:
@@ -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();
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user