mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-5078] Start Task e2e (#5485)
* [ADF-5078] Start Task e2e * * improved test * * fixed import
This commit is contained in:
@@ -45,7 +45,7 @@ export class TasksPage {
|
||||
return new StartTaskDialog();
|
||||
}
|
||||
|
||||
async createTask({ name, description, dueDate, formName }): Promise<void> {
|
||||
async createTask({ name, description = '', dueDate = '', formName = 'None'}): Promise<void> {
|
||||
await this.clickOnCreateButton();
|
||||
await BrowserActions.clickExecuteScript('button[data-automation-id="btn-start-task"]');
|
||||
const dialog = new StartTaskDialog();
|
||||
|
Reference in New Issue
Block a user