Gets the tree item's text.
()
| 68 | |
| 69 | /** Gets the tree item's text. */ |
| 70 | async getText(): Promise<string> { |
| 71 | return (await this.host()).text({exclude: '[ngTreeItem], [ngTreeItemGroup]'}); |
| 72 | } |
| 73 | |
| 74 | /** Clicks the tree item. */ |
| 75 | async click(): Promise<void> { |
no test coverage detected