mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-3282] Refactor Start Task Component (#4012)
* [ADF-3282] Refactor Start Task Component * [ADF-3282] Fix e2e test * [ADF-3282] Remove maxTaskNameLength from start task doc
This commit is contained in:
committed by
Eugenio Romano
parent
ca5543c48d
commit
49738ad555
@@ -31,6 +31,7 @@ var StartTaskDialog = function () {
|
||||
|
||||
this.addName = function (userName) {
|
||||
Util.waitUntilElementIsVisible(name);
|
||||
name.clear();
|
||||
name.sendKeys(userName);
|
||||
return this;
|
||||
};
|
||||
|
Reference in New Issue
Block a user