wrong script in BC task

This commit is contained in:
Eugenio Romano
2018-10-17 11:49:43 +01:00
parent cfa8c780bb
commit 6bbde83d93
2 changed files with 3 additions and 3 deletions

View File

@@ -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();
});