mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACA-4262] fix selector for content-node-selector-dialog (#1951)
* override generic dialog content selector * un-exclude tests * lint
This commit is contained in:
@@ -49,6 +49,10 @@ export class ContentNodeSelectorDialog extends GenericDialog {
|
||||
super('.adf-content-node-selector-dialog');
|
||||
}
|
||||
|
||||
get content() {
|
||||
return this.rootElem.element(by.css('.adf-content-node-selector-content'));
|
||||
}
|
||||
|
||||
async waitForDropDownToClose(): Promise<void> {
|
||||
await waitForStaleness(browser.$('.mat-option .mat-option-text'));
|
||||
}
|
||||
|
Reference in New Issue
Block a user