mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[AAE-4203][AAE-4292] - Fix breadcrumb and folder navigation issues wh… (#6719)
* [AAE-4203][AAE-4292] - Fix breadcrumb and folder navigation issues when in search results * Remove e2e workaround double clicking 2 times
This commit is contained in:
@@ -127,8 +127,6 @@ export class ContentNodeSelectorDialogPage {
|
||||
}
|
||||
|
||||
async doubleClickContentNodeSelectorResult(name: string): Promise<void> {
|
||||
// First click to select from search mode and second click to actually open node
|
||||
await this.dataTable.doubleClickRowByContent(name);
|
||||
await this.dataTable.doubleClickRowByContent(name);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user