Skip to content

Add integration test for the creator profile page rendering all expected sections #629

Description

@Chucks1093

Summary

The creator profile page renders multiple sections (avatar, name, price, holder count, sparkline, trade panel, key holders list) but there is no integration test confirming all sections are present and populated with data. A single test covering the full page structure would catch missing section regressions early.

Scope

  • Mock the creator profile API response with a fully populated creator object
  • Render the creator profile page
  • Assert each of the following is visible: creator name, current price, holder count, sparkline, buy button, sell button
  • Assert none of the sections are in a skeleton or error state

Acceptance Criteria

  • Creator name visible
  • Current price visible
  • Holder count visible
  • Sparkline rendered
  • Buy and sell buttons visible and enabled (assuming wallet connected)
  • No skeleton or error states present

ETA: 12 hours


Coordinate on Telegram

Metadata

Metadata

Assignees

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