(selector: string, innerSelector: string)
| 23 | }); |
| 24 | |
| 25 | function getComponentText(selector: string, innerSelector: string) { |
| 26 | return browser.executeScript( |
| 27 | `return document.querySelector("${selector}").querySelector("${innerSelector}").textContent.trim()`, |
| 28 | ); |
| 29 | } |
no test coverage detected
searching dependent graphs…