update History

This commit is contained in:
Jonas Nicklas 2012-09-09 17:33:33 +02:00
parent e39c026abe
commit ad7ba7b643
1 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,8 @@
actions need to unambiguous in the future. [Jonas Nicklas]
* All methods which find or manipulate fields or buttons now ignore them when
they are disabled. [Jonas Nicklas]
* Can no longer find elements by id via `find(:foo)`, use `find("#foo")` or
`find_by_id("foo")` instead. [Jonas Nicklas]
* `Element#text` on RackTest now only returns visible text and normalizes
(strips) whitespace, as with Selenium [Mark Dodwell, Jo Liss]
* `has_content?` now checks the text value returned by `Element#text`, as opposed to