(path = '/')
| 6 | constructor(private readonly page: Page) {} |
| 7 | |
| 8 | async goto(path = '/') { |
| 9 | await this.page.goto(path) |
| 10 | } |
| 11 | |
| 12 | trigger(): Locator { |
| 13 | return this.page.getByRole('button', { name: SELECTORS.triggerName }) |
no outgoing calls
no test coverage detected