Skip to content

Instantly share code, notes, and snippets.

@javigomez
Created November 23, 2017 16:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save javigomez/164c9fd20c9ab2ebbdb2b1cceab82ebb to your computer and use it in GitHub Desktop.
Save javigomez/164c9fd20c9ab2ebbdb2b1cceab82ebb to your computer and use it in GitHub Desktop.
wrong progress bar feature
Scenario: Progress bar status if block is answered
Given I have visited a typeform with 3 blocks
And the "What is your name" "short text" block is focused
When I answer "my name is Javi"
And I click "Ok button"
Then the progress bar should increase to 33%
Then the "How old are you" "number" block is focused
When I answer "35"
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment