Skip to content

Instantly share code, notes, and snippets.

@yesezra
Created July 18, 2011 22:10
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 yesezra/1090813 to your computer and use it in GitHub Desktop.
Save yesezra/1090813 to your computer and use it in GitHub Desktop.
Cucumber/Capybara/slow javascript secret sauce
When /^I wait until "([^"]*)" is visible$/ do |selector|
wait_until(5) {page.has_css?("#{selector}", :visible => true)}
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment