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
{{ message }}
This repository was archived by the owner on Apr 4, 2024. It is now read-only.
As a FEUP Community Student, I want the app to order the list of options for each category from the emptiest/fastest to the fullest/slowest so that I can have my needs fulfilled.
User Interface Mockups
Order By Category
Acceptance tests
Scenario: The user selects a the "A-Z" sorting option for the options displayedGiven the user is logged in using FEUP's credentials
When the user visits a page with a list of options
And the user selects "A-Z" as the sorting method for the page
Then the app displays the options in alphabetical order.
Scenario: The user selects a the "Emptier-Fuller" sorting option for the options displayedGiven the user is logged in using FEUP's credentials
When the user visits a page with a list of options
And the user selects "Emptier-Fuller" as the sorting method for the page
Then the app displays the options from the emptiest to the fullest in terms of occupancy data in the app.
Scenario: The user selects a the "Faster-Slower" sorting option for the options displayedGiven the user is logged in using FEUP's credentials
When the user visits a page with a list of options
And the user selects "Emptier-Fuller" as the sorting method for the page
Then the app displays the options from the fastest to the slowest in terms of line.
Scenario: The user selects a the "Emptier-Fuller" sorting option for the options displayedGiven the user is logged in using FEUP's credentials
When the user visits a page with a list of options
And the user selects "Emptier-Fuller" as the sorting method for the page
Then the app displays the options from the emptiest to the fullest in terms of occupancy.
Scenario: The user selects a the "Order By Nothing" sorting option for the options displayedGiven the user is logged in using FEUP's credentials
When the user visits a page with a list of options
And the user selects "Order by Nothing" as the sorting method for the page
Then the app displays the options in the default order.
The text was updated successfully, but these errors were encountered:
As a FEUP Community Student, I want the app to order the list of options for each category from the emptiest/fastest to the fullest/slowest so that I can have my needs fulfilled.
User Interface Mockups
Order By Category
Acceptance tests
The text was updated successfully, but these errors were encountered: