Method: Capybara::Node::Simple#synchronize
- Defined in:
- lib/capybara/node/simple.rb
#synchronize(seconds = nil) ⇒ Object
143 144 145 |
# File 'lib/capybara/node/simple.rb', line 143 def synchronize(seconds=nil) yield # simple nodes don't need to wait end |