mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
update History
This commit is contained in:
parent
e39c026abe
commit
ad7ba7b643
1 changed files with 2 additions and 0 deletions
|
@ -25,6 +25,8 @@
|
||||||
actions need to unambiguous in the future. [Jonas Nicklas]
|
actions need to unambiguous in the future. [Jonas Nicklas]
|
||||||
* All methods which find or manipulate fields or buttons now ignore them when
|
* All methods which find or manipulate fields or buttons now ignore them when
|
||||||
they are disabled. [Jonas Nicklas]
|
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
|
* `Element#text` on RackTest now only returns visible text and normalizes
|
||||||
(strips) whitespace, as with Selenium [Mark Dodwell, Jo Liss]
|
(strips) whitespace, as with Selenium [Mark Dodwell, Jo Liss]
|
||||||
* `has_content?` now checks the text value returned by `Element#text`, as opposed to
|
* `has_content?` now checks the text value returned by `Element#text`, as opposed to
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue