1
0
Fork 0
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:
Jonas Nicklas and Nicklas Ramhöj 2011-08-15 15:34:30 +02:00
parent 4e6df9d333
commit ec2ff46220

View file

@ -2,7 +2,7 @@ require 'selenium-webdriver'
class Capybara::Selenium::Driver < Capybara::Driver::Base class Capybara::Selenium::Driver < Capybara::Driver::Base
DEFAULT_OPTIONS = { DEFAULT_OPTIONS = {
:resynchronize => true, :resynchronize => false,
:resynchronization_timeout => 10, :resynchronization_timeout => 10,
:browser => :firefox :browser => :firefox
} }