mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
Fix doc on result[ci skip]
This commit is contained in:
parent
acbc17add6
commit
abd7919191
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ module Capybara
|
|||
# A {Capybara::Result} represents a collection of {Capybara::Node::Element} on the page. It is possible to interact with this
|
||||
# collection similar to an Array because it implements Enumerable and offers the following Array methods through delegation:
|
||||
#
|
||||
# * []
|
||||
# * \[\]
|
||||
# * each()
|
||||
# * at()
|
||||
# * size()
|
||||
|
|
Loading…
Reference in a new issue