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:
parent
0c53168899
commit
bf7c1b0348
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ module Capybara
|
|||
native[:selected]
|
||||
end
|
||||
|
||||
def synchronize
|
||||
def synchronize(seconds=nil)
|
||||
yield # simple nodes don't need to wait
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue