[ACS-9166] Migrate Saved Searches to preferences API from config file (#4358)

* [ACS-9166] Migrate Saved Searches to preferences API from config file

* [ACS-9166] Remove unused components

* [ACS-9166] Unit test fix

* [ACS-9166] sorting test fix

* [ACS-9166] Bump ADF version

---------

Co-authored-by: akash.rathod@hyland.com <akash.rathod@hyland.com>
This commit is contained in:
MichalKinas
2025-01-28 11:48:45 +01:00
committed by GitHub
parent 0286d08b63
commit 3bfeca3b86
5 changed files with 42 additions and 71 deletions

View File

@@ -167,7 +167,7 @@ test.describe('Remember sorting', () => {
});
test('[C261147] Sort order is retained when user changes the page from pagination', async ({ personalFiles }) => {
const lastFileInArray = testData.user1.files.jpg.slice(-2)[0];
const lastFileInArray = testData.user1.files.jpg.slice(-2).pop();
const firstFileInArray = testData.user1.files.pdf[0];
await personalFiles.pagination.clickOnNextPage();