refactor: Replace deprecated mixins with Text component in unlock-page.component.js#25227
Conversation
|
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
georgewrmarshall
left a comment
There was a problem hiding this comment.
Left one comment
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #25227 +/- ##
========================================
Coverage 69.69% 69.69%
========================================
Files 1350 1350
Lines 47865 47865
Branches 13199 13199
========================================
Hits 33355 33355
Misses 14510 14510 ☔ View full report in Codecov by Sentry. |
georgewrmarshall
left a comment
There was a problem hiding this comment.
Left one comment! Then I can approve
Co-authored-by: George Marshall <georgewrmarshall@gmail.com>
|
Resolved the comment |
georgewrmarshall
left a comment
There was a problem hiding this comment.
Need to update snapshot otherwise LGTM
|
No release label on PR. Adding release label release-12.2.0 on PR, as PR was added to branch 12.2.0 when release was cut. |
Description
This pull request replaces the deprecated mixins in the
unlock-page.component.jsandindex.scssfiles with theTextcomponent. The changes include updating theunlock-page__titleclass to use theTextcomponent with appropriate properties and removing the deprecated mixin instance from the SCSS file.Devin Run Link: https://preview.devin.ai/devin/de079f9a40fd45adb09783a36409256c
Related issues
Partially Fixes: #20496
Manual testing steps
Textcomponentunlock-page__titleclass is replaced with[data-testid="unlock-page-title"]in thetest/e2e/tests/settings/auto-lock.spec.jsfileScreenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist