()
| 186 | } |
| 187 | |
| 188 | public async close(): Promise<void> { |
| 189 | try { |
| 190 | await this.#checkForFatalTestErrors(); |
| 191 | } finally { |
| 192 | await this.#app.close(); |
| 193 | } |
| 194 | } |
| 195 | |
| 196 | public async getWindow(): Promise<Page> { |
| 197 | return this.#app.firstWindow(); |
no test coverage detected