restore 6s notification e2e test

This commit is contained in:
Eugenio Romano
2018-10-17 19:02:30 +01:00
parent 363b8708d7
commit 28a327216c

View File

@@ -46,7 +46,7 @@ describe('Notifications Component', () => {
notificationPage.goToNotificationsPage();
notificationPage.enterDurationField(50000);
notificationPage.enterDurationField(6000);
done();
});
@@ -55,7 +55,7 @@ describe('Notifications Component', () => {
notificationPage.enterDurationField(1);
notificationPage.clickNotificationButton();
browser.sleep(100);
notificationPage.enterDurationField(50000);
notificationPage.enterDurationField(6000);
done();
});