Skip to content

Add integration test for creator profile page navigating correctly from a creator card click #601

Description

@Chucks1093

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

  • Click on creator card triggers navigation
  • Navigation target matches /creator/{creator_id}
  • Profile page query uses the correct creator ID from the URL
  • No navigation occurs when clicking inside the card but outside the clickable area (if applicable)

ETA: 12 hours


Coordinate on Telegram

Metadata

Metadata

Labels

Stellar WaveIssues in the Stellar wave program

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions