-
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
Feat/prsd 372 landlord registration check answers #93
base: main
Are you sure you want to change the base?
Feat/prsd 372 landlord registration check answers #93
Conversation
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've only got through the src
, not looked at test
yet. Looks good so far.
src/main/kotlin/uk/gov/communities/prsdb/webapp/forms/journeys/LaUserRegistrationJourney.kt
Show resolved
Hide resolved
...n/kotlin/uk/gov/communities/prsdb/webapp/forms/pages/LandlordRegistrationCheckAnswersPage.kt
Show resolved
Hide resolved
...n/kotlin/uk/gov/communities/prsdb/webapp/forms/pages/LandlordRegistrationCheckAnswersPage.kt
Outdated
Show resolved
Hide resolved
...n/kotlin/uk/gov/communities/prsdb/webapp/forms/pages/LandlordRegistrationCheckAnswersPage.kt
Show resolved
Hide resolved
...n/kotlin/uk/gov/communities/prsdb/webapp/forms/pages/LandlordRegistrationCheckAnswersPage.kt
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.
Left some comments, mostly about testing, but this looks great 👍
...n/kotlin/uk/gov/communities/prsdb/webapp/forms/pages/LandlordRegistrationCheckAnswersPage.kt
Outdated
Show resolved
Hide resolved
...n/kotlin/uk/gov/communities/prsdb/webapp/forms/pages/LandlordRegistrationCheckAnswersPage.kt
Show resolved
Hide resolved
src/test/kotlin/uk/gov/communities/prsdb/webapp/integration/LandlordRegistrationJourneyTests.kt
Outdated
Show resolved
Hide resolved
...n/pageObjects/pages/landlordRegistrationJourneyPages/CheckAnswersPageLandlordRegistration.kt
Outdated
Show resolved
Hide resolved
src/test/kotlin/uk/gov/communities/prsdb/webapp/integration/LandlordRegistrationJourneyTests.kt
Outdated
Show resolved
Hide resolved
...n/pageObjects/pages/landlordRegistrationJourneyPages/CheckAnswersPageLandlordRegistration.kt
Outdated
Show resolved
Hide resolved
...n/kotlin/uk/gov/communities/prsdb/webapp/forms/pages/LandlordRegistrationCheckAnswersPage.kt
Outdated
Show resolved
Hide resolved
...n/kotlin/uk/gov/communities/prsdb/webapp/forms/pages/LandlordRegistrationCheckAnswersPage.kt
Outdated
Show resolved
Hide resolved
...t/kotlin/uk/gov/communities/prsdb/webapp/integration/pageObjects/components/BaseComponent.kt
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.
Reviewed test files, nothing to add that @isobel-softwire hasn't already said!
ed084f7
to
2773962
Compare
Things left to do on this ticket are: |
...n/kotlin/uk/gov/communities/prsdb/webapp/forms/pages/LandlordRegistrationCheckAnswersPage.kt
Outdated
Show resolved
Hide resolved
51ac16e
to
ea781a4
Compare
…ests for Confirmation step
42e6552
to
15c5b28
Compare
LandlordRegistrationCheckAnswersPage
to to populate the model that should be returned for this pageNotes:
CheckAnswersPage
in their name and some were usingSummaryPage
I have changed them all toCheckAnswersPage
for consistency.