-
Notifications
You must be signed in to change notification settings - Fork 15
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
Fix e2e tests: Update default behavior to use a block-based cart and checkout #171
Conversation
@ravinderk Tests are failing in GH action while it is passing in local env. I tried 2-3 times and it pass every time. As you have worked on this, do you have any idea of the known issue of this failure? |
a4a1c40
to
43d506a
Compare
…teway-payfast into fix/e2e-tests
@iamdharmesh I fixed the broken test. I also added a fix for the flaky test which we discussed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good
All Submissions:
Changes proposed in this Pull Request:
Cart and Checkout Blocks is now the default experience with WooCommerce 8.3. current e2e tests have shortcode cart and checkout as a default. This PR updates the default behavior to block-based cart and checkout.
Steps to test the changes in this Pull Request:
Make sure E2E tests run successfully locally and in GH action.
Changelog entry