mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[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:
@@ -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();
|
||||
|
Reference in New Issue
Block a user