mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
Fix typo [ci skip]
This commit is contained in:
parent
6d9f80a6ec
commit
0071f9cae9
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ module Capybara
|
|||
|
||||
##
|
||||
#
|
||||
# Checks if a given selector is not on the page or a descendant of thecurrent node.
|
||||
# Checks if a given selector is not on the page or a descendant of the current node.
|
||||
# Usage is identical to Capybara::Node::Matchers#has_selector?
|
||||
#
|
||||
# @param (see Capybara::Node::Finders#has_selector?)
|
||||
|
|
Loading…
Reference in a new issue