diff --git a/e2e/suites/actions/toolbar-single-selection.test.ts b/e2e/suites/actions/toolbar-single-selection.test.ts index 61e20a22c..0cea2b68b 100755 --- a/e2e/suites/actions/toolbar-single-selection.test.ts +++ b/e2e/suites/actions/toolbar-single-selection.test.ts @@ -544,6 +544,10 @@ describe('Toolbar actions - single selection : ', () => { .then(done); }); + afterEach(() => { + dataTable.clearSelection(); + }); + afterAll(done => { logoutPage.load().then(done); }); @@ -588,6 +592,10 @@ describe('Toolbar actions - single selection : ', () => { .then(done); }); + afterEach(() => { + dataTable.clearSelection(); + }); + afterAll(done => { logoutPage.load().then(done); });