Skip to content

Add integration test for search and sort params coexisting correctly in the creator list URL #594

Description

@Chucks1093

Summary

When a user both searches by name and selects a sort option, both params should be reflected in the URL simultaneously and both should be sent in the API request. An integration test should confirm neither param overwrites the other when both are set.

Scope

  • Type a search term into the search input
  • Select a sort option from the dropdown
  • Assert the URL contains both search= and sort= params
  • Assert the API is called with both params in the same request
  • Clear the search input and assert sort= remains in the URL

Acceptance Criteria

  • Both search and sort params present in URL when both are set
  • API called with both params in the same request
  • Clearing search removes search but preserves sort
  • Changing sort preserves the current search value

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