Summary
Clicking a creator card on the discovery list should navigate the user to the correct creator profile page URL. An integration test should simulate a click on a card and assert the router navigates to the expected route with the correct creator ID.
Scope
- Render the creator discovery list with mocked data containing a creator with a known ID
- Click the creator card
- Assert the router navigates to
/creator/{id} where {id} matches the clicked creator
- Assert the creator profile page begins loading data for that creator ID
Acceptance Criteria
ETA: 12 hours
Coordinate on Telegram
Summary
Clicking a creator card on the discovery list should navigate the user to the correct creator profile page URL. An integration test should simulate a click on a card and assert the router navigates to the expected route with the correct creator ID.
Scope
/creator/{id}where{id}matches the clicked creatorAcceptance Criteria
/creator/{creator_id}ETA: 12 hours
Coordinate on Telegram