thoughtbot / capybara-webkit

A Capybara driver for headless WebKit to test JavaScript web apps
https://thoughtbot.com/open-source
MIT License
1.97k stars 428 forks source link

Work around form fields overriding form element methods - Issue #1010 #1011

Closed twalpole closed 6 years ago

twalpole commented 7 years ago

This fixes the basic problem in issue #1010 of a field element with name "type" causing #text to crash if called on the associated form element.

twalpole commented 7 years ago

@mhoran @jferris The failures here are caused by gem conflicts with jruby19 and need PR #1005 to pass