We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Given the user is on the search menu When they select the search posts option Then they should be prompted to enter a tag name
Given the suer enters a tag name When there is no post that matches the tag name Then the user should be informed that no search results were found
Given the user enters a tag name When there is one or more posts that match the tag name Then the posts should be displayed
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Given the user is on the search menu
When they select the search posts option
Then they should be prompted to enter a tag name
Given the suer enters a tag name
When there is no post that matches the tag name
Then the user should be informed that no search results were found
Given the user enters a tag name
When there is one or more posts that match the tag name
Then the posts should be displayed
The text was updated successfully, but these errors were encountered: