mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
GH Auto: Upstream dependencies ADF:8.4.0-19431959127 JS-API:9.4.0-19431959127 using Tag:8.4.0-19431959127 (#4896)
* [ci:force][auto-commit] Update dependencies ADF:8.4.0-19431959127 JS:9.4.0-19431959127 * fix search e2e --------- Co-authored-by: akashrathod28 <41251473+akashrathod28@users.noreply.github.com> Co-authored-by: akashrathod28 <akash.rathod@hyland.com>
This commit is contained in:
co-authored by
akashrathod28
akashrathod28
parent
cf4060f35c
commit
e504d2a8cd
+6
@@ -46,4 +46,10 @@ export class SearchFiltersTags extends BaseComponent {
|
||||
await page.searchFilters.menuCardApply.click();
|
||||
await page.dataTable.progressBarWaitForReload();
|
||||
}
|
||||
|
||||
async clearTagFilter(page: SearchPage): Promise<void> {
|
||||
await page.searchFilters.tagsFilter.click();
|
||||
await page.searchFilters.menuCardClear.click();
|
||||
await page.dataTable.progressBarWaitForReload();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user