Skip to content

Commit

Permalink
Merge pull request #2187 from artur-beljajev/fix-typo
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
twalpole committed May 12, 2019
2 parents 2e440b9 + 11645d1 commit f3f6033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/capybara/node/actions.rb
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ def uncheck(locator = nil, **options)
# @macro waiting_behavior
#
# @param value [String] Which option to select
# @param from [String] The id, Capybara.test_id atrtribute, name or label of the select box
# @param from [String] The id, Capybara.test_id attribute, name or label of the select box
#
# @return [Capybara::Node::Element] The option element selected
def select(value = nil, from: nil, **options)
Expand Down

0 comments on commit f3f6033

Please sign in to comment.