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:
Eugenio Romano
2020-02-26 15:33:45 +00:00
committed by GitHub
parent ae38f3f4ac
commit e74e1e4ade
38 changed files with 61 additions and 1084 deletions

View File

@@ -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;