mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
restore 6s notification e2e test
This commit is contained in:
@@ -46,7 +46,7 @@ describe('Notifications Component', () => {
|
|||||||
|
|
||||||
notificationPage.goToNotificationsPage();
|
notificationPage.goToNotificationsPage();
|
||||||
|
|
||||||
notificationPage.enterDurationField(50000);
|
notificationPage.enterDurationField(6000);
|
||||||
|
|
||||||
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(50000);
|
notificationPage.enterDurationField(6000);
|
||||||
done();
|
done();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user