mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-5123] C315268 not working correctly (#5643)
* [ADF-5123] C315268 not working correctly * * improved code * * fixed process list error * * fixed process list error Co-authored-by: Eugenio Romano <eromano@users.noreply.github.com>
This commit is contained in:
@@ -131,6 +131,11 @@ export class ContentNodeSelectorDialogPage {
|
||||
|
||||
async searchAndSelectResult(searchText: string, name: string) {
|
||||
await this.typeIntoNodeSelectorSearchField(searchText);
|
||||
try {
|
||||
await this.contentListPage().dataTablePage().checkRowContentIsDisplayed(name);
|
||||
} catch (e) {
|
||||
console.error(`failed to get search result :: ${name}`);
|
||||
}
|
||||
await this.clickContentNodeSelectorResult(name);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user