-
Notifications
You must be signed in to change notification settings - Fork 2
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
MLPAB-2420 Show warnings on read the lpa when switching language and prevent donor changing it #1762
Conversation
1631e7f
to
7d427a1
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1762 +/- ##
=======================================
Coverage 95.12% 95.12%
=======================================
Files 286 287 +1
Lines 16669 16688 +19
=======================================
+ Hits 15856 15875 +19
Misses 642 642
Partials 171 171
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
7d427a1
to
93bb935
Compare
93bb935
to
b5beeb2
Compare
f441572
to
85e925c
Compare
85e925c
to
ffcccd5
Compare
ffcccd5
to
f3c280f
Compare
Also prevent donor from reading the lpa in a different language
f3c280f
to
58caed3
Compare
@@ -34,8 +34,7 @@ describe('Confirm your name', () => { | |||
|
|||
cy.url().should('contain', '/your-name') | |||
cy.checkA11yApp(); | |||
cy.get('#f-last-name').clear(); | |||
cy.get('#f-last-name').type('Smith'); | |||
cy.get('#f-last-name').invoke('val', 'Smith'); |
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.
Useful 👍
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.
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.
Downgrade? 😁
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.
(although will be good to get feedback in dev review on the check and send trigger during sign flow)
No description provided.