Skip to content

Instantly share code, notes, and snippets.

@tibastral
Created February 27, 2012 16:36
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 tibastral/1925220 to your computer and use it in GitHub Desktop.
Save tibastral/1925220 to your computer and use it in GitHub Desktop.
I love capybara_webkit
When /^I create a new "([^"]*)" hotspot$/ do |hotspot_type|
click_link "Hotspots"
page.find(:css, "a[data-hotspot-type=\"#{hotspot_type.camelize}Hotspot\"]").click
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment