mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-3481] Updated automated tests for attach form component (#3706)
This commit is contained in:
@@ -72,4 +72,8 @@ export class AttachFormPage {
|
||||
Util.waitUntilElementIsVisible(this.cancelButton);
|
||||
return this.cancelButton.click();
|
||||
}
|
||||
|
||||
checkAttachFormButtonIsDisabled() {
|
||||
return Util.waitUntilElementIsVisible(element(by.css('button[id="adf-no-form-attach-form-button"][disabled]')));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user