wooden-flower-6562
04/27/2023, 9:20 AMchromeWebSecurity: false and experimentalSessionAndOrigin: true settings.
The problem using those settings in my case:
If I use chromeWebSecurity and experimentalSessionAndOrigin, I have problem with the cart that doesn't keep products in between pages (problem that I have too with Cypress v12.0 because it sets experimentalSessionAndOrigin by default). The cart is filled with a PHP request, I have to put a missing cookie each time and use cy.visit() the current URL to get back the cart. But it doesn't work at the end of my workflow where I have to submit form (TOS step) to access page where I can choose the payment option.
That's why I don't know if I should use a different way to make payment without those settings, or if I should try to correct the problem with the cart using settings.
Thanks for your help. I hope I gave you enough information to understand my problem.
Best regards.
Mikaël