mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
Ng19 migration (#4520)
This commit is contained in:
committed by
GitHub
parent
bcbdff9543
commit
5f5c238ccd
@@ -114,6 +114,7 @@ export class AdfInfoDrawerComponent extends BaseComponent {
|
||||
}
|
||||
|
||||
async addCommentToNode(commentText: string): Promise<void> {
|
||||
await this.commentInputField.click();
|
||||
await this.commentInputField.fill(commentText);
|
||||
await this.addCommentButton.click();
|
||||
}
|
||||
|
Reference in New Issue
Block a user