mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-26 17:24:45 +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:
parent
27da2b8b72
commit
ac49a4acb5
@ -136,6 +136,7 @@ describe('Destination picker dialog : ', () => {
|
||||
|
||||
afterEach(async () => {
|
||||
await page.closeOpenDialogs();
|
||||
await page.dataTable.clearSelection();
|
||||
});
|
||||
|
||||
describe('general', () => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user