Skip to content

Add integration test for creator list re-fetching when sort preference changes #499

Description

@Chucks1093

Summary

When the user changes the sort order on the creator list, the component should trigger a new API request with the updated sort param and display the refreshed results. An integration test should confirm the request is made with the correct param and the list updates.

Scope

  • Render the creator list with the default sort
  • Change the sort selection to a different option
  • Assert the API was called with the new sort param
  • Assert the list displays the results from the new request

Acceptance Criteria

  • API called with new sort param on sort change
  • List displays updated results after sort change
  • Previous sort param is not sent in the new request

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