Revert "[ACS-9166] Migrate Saved Searches to preferences API from config file…" (#4347)

This reverts commit 0dfd2c17ab.
This commit is contained in:
MichalKinas
2025-01-20 12:38:19 +01:00
committed by GitHub
parent 0dfd2c17ab
commit 1b170f69e5
5 changed files with 60 additions and 42 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).pop();
const lastFileInArray = testData.user1.files.jpg.slice(-2)[0];
const firstFileInArray = testData.user1.files.pdf[0];
await personalFiles.pagination.clickOnNextPage();