harb/tests
johba 4465869788 fix: replace waitForTimeout with event-driven waits in funnel spec
Replace three fixed-delay waitForTimeout calls with proper event-driven
alternatives per AGENTS.md Engineering Principle #1:
- navigateSPA to /app/stake: use waitForSelector('.stake-view, .login-wrapper')
  to detect when the route has mounted (handles login redirect too)
- wallet auto-connect: use waitForFunction to poll __analytics_events for
  wallet_connect, resolving as soon as the event fires

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-24 19:10:46 +00:00
..
e2e fix: replace waitForTimeout with event-driven waits in funnel spec 2026-03-24 19:10:46 +00:00
setup fix: navigateSPA waitForLoadState networkidle times out due to persistent WebSocket connections 2026-03-06 10:33:04 +00:00
HEALTH_CHECKS.md feat: Add functional health checks for test prerequisites (#65) 2025-10-05 20:03:07 +02:00
verify-swap.sh first integration tests (#64) 2025-10-05 19:40:14 +02:00