mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACS-5330] Added clearSelection() in afterEach so that tests unslect rows after they have completed their execution (#3244)
This commit is contained in:
@@ -136,6 +136,7 @@ describe('Destination picker dialog : ', () => {
|
||||
|
||||
afterEach(async () => {
|
||||
await page.closeOpenDialogs();
|
||||
await page.dataTable.clearSelection();
|
||||
});
|
||||
|
||||
describe('general', () => {
|
||||
|
Reference in New Issue
Block a user