[E2E][GB 11.9] Click to add the line-height
setting in the tool panel before cheking for its presence
#57921
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changes proposed in this Pull Request
Before Gutenberg 11.9,
line-height
was always shown in theTypography
panel, but 11.9 introduces changes to the panel thatrequires the user to add some settings manually. Discussion about the rationale can be found in this Slack thread: p1636568230296600/1636417237.235700-slack-C7YPUHBB2.
This setting is still present for all themes in WPCOM regardless of theme support, so the code
here still relevant: https://github.com/Automattic/wp-calypso/blob/trunk/apps/editing-toolkit/editing-toolkit-plugin/common/index.php#L179-L182
Testing instructions
wp-calypso-gutenberg-post-editor-spec.js
suite of tests should pass.Related to: #57451.