mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
[ACA-1921] automate tests for Create folder from template (#1320)
* automate tests for Create folder from template added unit test for exclusion of folder links * fix stupid mistake
This commit is contained in:
committed by
Cilibiu Bogdan
parent
1eab186340
commit
2733c69c9a
@@ -63,5 +63,7 @@ describe('Upload files', () => {
|
||||
await dataTable.doubleClickOnRowByName(folder1);
|
||||
await page.sidenav.openNewMenu();
|
||||
await page.sidenav.menu.uploadFile().sendKeys(`${__dirname}/create-folder.test.ts`);
|
||||
|
||||
expect(await dataTable.isItemPresent('create-folder.test.ts')).toBe(true, 'file not uploaded');
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user