-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Closed
Labels
[Package] E2E Tests/packages/e2e-tests/packages/e2e-tests[Status] In ProgressTracking issues with work in progressTracking issues with work in progress[Type] EnhancementA suggestion for improvement.A suggestion for improvement.
Description
10.3.0 had a regression (#29535) where for traditional/PHP based themes with add_theme_support( 'experimental-link-color' );
, the link color option was available, but the selected color was not applied in the editor or the frontend. Affected themes included Twenty Twenty-One (TT1) -- whereas block-based (FSE) themes (such as TT1 Blocks) were unaffected. The regression was fixed by #30452.
This comment provides good instructions for how to reproduce the issue, and the fix.
We should add an E2E test (based on that comment) -- probably in packages/e2e-tests/specs/experiments
-- to guard against regressions like that.
cc/ @WunderBart @fullofcaffeine @rafaelgalani -- any takers? 😄
Metadata
Metadata
Assignees
Labels
[Package] E2E Tests/packages/e2e-tests/packages/e2e-tests[Status] In ProgressTracking issues with work in progressTracking issues with work in progress[Type] EnhancementA suggestion for improvement.A suggestion for improvement.