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