Skip to content

Commit

Permalink
[ACS-5330] Added clearSelection() in afterEach so that tests unslect …
Browse files Browse the repository at this point in the history
…rows after they have completed their execution (#3244)
  • Loading branch information
swapnil-verma-gl committed Jun 1, 2023
1 parent 27da2b8 commit ac49a4a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ describe('Destination picker dialog : ', () => {

afterEach(async () => {
await page.closeOpenDialogs();
await page.dataTable.clearSelection();
});

describe('general', () => {
Expand Down

0 comments on commit ac49a4a

Please sign in to comment.