mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Fix cancel E2E (#5501)
* fix * fix upload and remove unused fikes * fix upload and remove unused fikes * clean more * fix cancel test * unify names * fix size * fix cancel * different timeout
This commit is contained in:
@@ -48,8 +48,8 @@ describe('Viewer', () => {
|
||||
});
|
||||
|
||||
const wordFileInfo = new FileModel({
|
||||
'name': browser.params.resources.Files.ADF_DOCUMENTS.DOCX_SUPPORTED.file_name,
|
||||
'location': browser.params.resources.Files.ADF_DOCUMENTS.DOCX_SUPPORTED.file_location
|
||||
'name': browser.params.resources.Files.ADF_DOCUMENTS.DOCX.file_name,
|
||||
'location': browser.params.resources.Files.ADF_DOCUMENTS.DOCX.file_location
|
||||
});
|
||||
|
||||
let pngFileShared, wordFileUploaded;
|
||||
|
Reference in New Issue
Block a user