From f7409c767a637a4c3f5a59d239b637c76be2bd7d Mon Sep 17 00:00:00 2001 From: "akash.rathod@hyland.com" Date: Tue, 19 Dec 2023 08:22:46 +0100 Subject: [PATCH] code fix --- e2e/playwright/list-views/src/tests/sort-list-login.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/playwright/list-views/src/tests/sort-list-login.spec.ts b/e2e/playwright/list-views/src/tests/sort-list-login.spec.ts index 1ae1e48753..5ecb414c58 100644 --- a/e2e/playwright/list-views/src/tests/sort-list-login.spec.ts +++ b/e2e/playwright/list-views/src/tests/sort-list-login.spec.ts @@ -49,7 +49,7 @@ async function getSortState(myPersonalFiles: PersonalFilesPage): Promise { +test.describe('Remember sorting', () => { interface NodesIds { [index: string]: string; }