Skip to content

Add integration test for debounced search clearing results when input is emptied #519

Description

@Chucks1093

Summary

When the user clears the search input completely, the creator list should revert to showing all creators without any search filter applied. An integration test should confirm this reset behavior fires correctly after the debounce delay.

Scope

  • Type a search term and wait for the debounce to fire
  • Clear the input and wait for the debounce delay again
  • Assert the API was called with no search param on the second request
  • Assert the full creator list is displayed

Acceptance Criteria

  • Clearing input triggers a new API call with no search param
  • Full unfiltered creator list displayed after clearing
  • No search param present in the request after clear

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