Skip to content

Commit

Permalink
Merge branch 'master' of github.com:teamcapybara/capybara
Browse files Browse the repository at this point in the history
* 'master' of github.com:teamcapybara/capybara:
  Fix typo
  • Loading branch information
twalpole committed May 13, 2019
2 parents 792103c + f3f6033 commit b8be314
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 b8be314

Please sign in to comment.