Created
November 23, 2017 16:09
-
-
Save javigomez/04739b971241a3b3b953b236af974ec5 to your computer and use it in GitHub Desktop.
Progress bar declarative gherkin
This file contains 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
# file: features/acceptance/functionality/progress_bar_functionality.feature | |
Scenario Outline: Progress bar status if block is answered | |
Given I have visited a typeform with many <block type> blocks | |
When I commit the block | |
Then the progress bar should increase | |
Examples: | |
| block type | | |
| short text | | |
| multiple choice | | |
| email | | |
| number | | |
| dropdown | | |
| ... | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment