()
| 18 | } |
| 19 | |
| 20 | async getTitleText(): Promise<string> { |
| 21 | return element(by.css('app-root .content span')).getText(); |
| 22 | } |
| 23 | |
| 24 | async getBoundHtmlText(): Promise<string> { |
| 25 | return element(by.css('#bound-html span')).getText(); |
no test coverage detected