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

[CCAP-734] Create New submit-contact-provider-email-confirmation screen #1343

Conversation

enyia21
Copy link
Contributor

@enyia21 enyia21 commented Mar 27, 2025

🔗 Jira ticket

CCAP-734

✍️ Description

Modifies submit-contact-provider-email-confirmation-screen
  • Adds the appropriate title, header and email body.
  • Adds methods to the Date Utilities class to get the month day and time values for the email message.
  • Adds unit tests for the DateUtilities class methods that were added
  • Update JourneyTest for the new screen

📷 Design reference

Figma

⚠️ Button label differs from figma because the implementation that changes the button label is on a future ticket. ⚠️

Figma
image

PR
image

✅ Completion tasks

  • Added relevant tests
  • Meets acceptance criteria

@enyia21 enyia21 temporarily deployed to il-gcc-ccap-734-create--gzxwtn March 27, 2025 17:15 Inactive
@enyia21 enyia21 temporarily deployed to il-gcc-ccap-734-create--gzxwtn March 27, 2025 17:49 Inactive
@enyia21 enyia21 temporarily deployed to il-gcc-ccap-734-create--gzxwtn March 27, 2025 18:04 Inactive
@enyia21 enyia21 marked this pull request as ready for review March 27, 2025 18:10
@enyia21 enyia21 requested review from spokenbird and analoo and removed request for analoo March 27, 2025 18:10
@enyia21 enyia21 added Ready For Review Merge After Acceptance Pull requests should not be merge until acceptance testing has been completed on PR labels Mar 27, 2025
@enyia21 enyia21 requested review from analoo and removed request for spokenbird March 28, 2025 16:30
// 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"));
Copy link
Contributor

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}
Copy link
Contributor

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

@enyia21 enyia21 temporarily deployed to il-gcc-ccap-734-create--gzxwtn March 28, 2025 17:17 Inactive
@enyia21 enyia21 temporarily deployed to il-gcc-ccap-734-create--gzxwtn March 28, 2025 18:23 Inactive
@enyia21 enyia21 temporarily deployed to il-gcc-ccap-734-create--gzxwtn March 28, 2025 18:29 Inactive
@enyia21 enyia21 temporarily deployed to il-gcc-ccap-734-create--gzxwtn March 28, 2025 22:09 Inactive
Copy link
Contributor

@analoo analoo left a 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.

Copy link
Contributor

@cram-cfa cram-cfa left a 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!

@enyia21 enyia21 changed the title Ccap 734 Create New submit-contact-provider-email-confirmation screen CCAP-734 Create New submit-contact-provider-email-confirmation screen Mar 31, 2025
@enyia21 enyia21 changed the title CCAP-734 Create New submit-contact-provider-email-confirmation screen [CCAP-734] Create New submit-contact-provider-email-confirmation screen Mar 31, 2025
@enyia21 enyia21 temporarily deployed to il-gcc-ccap-734-create--gzxwtn March 31, 2025 20:22 Inactive
@enyia21 enyia21 force-pushed the CCAP-734-Create-new-submit-contact-provider-email-confirmation-screen branch from a83d158 to 77072e1 Compare March 31, 2025 20:38
@enyia21 enyia21 temporarily deployed to il-gcc-ccap-734-create--gzxwtn March 31, 2025 20:39 Inactive
@enyia21 enyia21 requested a review from cram-cfa March 31, 2025 20:39
@enyia21 enyia21 merged commit c813768 into main Apr 1, 2025
5 checks passed
@enyia21 enyia21 deleted the CCAP-734-Create-new-submit-contact-provider-email-confirmation-screen branch April 1, 2025 01:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Merge After Acceptance Pull requests should not be merge until acceptance testing has been completed on PR Ready For Review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants