Skip to content

Instantly share code, notes, and snippets.

@dabit
Created April 12, 2011 23:55
Show Gist options
  • Save dabit/916699 to your computer and use it in GitHub Desktop.
Save dabit/916699 to your computer and use it in GitHub Desktop.
error
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/fxdriver@googlecode.com/components/nsCommandProcessor.js:256:in `unknown'
# [remote server] file:///var/folders/rm/rmL2xLThHji-vMq1vxRgOE+++TI/-Tmp-/webdriver-profile20110412-53543-1jabr95/extensions/fxdriver@googlecode.com/components/nsCommandProcessor.js:305:in `unknown'
# [remote server] file:///var/folders/rm/rmL2xLThHji-vMq1vxRgOE+++TI/-Tmp-/webdriver-profile20110412-53543-1jabr95/extensions/fxdriver@googlecode.com/components/nsCommandProcessor.js:320:in `unknown'
# [remote server] file:///var/folders/rm/rmL2xLThHji-vMq1vxRgOE+++TI/-Tmp-/webdriver-profile20110412-53543-1jabr95/extensions/fxdriver@googlecode.com/components/nsCommandProcessor.js:197:in `unknown'
# ./spec/acceptance/story_comments_management_spec.rb:33:in `block (2 levels) in <top (required)>'
@dabit
Copy link
Author

dabit commented May 25, 2011

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

@jevy
Copy link

jevy commented May 25, 2011 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment