Skip to content

Commit

Permalink
documentation fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
twalpole committed Oct 27, 2018
1 parent 084dfc5 commit 646db86
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion lib/capybara/node/finders.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ module Finders
# + If you need to check for existence of a class name that starts with ! then prefix with !!
# + ```class:['a', '!b', '!!!c'] # limit to elements with class 'a' and '!c' but not class 'b'```
# @option options [Boolean] exact Control whether `is` expressions in the given XPath match exactly or partially
# @option options [Integer, false] wait (Capybara.default_max_wait_time) The time to wait for matching elements to become available
# @option options [Symbol] match The matching strategy to use.
#
# @return [Capybara::Node::Element] The found element
Expand Down
2 changes: 1 addition & 1 deletion lib/capybara/session/matchers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module SessionMatchers
# Asserts that the page has the given path.
# By default, if passed a full url this will compare against the full url,
# if passed a path only the path+query portion will be compared, if passed a regexp
# the comparison will depend on the :url option
# the comparison will depend on the :url option (path+query by default)
#
# @!macro current_path_query_params
# @overload $0(string, **options)
Expand Down

0 comments on commit 646db86

Please sign in to comment.