mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[AAE-3209]Fix e2e about attach file from local (#5944)
* Fix attach file from local * Exclude test * no message * Change hruser to new user * Use hruser * no message
This commit is contained in:
@@ -304,8 +304,8 @@ describe('Start Task Form', () => {
|
||||
await taskFormCloudComponent.clickClaimButton();
|
||||
|
||||
const localFileWidget = await widget.attachFileWidgetCloud('Attachlocalfile');
|
||||
await browser.sleep(5000);
|
||||
await localFileWidget.attachLocalFile(pdfFile.location);
|
||||
await localFileWidget.clickAttachContentFile('Attachlocalfile');
|
||||
await contentNodeSelectorDialogPage.attachFileFromLocal(pdfFile.name, pdfFile.location);
|
||||
await localFileWidget.checkFileIsAttached(pdfFile.name);
|
||||
await localFileWidget.removeFile(pdfFile.name);
|
||||
await localFileWidget.checkFileIsNotAttached(pdfFile.name);
|
||||
|
Reference in New Issue
Block a user