Add eslint-disable-next-line no-restricted-syntax comments with justification to the 10 bare waitForTimeout() calls in tests/e2e/usertest/helpers.ts. All waitForTimeout calls in the spec files (01–06 and all usertest specs) were already properly documented after PR #417. helpers.ts was the only remaining file with bare calls: - 6 in connectWallet(): wallet connector panel animation and connection handshake have no observable DOM event to await - 4 in attemptStake(): Ponder indexing lag, debounced form handlers Co-Authored-By: Claude Sonnet 4.6 <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 | ||