-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update funding and ID pages #104
Conversation
9035454
to
793e2b9
Compare
be56409
to
2e88e7f
Compare
assets/scss/application.scss
Outdated
@@ -34,3 +34,8 @@ $govuk-page-width: $moj-page-width; | |||
margin-bottom: govuk-spacing(3); | |||
} | |||
} | |||
|
|||
.blue-border { |
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.
@patrickjfl I can remove this and use your newly created class once it's in.
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.
Very nice, just a few minor issues. Nice job remembering the orphaned data!
server/form-pages/apply/area-and-funding/funding-information/alternativeID.ts
Show resolved
Hide resolved
server/form-pages/apply/area-and-funding/funding-information/alternativeID.test.ts
Outdated
Show resolved
Hide resolved
// And I am on the alternative applicant ID page | ||
// -------------------------------- | ||
AlternativeApplicantIdPage.visit(this.application) | ||
}) |
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.
I think we want a Page.verifyOnPage()
here
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.
@patrickjfl Hmm, is this required if we call verifyOnPage
in the tests that follow? Maybe the comment should read something like "And I visit the alternative applicant ID page".
// And I am on the applicant ID page | ||
// -------------------------------- | ||
ApplicantIdPage.visit(this.application) | ||
}) |
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.
as above
...s/tests/apply/area-and-funding/funding-information/complete_funding_cas2_accommodation.cy.ts
Outdated
Show resolved
Hide resolved
2e88e7f
to
8504b32
Compare
The funding information page will now be updated to include questions regarding national insurance, benefits and education.
The page is now called funding cas2 accommodation and contains national insurance question which will be removed in a follow up commit.
As the national insurance question is now included in the FundingCas2Accommodation form page, we can remove the NI page.
* Change the path to 'applicant-id' * Update the checkbox text and hints
* Rename path to "alternative-applicant-id" * Update error message
8504b32
to
f80cca4
Compare
The funding information page will now be updated to include questions regarding national insurance, benefits and education.
Context
Changes in this PR
Screenshots of UI changes
Funding source page - before
Funding source page - after
ID page - before
ID page - after
Alternative ID page - before
Alternative ID page - after
Release checklist
As part of our continuous deployment strategy we must ensure that this work is
ready to be released at any point. Before merging to
main
we must firstconfirm:
Pre merge checklist
auditEvent
? (seeserver/routes/apply.ts
for examples)Post merge
Once we've merged it will be auto-deployed to the dev environment.