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