Cannot browser test the checkout process #106
Replies: 3 comments 10 replies
-
|
What does your test look like? I haven't used Pest's browser testing feature before, but I wonder if the cart cookie might be getting lost somehow. |
Beta Was this translation helpful? Give feedback.
-
|
Another strange thing I've noticed in the browser testing is that the end screen does not have any order details on it, even though the Order did successfully go through (after my PR edits):
|
Beta Was this translation helpful? Give feedback.
-
|
Just had some time to look into this. It seems like Pest's browser testing feature doesn't support There's a PR open to fix it: pestphp/pest-plugin-browser#177 |
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
-
Bug description
When using Pest browser testing on Statamic Cargo with the built-in checkout form, whenever the browser test inserts customer data or address data, the AJAX request to
/!/cartdoesn't see any POST data at all.How to reproduce
Logs
Environment
Additional details
No response
Beta Was this translation helpful? Give feedback.
All reactions