mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ACA-3542] - added sorting for filters (#5932)
* [ACA-3542] - added sorting for filters * [ACA-3542] - removed wrong parameter * [ACA-3542] - fixed test with fixed sorting mode parameter * Update content-node-selector-panel.component.html * fix e2e * fix delete site Co-authored-by: Eugenio Romano <eromano@users.noreply.github.com> Co-authored-by: Eugenio Romano <eugenio.romano@alfresco.com>
This commit is contained in:
@@ -51,7 +51,7 @@ export class TaskFiltersCloudComponentPage {
|
||||
}
|
||||
|
||||
getTaskFilterLocatorByFilterName(filterName: string): ElementFinder {
|
||||
return element(by.css(`button[data-automation-id="${filterName}_filter"]`));
|
||||
return element.all(by.css(`button[data-automation-id="${filterName}_filter"]`)).first();
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user