You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thanks for maintaining this fantastic library!
I just noticed a little issue with the Documentation of the Capybara::Node::Element#click-Method, where some information is present in the docstring but does not get rendered to the Rubydoc documentation. I'm not too familiar with the syntax, but I could imagine this to be a quick fix.
Meta
Capybara Version: master
Expected Behavior
The information about the :x and :y options that is present in the docstring (referencing the differences in behaviour depending on the w3c_click_offset setting) should show up in the generated rubydoc documentation.
Hi, thanks for maintaining this fantastic library!
I just noticed a little issue with the Documentation of the
Capybara::Node::Element#click
-Method, where some information is present in the docstring but does not get rendered to the Rubydoc documentation. I'm not too familiar with the syntax, but I could imagine this to be a quick fix.Meta
Capybara Version:
master
Expected Behavior
The information about the
:x
and:y
options that is present in the docstring (referencing the differences in behaviour depending on the w3c_click_offset setting) should show up in the generated rubydoc documentation.Docstring here:
capybara/lib/capybara/node/element.rb
Lines 155 to 169 in 34493f0
Actual Behavior
Options
:x
and:y
are not shown in rubydoc at https://rubydoc.info/github/teamcapybara/capybara/master/Capybara/Node/Element#click-instance_methodThe text was updated successfully, but these errors were encountered: