chore: flake

This commit is contained in:
James
2024-04-04 19:39:41 -04:00
parent 0f323ff2e3
commit b73ec6ae94

View File

@@ -396,6 +396,8 @@ describe('fields - relationship', () => {
)
await button.click()
await wait(500)
const documentDrawer = page.locator('[id^=doc-drawer_relation-one_1_]')
await expect(documentDrawer).toBeVisible()
})