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
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user