diff --git a/lib/testing/src/lib/core/pages/notification-history.page.ts b/lib/testing/src/lib/core/pages/notification-history.page.ts index 576ee94a2d..979c1f9e53 100644 --- a/lib/testing/src/lib/core/pages/notification-history.page.ts +++ b/lib/testing/src/lib/core/pages/notification-history.page.ts @@ -17,6 +17,7 @@ import { by, element, ElementFinder } from 'protractor'; import { BrowserActions } from '../utils/browser-actions'; +import { BrowserVisibility } from '../utils/browser-visibility'; export class NotificationHistoryPage { @@ -44,11 +45,14 @@ export class NotificationHistoryPage { await this.clickNotificationButton(); await this.checkNotificationIsPresent(text); await this.clickMarkAsRead(); + await BrowserVisibility.waitUntilElementIsNotVisible(this.notificationList); } async checkNotifyNotContains(text: string): Promise { await this.clickNotificationButton(); await this.checkNotificationIsNotPresent(text); + await this.clickNotificationButton(); await BrowserActions.closeMenuAndDialogs(); + await BrowserVisibility.waitUntilElementIsNotVisible(this.notificationList); } } diff --git a/protractor.excludes.json b/protractor.excludes.json index e17f7a4b2a..ad1692b2bf 100644 --- a/protractor.excludes.json +++ b/protractor.excludes.json @@ -2,6 +2,7 @@ "C260249" : "REPO-4772 ACS 6.2", "C291954" : "AAE-1179 Group Task", "C291955" : "AAE-1179 Group Task", - "C307046" : "AAE-1180 Tooltip fail", - "C307075" : "AAE-1180 Tooltip fail" + "C260111" : "AAE-1174 ACS account not displayed by default", + "C260117" : "AAE-1237 rendition service not working with ACS 6.2", + "C291940" : "AAE-1237 rendition service not working with ACS 6.2" }