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

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

* [ACS-9166] Update ADF

* [ACS-9166] Remove unused components

* [ACS-9166] Unit test fix

* [ACS-9166] sorting test fix

---------

Co-authored-by: akash.rathod@hyland.com <akash.rathod@hyland.com>
This commit is contained in:
MichalKinas
2025-01-20 11:18:18 +01:00
committed by GitHub
parent 6efcc138fa
commit 0dfd2c17ab
5 changed files with 42 additions and 60 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();