Created
May 5, 2019 07:08
-
-
Save martinschneider/49d33a7fcefb8170ae76a930b44470fa to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Feature: Search and tags | |
@web @android @ios | |
Scenario Outline: Use the search function | |
Given I am on the homepage | |
When I search for "<tag>" | |
And I select the first question | |
Then the question is tagged with "<tag>" | |
Examples: | |
| tag | | |
| selenium | | |
| appium | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment