Skip to content

Instantly share code, notes, and snippets.

@richdownie
Created March 19, 2013 13:24
Show Gist options
  • Save richdownie/5196069 to your computer and use it in GitHub Desktop.
Save richdownie/5196069 to your computer and use it in GitHub Desktop.
Scenario:
as Individual # features/doolli_profile.feature:128\n
\ * I am on the signup page # features/step_definitions/selenium_webdriver.rb:13\n
\ * I fill out signup form with \"Rich\" # features/step_definitions/credential_steps.rb:5\n
\ * I submit \"home-signup-button\" \"class\" # features/step_definitions/selenium_webdriver.rb:6\n
\ 0 seconds to render \"home-signup-button\":class\n * I should see \"You
successfully registered! Enjoy Doolli.\" # features/step_definitions/selenium_webdriver.rb:153\n
\ expected: >= 1\n got: 0 (RSpec::Expectations::ExpectationNotMetError)\n
\ ./features/step_definitions/selenium_webdriver.rb:160:in `/I should (NOT )?see
\"(.*)\"/'\n features/doolli_profile.feature:132:in `* I should see \"You successfully
registered!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment