From ea916a63a99d18486d302f5e906c55b664ef9a27 Mon Sep 17 00:00:00 2001 From: Eugenio Romano Date: Wed, 3 Oct 2018 01:12:04 +0100 Subject: [PATCH] fix e2e notification --- e2e/content-services/notifications_component.e2e.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/e2e/content-services/notifications_component.e2e.ts b/e2e/content-services/notifications_component.e2e.ts index 965bc9893d..e5f6628308 100644 --- a/e2e/content-services/notifications_component.e2e.ts +++ b/e2e/content-services/notifications_component.e2e.ts @@ -49,6 +49,10 @@ describe('Notifications Component', () => { done(); }); + afterEach(() => { + browser.refresh(); + }); + it('[C279977] Should show notification when the message is not empty and button is clicked', () => { notificationPage.enterMessageField('Notification test'); notificationPage.clickDefaultNotificationButton();