harb/tests/e2e
johba db9e99f4c0 fix: fix: wallet connector panel not rendering at standard viewports — blocks all user funnels (#1156)
Root cause: the test wallet provider's eth_accounts and getProviderState
always returned the account address regardless of connection state. This
caused wagmi to auto-connect via EIP-6963 provider discovery, skipping
the 'disconnected' status entirely. As a result, .connect-button--disconnected
never rendered and .connectors-element was never shown.

Changes:
- wallet-provider: eth_accounts returns [] when not connected (EIP-1193 compliant)
- wallet-provider: getProviderState returns empty accounts when not connected
- All wallet connection helpers: handle auto-reconnect case, increase timeout
  for wagmi to settle into disconnected state (5s → 10s)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-25 09:29:53 +00:00
..
usertest fix: fix: wallet connector panel not rendering at standard viewports — blocks all user funnels (#1156) 2026-03-25 09:29:53 +00:00
01-acquire-and-stake.spec.ts fix: fix: wallet connector panel not rendering at standard viewports — blocks all user funnels (#1156) 2026-03-25 09:29:53 +00:00
02-max-stake-all-tax-rates.spec.ts fix: fix: wallet connector panel not rendering at standard viewports — blocks all user funnels (#1156) 2026-03-25 09:29:53 +00:00
03-verify-graphql-url.spec.ts fix: use button role for landing CTA, revert risky test changes 2026-03-23 12:03:25 +00:00
04-recenter-positions.spec.ts fix: update e2e tests for public recenter() — remove recenterAccess references 2026-03-14 01:44:15 +00:00
05-optimizer-integration.spec.ts fix: Update E2E tests for Optimizer (base) — drop OptimizerV3 bear-market constants 2026-02-26 19:37:12 +00:00
06-dashboard-pages.spec.ts fix: use button role for landing CTA, revert risky test changes 2026-03-23 12:03:25 +00:00
07-conversion-funnel.spec.ts fix: address review feedback on analytics test clarity and dead code 2026-03-24 19:36:12 +00:00
07-landing-pages.spec.ts fix: remove networkidle wait and console-error assertion from landing spec 2026-03-25 00:10:57 +00:00