As an authenticated user, I would like to be able to clear the post filter by user feature
Given that a person has provided proper authentication details
And the person has chosen to filter the list of posts by a particular user
When the person opens the select element for filtering by user
Then there should be an option with the text of "All"
Given the person has filtered the list of posts by a particular user
When the person chooses the "All" option in the select element
Then all posts should be rendered in the list
As an authenticated user, I would like to be able to clear the post filter by user feature
Given that a person has provided proper authentication details And the person has chosen to filter the list of posts by a particular user When the person opens the select element for filtering by user Then there should be an option with the text of "All"
Given the person has filtered the list of posts by a particular user When the person chooses the "All" option in the select element Then all posts should be rendered in the list