Skip to content

Instantly share code, notes, and snippets.

@mdz
Created January 30, 2012 17:14
Show Gist options
  • Select an option

  • Save mdz/1705496 to your computer and use it in GitHub Desktop.

Select an option

Save mdz/1705496 to your computer and use it in GitHub Desktop.
Failures:
1) dashboard allows people to switch between 4 views
Failure/Error: page.should have_css('.iframeLink[data-id="contactsviewer"]')
expected css ".iframeLink[data-id=\"contactsviewer\"]" to return something
# ./spec/integration/dashboard_spec.rb:7
2) dashboard should allow access to api explorer
Failure/Error: click_on 'API Explorer'
Selenium::WebDriver::Error::UnknownError:
Element is not clickable at point (158.5, 265.5). Other element would receive the click: <a target="_blank" href="https://www.dropbox.com/s/svvhf335hp0vg25">...</a>
# (eval):2:in `send'
# (eval):2:in `click_on'
# ./spec/integration/dashboard_spec.rb:41
# ./spec/integration/dashboard_spec.rb:39
3) dashboard should allow the user to view all of their apps
Failure/Error: page.should have_content('Hello Links, by Singly, Inc.')
expected there to be content "Hello Links, by Singly, Inc." in "People\nJeremie Miller\nEmail\nFoursquare Profile\nGitHub Profile\nNobody Selected"
# ./spec/integration/dashboard_spec.rb:50
# ./spec/integration/dashboard_spec.rb:49
Finished in 10.09 seconds
4 examples, 3 failures
Failed examples:
rspec ./spec/integration/dashboard_spec.rb:5 # dashboard allows people to switch between 4 views
rspec ./spec/integration/dashboard_spec.rb:35 # dashboard should allow access to api explorer
rspec ./spec/integration/dashboard_spec.rb:46 # dashboard should allow the user to view all of their apps
Failures:
1) dashboard allows people to switch between 4 views
Failure/Error: page.should have_css('.iframeLink[data-id="contactsviewer"]')
expected css ".iframeLink[data-id=\"contactsviewer\"]" to return something
# ./spec/integration/dashboard_spec.rb:7
2) dashboard should allow access to api explorer
Failure/Error: click_on 'API Explorer'
Selenium::WebDriver::Error::UnknownError:
Element is not clickable at point (158.5, 265.5). Other element would receive the click: <a target="_blank" href="https://www.dropbox.com/s/svvhf335hp0vg25">...</a>
# (eval):2:in `send'
# (eval):2:in `click_on'
# ./spec/integration/dashboard_spec.rb:41
# ./spec/integration/dashboard_spec.rb:39
3) dashboard should allow the user to view all of their apps
Failure/Error: page.should have_content('Hello Links, by Singly, Inc.')
expected there to be content "Hello Links, by Singly, Inc." in "People\nJeremie Miller\nEmail\nFoursquare Profile\nGitHub Profile\nNobody Selected"
# ./spec/integration/dashboard_spec.rb:50
# ./spec/integration/dashboard_spec.rb:49
rake aborted!
/usr/bin/ruby1.8 -S rspec ./spec/integration/dashboard_spec.rb failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment