mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
Merge pull request #1043 from CorgiDude/patch-1
Tiny rdoc fix in Capybara::Node::Actions [ci skip]
This commit is contained in:
commit
cfc0099712
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ module Capybara
|
|||
# Finds a link by id or text and clicks it. Also looks at image
|
||||
# alt text inside the link.
|
||||
#
|
||||
# @param [String] locator Text, id or text of link
|
||||
# @param [String] locator Text or id of link
|
||||
# @param options
|
||||
# @option options [String] :href The value the href attribute must be
|
||||
#
|
||||
|
|
Loading…
Add table
Reference in a new issue