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

Added a bit of history

This commit is contained in:
Jonas Nicklas 2010-05-12 16:45:11 +02:00
parent 686e9d7a91
commit 58f8826ac3
2 changed files with 19 additions and 2 deletions

View file

@ -1,4 +1,20 @@
# Versiob 0.3.7
# Version 0.3.8
Release date: 2010-05-12
### Added
* Within_frame method to execute a block of code within a particular iframe (Selenium only!)
### Fixed
* Single quotes are properly escaped with `select` under rack-test and Selenium.
* The :text option for searches now escapes regexp special characters when a string is given.
* Selenium now correctly checks already checked checkboxes (same with uncheck)
* Timing issue which caused Selenium to hang under certain circumstances.
* Selenium now resolves attributes even if they are given as a Symbol
# Version 0.3.7
Release date: 2010-04-09

View file

@ -27,7 +27,8 @@ On OSX you may have to install libffi, you can install it via MacPorts with:
* Report issues on {GitHub Issues}[http://github.com/jnicklas/capybara/issues]
Pull requests are very welcome! Make sure your patches are well tested, Capybara is
a testing tool after all.
a testing tool after all. Please create a topic branch for every separate change
you make, I will not pull anything from your master branch.
== Using Capybara with Cucumber