(url: string)
| 23 | } |
| 24 | |
| 25 | export async function navigateTo(url: string): Promise<void> { |
| 26 | await browser.driver.get(browser.baseUrl + url); |
| 27 | } |
| 28 | |
| 29 | export async function bootstrapClientApp(): Promise<void> { |
| 30 | await browser.executeScript('doBootstrap()'); |
no test coverage detected
searching dependent graphs…