From ac49a4acb5ae044cc9183f1af4c0e36a1bb460f6 Mon Sep 17 00:00:00 2001 From: swapnil-verma-gl <92505353+swapnil-verma-gl@users.noreply.github.com> Date: Thu, 1 Jun 2023 20:11:28 +0530 Subject: [PATCH] [ACS-5330] Added clearSelection() in afterEach so that tests unslect rows after they have completed their execution (#3244) --- e2e/suites/actions/copy-move/destination-picker-dialog.test.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/e2e/suites/actions/copy-move/destination-picker-dialog.test.ts b/e2e/suites/actions/copy-move/destination-picker-dialog.test.ts index 89608a429..622709f89 100755 --- a/e2e/suites/actions/copy-move/destination-picker-dialog.test.ts +++ b/e2e/suites/actions/copy-move/destination-picker-dialog.test.ts @@ -136,6 +136,7 @@ describe('Destination picker dialog : ', () => { afterEach(async () => { await page.closeOpenDialogs(); + await page.dataTable.clearSelection(); }); describe('general', () => {