-
Notifications
You must be signed in to change notification settings - Fork 21
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
E2E tests: Onboarding Step 3 - Confirm store requirements #2092
E2E tests: Onboarding Step 3 - Confirm store requirements #2092
Conversation
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.
Thanks, @ianlin! The PR covers most of the scenarios, but I'm uncertain whether we should also check if certain requests are being triggered, I left a comment about it.
tests/e2e/specs/setup-mc/step-3-confirm-store-requirements.test.js
Outdated
Show resolved
Hide resolved
tests/e2e/utils/pages/setup-mc/step-3-confirm-store-requirements.js
Outdated
Show resolved
Hide resolved
…onfigure-product-listings' into dev/2070-e2e-onboarding-step-3-confirm-store-requirements
in onboarding step 3 e2e test
Hey @jorgemd24, thanks for reviewing and the nice suggestions. I've updated the code based on your suggestions and it's ready for another round of review. |
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.
Thanks @ianlin for the changes! LGTM!
Changes proposed in this Pull Request:
Closes part of #2070, this PR adds E2E tests for 📌 Onboarding Step 3 - Confirm store requirements.
Detailed test instructions:
npm run test:e2e -- ./tests/e2e/specs/setup-mc/step-3-confirm-store-requirements.test.js
, the test should pass.npm run test:e2e-dev -- ./tests/e2e/specs/setup-mc/step-3-confirm-store-requirements.test.js
, check the test in the chromium step by step.npm run test:e2e
to make sure all tests are passed.Changelog entry