Given a user selects the "Category Management" from the navbar
When they are directed to /categories
Then they should see a list of all categories
And categories should be ordered alphabetically
And each category should have an edit and delete button (functionality for buttons come later)
Given a user selects the "Category Management" from the navbar When they are directed to
/categories
Then they should see a list of all categories And categories should be ordered alphabetically And each category should have an edit and delete button (functionality for buttons come later)