mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-10-08 14:51:32 +00:00
[ADF-3282] Add tests for length validation process/task name (#4083)
* add test for task name length validation * add test for process name length validation * add blur method * modify number of characters
This commit is contained in:
committed by
Eugenio Romano
parent
0357adc641
commit
6a6e9f3b39
@@ -145,4 +145,9 @@ export class StartProcessPage {
|
||||
return processPlaceholder;
|
||||
}
|
||||
|
||||
checkValidationErrorIsDisplayed(error, elementRef = 'mat-error') {
|
||||
const errorElement = element(by.cssContainingText(elementRef, error));
|
||||
Util.waitUntilElementIsVisible(errorElement);
|
||||
return this;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user