-
-
Notifications
You must be signed in to change notification settings - Fork 725
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
[Spree Upgrade][FrontOffice] Fix checkout feature specs (2 broken tests) #2999
Comments
There were 11 broken tests here, with PR #3069 fixing a translation missing, this spec remains with 5 broken tests: 1
It's showing the buttons "login or checkout as guest" 2
order.bill_address should be nil before save 3
Found 1.02 instead of $1.93. $0.91 is either the product tax or the shipping tax missing. 4
variant.on_hand = 0 5
This one will be fixed as part of #2683 |
Feel free to pick any of the remaining broken tests. I think I'll look at something else now :-) |
Two failures remain, which seem related to shipping tax calculations :
I'm not really sure how to tackle these ones. @luisramos0 @sauloperez do you master these adjustment calculation processes ? I'd be up for a quick explanation so I can solve these two. |
Hey @HugsDaniel I think it's better to leave these 2 with shipping fees for later, after #2683. |
Hey @luisramos0 can you try rebasing #2775 to see if #3100 fixed these specs ? |
done, thanks for the heads up! |
confirmed, 2775 fixes the remaining 2 specs :-D |
So we can close? @luisramos0 |
no, only #2775 will close this. I need to write new specs as part of 2775 wip |
Alrighty 👍 |
closed by #2775 |
Description
Several specs are failing in
spec/features/consumer/shopping/checkout_spec.rb
, we have to fix them.This is a first placeholder for these specs, I may open several issues later on.
Expected Behavior
Specs should pass.
Actual Behavior
Specs fail.
The text was updated successfully, but these errors were encountered: