From 28a327216c14a1acbf80051d3a4e4fe050330647 Mon Sep 17 00:00:00 2001 From: Eugenio Romano Date: Wed, 17 Oct 2018 19:02:30 +0100 Subject: [PATCH] restore 6s notification e2e test --- e2e/content-services/notifications_component.e2e.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/e2e/content-services/notifications_component.e2e.ts b/e2e/content-services/notifications_component.e2e.ts index dcdda659f0..f3d559294e 100644 --- a/e2e/content-services/notifications_component.e2e.ts +++ b/e2e/content-services/notifications_component.e2e.ts @@ -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(); });