Skip to content
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

test: full cart/checkout integration test #5976

Merged

Conversation

mikemurray
Copy link
Member

@mikemurray mikemurray commented Dec 19, 2019

Resolves #5518
Impact: critical
Type: bugfix|test

Issue

Need to test various mutations for cart/checkout

Solution

  • Add a test suite that runs though a full cart/checkout flow
  • Fixes a bug with shipping price calculations

Test Cases

  • As a singed in user from the beginning, add items to cart and checkout
  • As an anonymous user, add items to cart and checkout
  • An an anonymous user, add items to cart, sign in, reconcile carts, and checkout

Breaking changes

none

Testing

  1. Tests should pass

mikemurray and others added 19 commits December 19, 2019 14:20
Signed-off-by: Mike Murray <[email protected]>
…ub.com:/reactioncommerce/reaction into test-5518-mikemurray-full-checkout-integration
@mikemurray mikemurray changed the title [WIP] test: full cart/checkout integration test test: full cart/checkout integration test Jan 6, 2020
@mikemurray mikemurray requested a review from willopez January 6, 2020 22:15
@mikemurray mikemurray marked this pull request as ready for review January 6, 2020 22:15
Copy link
Member

@willopez willopez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Small changes needed, otherwise looking great.

Copy link
Member

@willopez willopez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@willopez willopez merged commit 6671611 into release-3.0.0 Jan 8, 2020
@willopez willopez deleted the test-5518-mikemurray-full-checkout-integration branch January 8, 2020 19:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants