-
Notifications
You must be signed in to change notification settings - Fork 219
Fix notice banner links for Legacy notices #9996
Conversation
The release ZIP for this PR is accessible via:
Script Dependencies ReportThere is no changed script dependency between this branch and trunk. This comment was automatically generated by the TypeScript Errors Report
🎉 🎉 This PR does not introduce new TS errors. |
Size Change: +21 B (0%) Total Size: 1.17 MB
ℹ️ View Unchanged
|
Make a PR to @wordpress/e2e-test-utils-playwright to add ...Make a PR to @wordpress/e2e-test-utils-playwright to add this method. Inserts a block after a given client ID.
woocommerce-blocks/tests/e2e-pw/utils/editor/EditorUtils.ts Lines 23 to 37 in bb9c58d
🚀 This comment was generated by the automations bot based on a
|
This is a workaround to wait for the save button to be en...This is a workaround to wait for the save button to be enabled. It works only without Gutenberg enabled. We have to refactor this.
woocommerce-blocks/tests/e2e-pw/tests/products/products.block_theme.side_effects.spec.ts Lines 159 to 170 in bb9c58d
🚀 This comment was generated by the automations bot based on a
|
bb9c58d
to
429f47a
Compare
@tarunvijwani Noting that using the & below does not close both tickets. Best thing is to add individual lines. I think commas might work on the same line |
A few third-party plugins were still using the
wc-forward
class instead ofwp-element-button
that was causing the links in the notice banner to appear on the left and link buttons. With this PR, we're making the banner links compatible for Legacy notices by just focusing onwc-forward
class.Fixes #9609 & #9134
Also added the underline to the links present in notice banner as per the figma design: hqyJB5F38BOXTrOyxehUZH-fi-2141%3A6588
Screenshots
Testing
Automated Tests
User Facing Testing
WooCommerce Visibility
Performance Impact
Changelog