1
0
Fork 0
mirror of https://github.com/teamcapybara/capybara.git synced 2022-11-09 12:08:07 -05:00

Allow timeout in synchronize for simple nodes

This commit is contained in:
Jonas Nicklas 2013-02-25 22:12:03 +01:00
parent 0c53168899
commit bf7c1b0348

View file

@ -127,7 +127,7 @@ module Capybara
native[:selected]
end
def synchronize
def synchronize(seconds=nil)
yield # simple nodes don't need to wait
end