mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[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:
@@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -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"
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user