Created
August 15, 2011 21:37
-
-
Save tubbo/1147930 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Capybara::Driver::Webkit::WebkitInvalidResponseError: Javascript failed to execute |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| it "should not have a problem with this", :js => true do | |
| page.execute_script %Q{$("#example_element").val('Stuff'); $("#example_element").keydown()} | |
| end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment