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-357] Make the confirmation code input readonly #1225

Merged
merged 3 commits into from
Feb 28, 2025
Merged

Conversation

cram-cfa
Copy link
Contributor

πŸ”— Jira ticket

✍️ Description

πŸ“· Design reference

βœ… Completion tasks

  • Added relevant tests
  • Meets acceptance criteria

@github-actions github-actions bot requested a review from enyia21 February 27, 2025 18:48
@enyia21 enyia21 temporarily deployed to il-gcc-marc-ccap-357-mmk2ccivn February 27, 2025 18:49 Inactive
@cram-cfa
Copy link
Contributor Author

cram-cfa commented Feb 27, 2025

Fixing the tests.

Fixed.

@enyia21 enyia21 temporarily deployed to il-gcc-marc-ccap-357-mmk2ccivn February 27, 2025 19:36 Inactive
@enyia21 enyia21 temporarily deployed to il-gcc-marc-ccap-357-mmk2ccivn February 27, 2025 19:45 Inactive
Copy link
Contributor

@enyia21 enyia21 left a comment

Choose a reason for hiding this comment

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

Works as expected. Only wondering why we are changing the names of our tests in the ProviderresponseProviderRegistrationJourneyTest?

@@ -391,7 +389,7 @@ void LicenseExemptInProviderHomeFlow() {
}

@Test
void LicenseExemptInChildHomeFlow() {
void licenseExemptInChildHomeFlow() {
Copy link
Contributor

Choose a reason for hiding this comment

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

So why are making our test methods lower case?

Copy link
Contributor Author

@cram-cfa cram-cfa Feb 27, 2025

Choose a reason for hiding this comment

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

Because the Java naming convention for methods is camelCase, and it has annoyed me that we don't follow that in our tests consistently. So I figured since I was in here and it was annoying me, I'd change it for this class.

(And eventually I'll change them all in other classes in the middle of the night when I get bored enough :) )

Copy link
Contributor

Choose a reason for hiding this comment

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

Cool.

@enyia21 enyia21 self-requested a review February 27, 2025 23:04
@cram-cfa cram-cfa merged commit 81be535 into main Feb 28, 2025
5 checks passed
@cram-cfa cram-cfa deleted the marc-CCAP-357 branch February 28, 2025 17:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants