# File lib/capybara/node/finders.rb, line 167 def wait_conditionally_until if wait? then session.wait_until { yield } else yield end end