mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
Rebase
This commit is contained in:
@@ -76,10 +76,6 @@ export class TaskFormCloudComponent {
|
||||
await BrowserVisibility.waitUntilElementIsNotVisible(this.completeButton);
|
||||
}
|
||||
|
||||
async isCompleteButtonEnabled(): Promise<boolean> {
|
||||
return await this.completeButton.isEnabled();
|
||||
}
|
||||
|
||||
async clickCompleteButton(): Promise<void> {
|
||||
await BrowserActions.click(this.completeButton);
|
||||
}
|
||||
|
Reference in New Issue
Block a user