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

Document fixed race conditions

This commit is contained in:
Jonas Nicklas 2012-10-30 15:31:15 +01:00
parent 7e661d2e6a
commit ee45e7c5c4

View file

@ -26,6 +26,7 @@
* Arguments are cast to string where necessary, so that e.g. `click_link(:foo)` works
as expected. [Jonas Nicklas]
* `:count => 0` now works as expected [Jarl Friis]
* Fixed race conditions on negative assertions when removing nodes [Jonas Nicklas]
# Version 2.0.0.beta2