mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
Switch off resynchronization by default
Didn't we already do this?
This commit is contained in:
parent
4e6df9d333
commit
ec2ff46220
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ require 'selenium-webdriver'
|
|||
|
||||
class Capybara::Selenium::Driver < Capybara::Driver::Base
|
||||
DEFAULT_OPTIONS = {
|
||||
:resynchronize => true,
|
||||
:resynchronize => false,
|
||||
:resynchronization_timeout => 10,
|
||||
:browser => :firefox
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue