You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a passenger, I want to search for available rides by entering my departure date and destination, so that I can find relevant trips easily.
Acceptance Criteria Scenario: User searches for a ride by date and destination
Given that I am on the "Search" page
When I enter a departure date and destination in the search fields
And click the "Search" button
Then the system displays a list of available rides that match my selected date and destination
And the system shows me the number of available rides at the top of the results list.
The text was updated successfully, but these errors were encountered:
Estimate: 1 day
As a passenger,
I want to search for available rides by entering my departure date and destination,
so that I can find relevant trips easily.
Acceptance Criteria
Scenario: User searches for a ride by date and destination
Given that I am on the "Search" page
When I enter a departure date and destination in the search fields
And click the "Search" button
Then the system displays a list of available rides that match my selected date and destination
And the system shows me the number of available rides at the top of the results list.
The text was updated successfully, but these errors were encountered: