harb/tests
johba 442c2c8e60 fix: remove networkidle wait and console-error assertion from landing spec
Root cause: LiveStats component makes a CoinGecko API call on mount.
In CI (no outbound internet) this times out, causing console.error() —
which the test incorrectly asserted should not exist.

- Remove waitForLoadState('networkidle') — replaced by explicit element
  waits that are faster and more reliable than waiting for network quiet
- Remove realErrors console-error assertions — these tested internal
  LiveStats API connectivity, not the landing page UI we care about
- Switch CTA locator to .header-cta button (class-based, unambiguous)
- Replace waitForTimeout in docs-nav test with waitForURL for event-
  driven SPA navigation detection

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-25 00:10:57 +00:00
..
e2e fix: remove networkidle wait and console-error assertion from landing spec 2026-03-25 00:10:57 +00:00
setup fix: use button role for landing CTA, revert risky test changes 2026-03-23 12:03:25 +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