mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ACS-3548] Accessibility issues (#7939)
* Accessibility issues * requested changes * breadcrumb changes * review comments resolved of mattooltip * e2e test cases fixed
This commit is contained in:
@@ -273,7 +273,7 @@ export class TaskDetailsPage {
|
||||
}
|
||||
|
||||
async checkIsEmptyCommentListDisplayed(): Promise<void> {
|
||||
const emptyList = element(by.cssContainingText('h1[id="comment-header"]', '(0)'));
|
||||
const emptyList = element(by.cssContainingText('div[id="comment-header"]', '(0)'));
|
||||
await BrowserVisibility.waitUntilElementIsVisible(emptyList);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user