mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
[ACA] Document List - e2e fix (#522)
* e2e fix * fix name column as link * fix 1
This commit is contained in:
committed by
Denys Vuika
parent
537eeebaf9
commit
9dba35baed
@@ -67,7 +67,7 @@ describe('Upload files', () => {
|
||||
});
|
||||
|
||||
it('Upload a file', () => {
|
||||
dataTable.doubleClickOnItemName(folder1)
|
||||
dataTable.doubleClickOnItemNameRow(folder1)
|
||||
.then(() => page.sidenav.openNewMenu())
|
||||
.then(() => page.sidenav.menu.uploadFile().sendKeys(`${__dirname}/create-folder.test.ts`));
|
||||
});
|
||||
|
Reference in New Issue
Block a user