mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-08-07 17:48:54 +00:00
[ADF-4089] Refactoring ContentListPage (#4162)
* [ADF-NO-ISSUE] Refactoring ContentListPage * Applying changes * [ADF-4089] contentListPage refactoring * Fixing missing dependencies * Fixing core and search failing tests * Fix tooltip document-list tests * no message
This commit is contained in:
committed by
Eugenio Romano
parent
88ef01011e
commit
27c6e18a10
@@ -26,7 +26,8 @@ export class ChecklistDialog {
|
||||
dialogTitle = element(by.id('add-checklist-title'));
|
||||
|
||||
addName(name) {
|
||||
Util.waitUntilElementIsVisible(this.nameField);
|
||||
Util.waitUntilElementIsClickable(this.nameField);
|
||||
this.nameField.clear();
|
||||
this.nameField.sendKeys(name);
|
||||
return this;
|
||||
}
|
||||
|
Reference in New Issue
Block a user