| 18 | import { browser, by, element } from 'protractor'; |
| 19 | |
| 20 | export class AppPage { |
| 21 | navigateTo(): Promise<unknown> { |
| 22 | return browser.get(browser.baseUrl) as Promise<unknown>; |
| 23 | } |
nothing calls this directly
no outgoing calls
no test coverage detected