[ACS-5330] Added clearSelection() in afterEach so that tests unslect rows after they have completed their execution (#3244)

This commit is contained in:
swapnil-verma-gl
2023-06-01 10:41:28 -04:00
committed by GitHub
parent 27da2b8b72
commit ac49a4acb5
@@ -136,6 +136,7 @@ describe('Destination picker dialog : ', () => {
afterEach(async () => {
await page.closeOpenDialogs();
await page.dataTable.clearSelection();
});
describe('general', () => {