Playwright click() can race with waitForURL when the click triggers window.location.href. Use Promise.all([waitForURL, click]) pattern to ensure the URL listener is active before the click fires. Also cap funnel test timeout to 3 minutes (these are navigation-only, no blockchain transactions) to fail fast rather than hang. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| usertest | ||
| 01-acquire-and-stake.spec.ts | ||
| 02-max-stake-all-tax-rates.spec.ts | ||
| 03-verify-graphql-url.spec.ts | ||
| 04-recenter-positions.spec.ts | ||
| 05-optimizer-integration.spec.ts | ||
| 06-dashboard-pages.spec.ts | ||
| 07-conversion-funnel.spec.ts | ||