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 89608a429d..622709f89b 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', () => {