Area: apps/web/src/features/trade/components/trade-panel/TradePanel.tsx
Goal: Verify the main trade form renders with required controls.
Tasks:
- Render with default market fixture.
- Assert side selector, collateral input, size input, leverage or relevant controls.
- Assert primary action requires wallet connection.
Acceptance:
- Uses visible labels and roles.
bun run --cwd apps/web test passes.
Area:
apps/web/src/features/trade/components/trade-panel/TradePanel.tsxGoal: Verify the main trade form renders with required controls.
Tasks:
Acceptance:
bun run --cwd apps/web testpasses.