-
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-734] Create New submit-contact-provider-email-confirmation screen #1343
[CCAP-734] Create New submit-contact-provider-email-confirmation screen #1343
Conversation
src/test/java/org/ilgcc/app/journeys/GccProviderMessagingFlowJourneyTest.java
Outdated
Show resolved
Hide resolved
src/main/resources/templates/gcc/submit-contact-provider-email-confirmation.html
Show resolved
Hide resolved
// submit-contact-provider-email-confirmation | ||
testPage.navigateToFlowScreen("gcc/submit-contact-provider-email-confirmation"); | ||
assertThat(testPage.getTitle()).isEqualTo(getEnMessage("submit-contact-provider-email-confirmation.title")); | ||
assertThat(testPage.getHeader()).isEqualTo(getEnMessage("submit-contact-provider-email-confirmation.header")); |
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.
we don't need to check the header, just the title.
@@ -30,5 +30,6 @@ org: | |||
retry-back-off-time-seed: 1 | |||
il-gcc: | |||
enable-emails: ${ENABLE_EMAILS_FLAG:false} | |||
enable-provider-messaging: ${ENABLE_PROVIDER_MESSAGING:false} |
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.
We don't need this since it is already defined in heroku
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.
Checking for submittedAt and if you chose to change it, you can merge/move to acceptance testing as soon as you are done.
src/main/resources/templates/gcc/submit-contact-provider-email-confirmation.html
Outdated
Show resolved
Hide resolved
src/main/resources/templates/gcc/submit-contact-provider-email-confirmation.html
Outdated
Show resolved
Hide resolved
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.
Please make sure the name of this PR properly references the Jira ticket, so the release notes are correct. Thanks!
…ion.html fragment
…Updated relevant journey test
…on screen and turned enable-provider-messaging off on dev
Co-authored-by: Ana Medrano Fernandez <[email protected]>
Removed Header test
Removed email flag change
…opy to match designs
a83d158
to
77072e1
Compare
🔗 Jira ticket
CCAP-734
✍️ Description
Modifies
submit-contact-provider-email-confirmation-screen
📷 Design reference
Figma
Figma

PR

✅ Completion tasks