-
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
CCAP-466 #960
base: main
Are you sure you want to change the base?
CCAP-466 #960
Conversation
<tr> | ||
<td>calendar</td> | ||
<td> | ||
<svg th:fragment="calendar" width="101" height="75" viewBox="0 0 101 75" fill="none" xmlns="http://www.w3.org/2000/svg"> |
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.
friendly reminder to always add: aria-hidden="true"
1949f7d
to
0c6cefd
Compare
src/main/resources/flows-config.yaml
Outdated
@@ -674,6 +674,8 @@ flow: | |||
nextScreens: | |||
- name: registration-home-provider-dob | |||
registration-home-provider-dob: | |||
crossFieldValidationAction: ValidateHomeProviderDateOfBirth | |||
onPostAction: CreateProviderIdentityCheckDOB | |||
condition: EnableProviderRegistration |
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.
I'll make the change
4bfc979
to
4d2b176
Compare
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.
Looks good, works as expected in the flow!
@@ -178,6 +178,11 @@ void LicenseExemptInProviderHomeFlow() { | |||
|
|||
testPage.clickContinue(); | |||
// registration-home-provider-dob | |||
assertThat(testPage.getTitle()).isEqualTo(getEnMessage("registration-home-provider-dob.title")); |
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.
This is great! It should skip in the other flows (Licensed home, Licensed group home, Licensed day care, licensed exempt day care)
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.
non blocking comment
🔗 Jira ticket
CCAP-466
✍️ Description
registration-home-provider-dob-screen
and the fields listed below:providerIdentityCheckDateOfBirthDay
providerIdentityCheckDateOfBirthMonth
providerIdentityCheckDateOfBirthYear
📷 Design reference
Figma
✅ Completion tasks