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

Remove README mention of resynchronize option removed in a1b1cc7132

This commit is contained in:
Ben Woosley 2012-03-30 12:03:09 -07:00
parent 6376036fcb
commit ed8b37fd49

View file

@ -274,12 +274,6 @@ At the moment, Capybara supports [Selenium 2.0
*not* Selenium RC. Provided Firefox is installed, everything is set up for you,
and you should be able to start using Selenium right away.
Capybara can block and wait for Ajax requests to finish after you've interacted
with the page. To enable this behaviour, set the `:resynchronize` driver
option to `true`. This should normally not be necessary, since
Capybara's automatic reloading should take care of any asynchronicity problems.
See the section on Asynchronous JavaScript for details.
**Note**: drivers which run the server in a different thread may not work share the
same transaction as your tests, causing data not to be shared between your test
and test server, see "Transactions and database setup" below.