Skip to content
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

Merged
merged 2 commits into from
Feb 7, 2025

Conversation

hawx
Copy link
Contributor

@hawx hawx commented Feb 6, 2025

No description provided.

@hawx hawx self-assigned this Feb 6, 2025
@hawx hawx requested a review from a team as a code owner February 6, 2025 14:16
@hawx hawx changed the title MLPAB-2420 Show warnings on read the lpa when switching language MLPAB-2420 Show warnings on read the lpa when switching language and prevent donor changing it Feb 6, 2025
@hawx hawx force-pushed the MLPAB-2420-dual-languages branch from 1631e7f to 7d427a1 Compare February 6, 2025 14:25
Copy link

codecov bot commented Feb 6, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.12%. Comparing base (e854eb9) to head (58caed3).
Report is 3 commits behind head on main.

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           
Flag Coverage Δ
unittests 95.12% <100.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@@ -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');
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Useful 👍

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think Cypress has got worse in the last version, this test was failing no matter how much I made sure it did this as I wanted.
image
image
image
This is just a selection of previously failed runs from today...

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Downgrade? 😁

Copy link
Contributor

@acsauk acsauk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

(although will be good to get feedback in dev review on the check and send trigger during sign flow)

@hawx hawx merged commit 07b7b11 into main Feb 7, 2025
31 checks passed
@hawx hawx deleted the MLPAB-2420-dual-languages branch February 7, 2025 13:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants