Created
April 12, 2011 23:55
-
-
Save dabit/916699 to your computer and use it in GitHub Desktop.
error
This file contains 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
Failures: | |
1) Story Comments Add a comment | |
Failure/Error: fill_in 'comment_comment', with: comment_attributes[:comment] | |
Selenium::WebDriver::Error::ElementNotDisplayedError: | |
Element is not currently visible and so may not be interacted with | |
# [remote server] resource://fxdriver/modules/atoms.js:9366:in `unknown' | |
# [remote server] file:///var/folders/rm/rmL2xLThHji-vMq1vxRgOE+++TI/-Tmp-/webdriver-profile20110412-53543-1jabr95/extensions/[email protected]/components/nsCommandProcessor.js:256:in `unknown' | |
# [remote server] file:///var/folders/rm/rmL2xLThHji-vMq1vxRgOE+++TI/-Tmp-/webdriver-profile20110412-53543-1jabr95/extensions/[email protected]/components/nsCommandProcessor.js:305:in `unknown' | |
# [remote server] file:///var/folders/rm/rmL2xLThHji-vMq1vxRgOE+++TI/-Tmp-/webdriver-profile20110412-53543-1jabr95/extensions/[email protected]/components/nsCommandProcessor.js:320:in `unknown' | |
# [remote server] file:///var/folders/rm/rmL2xLThHji-vMq1vxRgOE+++TI/-Tmp-/webdriver-profile20110412-53543-1jabr95/extensions/[email protected]/components/nsCommandProcessor.js:197:in `unknown' | |
# ./spec/acceptance/story_comments_management_spec.rb:33:in `block (2 levels) in <top (required)>' |
Mi problem was that jQuery effects were taking too long to show up the modal form, this is how I fixed it:
http://blog.crowdint.com/2011/04/13/turn-jquery-effects-off-for-testing.html
Dude. This could be the guy. How did you debug this?
…On May 25, 2011 11:36 AM, "dabit" < ***@***.***> wrote:
Mi problem was that jQuery effects were taking to long to show up the
modal form, this is how I fixed it:
http://blog.crowdint.com/2011/04/13/turn-jquery-effects-off-for-testing.html
##
Reply to this email directly or view it on GitHub:
https://gist.github.com/916699
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Found this via a google search. I'm having a very similar error. Did you figure it out?