Skip to content

Add integration test for the creator discovery list showing a no-results state when search returns zero matches #675

Description

@Chucks1093

Summary

When a search query returns zero creators, the list should display a no-results state with a message explaining there are no matches, rather than the generic empty state used for an unfiltered empty list. An integration test should confirm the correct state is shown.

Scope

  • Mock the creator search API to return an empty array for the query zzznomatch
  • Type zzznomatch into the search input and wait for the response
  • Assert a no-results message is visible that references the search term
  • Assert the no-results state is distinct from the unfiltered empty state
  • Assert clearing the search input removes the no-results state

Acceptance Criteria

  • No-results message visible when search returns zero results
  • Message references or acknowledges the search term
  • No-results state distinct from the unfiltered empty state
  • Clearing search input removes the no-results state

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