-
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-357] Make the confirmation code input readonly #1225
Conversation
Fixed. |
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.
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() { |
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.
So why are making our test methods lower case?
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.
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 :) )
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.
Cool.
π Jira ticket
βοΈ Description
π· Design reference
β Completion tasks