-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
POST params are not sent in AJAX requests #44
Comments
Hmmm ... I'm having trouble replicating this:
What ruby/OS? |
OS X and |
Which OS X? (not that I think that matters, but ...) Could you try 1.8.7p302 (rvm should help). p174 is pretty old, though generally the results from incompatible spidermonkey/ruby was core dumps, not invalid operation. |
My version of OS X is 10.6.4 I tried with 1.8.7p302 thanks to rvm and I still get the same result. |
Well, I'm kind of clueless. The only thing I see that's different is that I'm running on the master code for all the relevant gems (johnson, env-js, capybara, capybara-envjs). |
It seems that POST params on AJAX request are not sent to the server. I'm not sure it's a capybara-envjs bug or a envjs bug.
I built a small Sinatra app at https://github.com/kookoolen/capybara-envjs-bug
Just clone it, run
bundle install
andrake cucumber
to see it fail.The same feature pass with selenium instead of envjs.
The text was updated successfully, but these errors were encountered: