Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Made the send_keys helper work in selenium as well as cuprite
A few of the test helpers use the `type` helper method but in selenium it raises this error: NoMethodError: undefined method `keyboard' for #<Selenium::WebDriver::Chrome::Driver:0x000000013ebbb950> I've changed this to do the same thing (type in the focused element) but in a way that should work in every capybara driver.
- Loading branch information