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:
Alfresco Build
2025-11-18 07:13:46 +01:00
committed by GitHub
co-authored by akashrathod28 akashrathod28
parent cf4060f35c
commit e504d2a8cd
4 changed files with 43 additions and 36 deletions
@@ -81,6 +81,7 @@ test.describe('Search - Filters - Tags', () => {
await expect(searchPage.dataTable.getRowByName(file1)).toBeVisible();
await expect(searchPage.dataTable.getRowByName(file2)).toBeHidden();
await searchPage.searchFiltersTags.clearTagFilter(searchPage);
await searchPage.searchFiltersTags.filterByTag(searchPage, `${tagPaging.list.entries[1].entry.tag}`);
await expect(searchPage.dataTable.getRowByName(file1)).toBeHidden();