more de-flake

This commit is contained in:
James
2024-04-11 11:17:59 -04:00
parent be69fc448d
commit f3e25f3277
3 changed files with 7 additions and 5 deletions

View File

@@ -132,7 +132,7 @@ export async function openNav(page: Page): Promise<void> {
export async function openDocDrawer(page: Page, selector: string): Promise<void> {
await page.locator(selector).click()
await wait(300) // wait for drawer form state to initialize
await wait(1000) // wait for drawer form state to initialize
}
export async function closeNav(page: Page): Promise<void> {