mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
e2e test components refactoring (#76)
This commit is contained in:
committed by
Cilibiu Bogdan
parent
8df9aab5c0
commit
56d62276d7
@@ -36,8 +36,7 @@ describe('Side navigation', () => {
|
||||
});
|
||||
|
||||
afterAll(done => {
|
||||
logoutPage.load()
|
||||
.then(done);
|
||||
logoutPage.load().then(done);
|
||||
});
|
||||
|
||||
it('has "Personal Files" as default', () => {
|
||||
|
Reference in New Issue
Block a user