(id: TabId)
| 27 | } |
| 28 | |
| 29 | tab(id: TabId): Locator { |
| 30 | return this.page.getByTestId(SELECTORS.tab(id)) |
| 31 | } |
| 32 | |
| 33 | async isOpen(): Promise<boolean> { |
| 34 | return (await this.panel().getAttribute('data-open')) === 'true' |
no outgoing calls
no test coverage detected