[AAE-1180]Fix datatable tests (#5334)

* Fix datatable tests

* excluded some of the tests that depend on fixing the rendition service issue we have with ACS 6.2 => AAE-1237
This commit is contained in:
cristinaj
2019-12-16 12:20:08 +02:00
committed by Denys Vuika
parent 89de7393d2
commit 9778ca67e7
2 changed files with 7 additions and 2 deletions

View File

@@ -17,6 +17,7 @@
import { by, element, ElementFinder } from 'protractor'; import { by, element, ElementFinder } from 'protractor';
import { BrowserActions } from '../utils/browser-actions'; import { BrowserActions } from '../utils/browser-actions';
import { BrowserVisibility } from '../utils/browser-visibility';
export class NotificationHistoryPage { export class NotificationHistoryPage {
@@ -44,11 +45,14 @@ export class NotificationHistoryPage {
await this.clickNotificationButton(); await this.clickNotificationButton();
await this.checkNotificationIsPresent(text); await this.checkNotificationIsPresent(text);
await this.clickMarkAsRead(); await this.clickMarkAsRead();
await BrowserVisibility.waitUntilElementIsNotVisible(this.notificationList);
} }
async checkNotifyNotContains(text: string): Promise<void> { async checkNotifyNotContains(text: string): Promise<void> {
await this.clickNotificationButton(); await this.clickNotificationButton();
await this.checkNotificationIsNotPresent(text); await this.checkNotificationIsNotPresent(text);
await this.clickNotificationButton();
await BrowserActions.closeMenuAndDialogs(); await BrowserActions.closeMenuAndDialogs();
await BrowserVisibility.waitUntilElementIsNotVisible(this.notificationList);
} }
} }

View File

@@ -2,6 +2,7 @@
"C260249" : "REPO-4772 ACS 6.2", "C260249" : "REPO-4772 ACS 6.2",
"C291954" : "AAE-1179 Group Task", "C291954" : "AAE-1179 Group Task",
"C291955" : "AAE-1179 Group Task", "C291955" : "AAE-1179 Group Task",
"C307046" : "AAE-1180 Tooltip fail", "C260111" : "AAE-1174 ACS account not displayed by default",
"C307075" : "AAE-1180 Tooltip fail" "C260117" : "AAE-1237 rendition service not working with ACS 6.2",
"C291940" : "AAE-1237 rendition service not working with ACS 6.2"
} }