( page: Page, timeout = 10000, )
| 233 | * Wait for the #approval-section element to become visible. |
| 234 | */ |
| 235 | export async function waitForApproval( |
| 236 | page: Page, |
| 237 | timeout = 10000, |
| 238 | ): Promise<void> { |
| 239 | await page.waitForSelector('#approval-section', { timeout }) |
| 240 | } |
| 241 | |
| 242 | /** |
| 243 | * Read all data-* attributes from #test-metadata. |
no outgoing calls
no test coverage detected