Back to Library
Advanced
Retry Strategy
Prompt
Generate Playwright test that uses retry-safe assertions and avoids flaky waits.
Example Code
await expect(page.locator('.status')).toHaveText('Done',{timeout:10000});Quick Actions
PRO TIP
Paste this prompt as a comment in your .spec.ts file and let Copilot generate the test.