Skip to content

Instantly share code, notes, and snippets.

@javigomez
Created November 23, 2017 16:09
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/c4c47c4922a91247d07f6e0ea6485b7a to your computer and use it in GitHub Desktop.
Save javigomez/c4c47c4922a91247d07f6e0ea6485b7a to your computer and use it in GitHub Desktop.
step file
# file: features/step_definitions/test_step.rb
...
When(/^I (?:commit|have committed) the block$/) do
@current_progress_bar =
on_page(@block_type.to_page_object).commit_answer
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment