-
Notifications
You must be signed in to change notification settings - Fork 10.7k
Bump e2e-test-utils-playwright package to use latest version #54635
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
Conversation
|
Hi @mikejolley, @kalessil, Apart from reviewing the code changes, please make sure to review the testing instructions and verify that relevant tests (E2E, Unit, Integration, etc.) have been added or updated as needed. You can follow this guide to find out what good testing instructions should look like: |
…ocommerce/woocommerce into update/bump-e2e-test-utils-playwright
|
Size Change: 0 B Total Size: 5.4 MB |
Test using WordPress PlaygroundThe changes in this pull request can be previewed and tested using a WordPress Playground instance. Test this pull request with WordPress Playground. Note that this URL is valid for 30 days from when this comment was last updated. You can update it by closing/reopening the PR or pushing a new commit. |
mikejolley
left a comment
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.
I don't see anything wrong with bumping this. Which test suite was it that contained the flakey test?
I did notice my lock file changed after checking out this PR, running nvm use then doing pnpm install. Is it up to date fully?
|
I'm just checking about the lockfile in the #woo-monorepo on slack (tampermonkey is broken so won't post link here). But changes should be mostly related to the version bump of the e2e-test-utils-playwright package |
|
I've updated the dependency in woocommerce plugin as well. Yaml file should be good if all tests pass and there are no build errors. |
|
@mikejolley and @kalessil this is ready for another review now |
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.
LGTM (changes and E2E tests)!
PS: Thanks for taking the extra stretch to tweak synckpack config.
Changes proposed in this Pull Request:
This PR bumps the
e2e-test-utils-playwrightpackage to the latest version in order to include this PR from Gutenberg WordPress/gutenberg#66672 which will (hopefully) fix this flaky test #52404 (comment)Closes #52404.
How to test the changes in this Pull Request:
Using the WooCommerce Testing Instructions Guide, include your detailed testing instructions:
Developer testing only
Changelog entry
Changelog Entry Details
Significance
Type
Message
Changelog Entry Comment
Comment
Version bump of
e2e-test-utils-playwrightpackage in order to fix a flaky test