[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 20:11:28 +05:30
committed by GitHub
parent 27da2b8b72
commit ac49a4acb5

View File

@@ -136,6 +136,7 @@ describe('Destination picker dialog : ', () => {
afterEach(async () => {
await page.closeOpenDialogs();
await page.dataTable.clearSelection();
});
describe('general', () => {