mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
reset selection after each test (#335)
This commit is contained in:
committed by
Denys Vuika
parent
800c0ffd67
commit
bf4536fec5
@@ -544,6 +544,10 @@ describe('Toolbar actions - single selection : ', () => {
|
||||
.then(done);
|
||||
});
|
||||
|
||||
afterEach(() => {
|
||||
dataTable.clearSelection();
|
||||
});
|
||||
|
||||
afterAll(done => {
|
||||
logoutPage.load().then(done);
|
||||
});
|
||||
@@ -588,6 +592,10 @@ describe('Toolbar actions - single selection : ', () => {
|
||||
.then(done);
|
||||
});
|
||||
|
||||
afterEach(() => {
|
||||
dataTable.clearSelection();
|
||||
});
|
||||
|
||||
afterAll(done => {
|
||||
logoutPage.load().then(done);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user