Skip to content

Commit

Permalink
update History
Browse files Browse the repository at this point in the history
  • Loading branch information
jnicklas committed Sep 9, 2012
1 parent e39c026 commit ad7ba7b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions History.txt
Expand Up @@ -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
Expand Down

0 comments on commit ad7ba7b

Please sign in to comment.