mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Rebase
This commit is contained in:
@@ -76,10 +76,6 @@ export class TaskFormCloudComponent {
|
|||||||
await BrowserVisibility.waitUntilElementIsNotVisible(this.completeButton);
|
await BrowserVisibility.waitUntilElementIsNotVisible(this.completeButton);
|
||||||
}
|
}
|
||||||
|
|
||||||
async isCompleteButtonEnabled(): Promise<boolean> {
|
|
||||||
return await this.completeButton.isEnabled();
|
|
||||||
}
|
|
||||||
|
|
||||||
async clickCompleteButton(): Promise<void> {
|
async clickCompleteButton(): Promise<void> {
|
||||||
await BrowserActions.click(this.completeButton);
|
await BrowserActions.click(this.completeButton);
|
||||||
}
|
}
|
||||||
|
2093
licenses.txt
2093
licenses.txt
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user