-
Notifications
You must be signed in to change notification settings - Fork 106
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
chore: [IOPID-2663] Updated the banner copy on the IdP selection page #6717
base: master
Are you sure you want to change the base?
Conversation
Jira Pull Request LinkThis Pull Request refers to Jira issues: |
PR Title Validation for conventional commit type✅ All good! PR title follows the conventional commit type. |
@mariateresaventura copy review needed 🙏 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! 💪🏻
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #6717 +/- ##
==========================================
+ Coverage 45.73% 50.00% +4.27%
==========================================
Files 1551 1557 +6
Lines 32379 32442 +63
Branches 7332 7344 +12
==========================================
+ Hits 14809 16224 +1415
+ Misses 17534 16167 -1367
- Partials 36 51 +15
... and 143 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Short description
Updated the banner copy on the IdP selection page.
Note
Accessibility has not been tested because only the copy of the component has been changed, not its structure.
Details
List of changes proposed in this pull request
ts/screens/authentication/IdpSelectionScreen.tsx
: Removed the import ofisFastLoginEnabledSelector
and its usage in theIdpSelectionScreen
component. [1] [2]ts/screens/authentication/IdpSelectionScreen.tsx
: Updated the banner content to use the newbannerDefaultInfo
localization key.How to test
Navigate to the IdP selection page and verify that the banner displays the updated copy.