Given the user selects the "User Management" item in the navbar
When they are routed to the user list page
Then they should see a list of users containing the username, first name, last name, and email of each user
And the list should be ordered by username
Given the user selects the "User Management" item in the navbar When they are routed to the user list page Then they should see a list of users containing the username, first name, last name, and email of each user And the list should be ordered by username