Skip to content

Add integration test for holder count display updating after React Query cache invalidation #480

Description

@Chucks1093

Summary

The creator detail page shows the current holder count. When the cache is invalidated and fresh data is fetched, the displayed count should update without a full page reload. An integration test should confirm the UI reflects the new value after invalidation.

Scope

  • Render the creator detail page with an initial holder count
  • Invalidate the React Query cache entry for that creator
  • Mock the refetch to return an updated holder count
  • Assert the new count is displayed after the refetch completes

Acceptance Criteria

  • Updated holder count renders after cache invalidation and refetch
  • Old count is no longer visible
  • No full page reload required

ETA: 12 hours


Coordinate on Telegram

Metadata

Metadata

Assignees

Labels

Stellar WaveIssues in the Stellar wave program

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions