-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting invalid cookie exception #2234
Comments
Paypal images are setting cookies: https://www.sandbox.paypal.com/en_US/i/btn/btn_subscribeCC_LG.gif |
Please run the test with -vvv option to get more information. |
@Naktibalda, yep. Thanks for the reply. Set-Cookie:X-PP-SILOVER=; Expires=Thu, 01 Jan 1970 00:00:01 GMT But how can I evict/dodge or somehow manage this cookie setting with Codeception? |
I did a quick investigation before making the previous comment and it looks like a bug in Symfony BrowserKit to me. I will investigate it more and try to fix it later. |
Actually it is an issue of Guzzle, |
It is a bad day for me - I was wrong again.
|
@Naktibalda Thanks for your help. |
I don't know for sure, but it should happen over the next few weeks. If you need this patch now, install codeception/codeception: 2.1-dev with composer. |
@Naktibalda Thanks a lot. |
Hello there.
I'm trying to build an acceptance test for my local project using Codeception 2.1. Everything was doing fine until I got to submit a paypal form, a paypal button. Here's how it looks:
When I try to submit it, Codeception goes
And then fires up the following error:
I do NOT set any cookie manually. You can see it in my cest file:
Why am i getting this error?
The text was updated successfully, but these errors were encountered: