chore: attempts to de-flake live preview

This commit is contained in:
James
2024-04-08 22:34:23 -04:00
parent 518f80cbb6
commit 5084d6dd97

View File

@@ -222,6 +222,7 @@ describe('Live Preview', () => {
test('resizes iframe to specified breakpoint', async () => {
await page.goto(url.create)
await expect.poll(() => page.url(), { timeout: POLL_TOPASS_TIMEOUT }).toContain('create')
await page.locator('#field-title').fill('Title 4')
await page.locator('#field-slug').fill('slug-4')