-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Enable/skipped metabox test #35594
Enable/skipped metabox test #35594
Conversation
Size Change: 0 B Total Size: 1.07 MB ℹ️ View Unchanged
|
Hi, @JustinyAhin thanks for working on this. Let's restart e2e tests 2-3 before we merge this PR. It often happens that tests are working locally but fail on GitHub CI. |
I think it is good to go @Mamaduka I've restarted the e2e tests a couple of times. |
Thanks, @JustinyAhin. |
Description
Fix for #32034.
How has this been tested?
Run
npm run test-e2e -- packages/e2e-tests/specs/editor/plugins/meta-boxes.test.js
locally and check the changed test still passes.Use
for i in {1..5}; do npm run test-e2e -- packages/e2e-tests/specs/editor/plugins/meta-boxes.test.js; done
to run the test file 5 times, for instance.Screenshots
Types of changes
Bug fix (non-breaking change which fixes an issue)
Checklist:
*.native.js
files for terms that need renaming or removal).