-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Zoom out: e2e for vertical toolbar appearance #65980
Conversation
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message.
To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
Size Change: 0 B Total Size: 1.77 MB ℹ️ View Unchanged
|
39b3470
to
79aacfb
Compare
86e8621
to
45c3cc7
Compare
Flaky tests detected in 69d9cbf. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/11290962837
|
Let's hold off on merging this one because we might change the vertical toolbar back to the normal one |
69d9cbf
to
b88cd23
Compare
Should this get closed now that the vertical toolbar has been replaced with the default block toolbar? |
yeah, we can reopen if we ever bring it back |
What?
Part of #65797
Right now based on top of #65943 until it gets merged
Why?
We didn't have any e2e tests for zoom out mode
How?
Checks if the vertical toolbar appears for a selected section on zoom out and checks that it's aligned correctly to the side of the section
Testing Instructions
Run
npm run test:e2e -- site-editor/zoom-out.spec.js
and the tests should pass