Skip to content

Commit

Permalink
another fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
twalpole committed Apr 26, 2019
1 parent 90d785b commit ac39dae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/capybara/selenium/nodes/chrome_node.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def click(*)
end

def disabled?
driver.eevaluate_script("arguments[0].matches(':disabled, select:disabled option')", self)
driver.evaluate_script("arguments[0].matches(':disabled, select:disabled option')", self)
end

private
Expand Down

0 comments on commit ac39dae

Please sign in to comment.