()
| 31 | } |
| 32 | |
| 33 | async isOpen(): Promise<boolean> { |
| 34 | return (await this.panel().getAttribute('data-open')) === 'true' |
| 35 | } |
| 36 | |
| 37 | async expectOpen() { |
| 38 | await this.panel().and(this.page.locator('[data-open="true"]')).waitFor() |
no test coverage detected