-
Notifications
You must be signed in to change notification settings - Fork 0
NGR-1875 - Added Repairs and Fitted Out page #70
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
base: main
Are you sure you want to change the base?
Conversation
|
case ConfirmBreakClausePage => _ => uk.gov.hmrc.ngrraldfrontend.controllers.routes.LandlordController.show(NormalMode) //TODO This needs to be amended when the journey is completed | ||
//TODO Next page not made yet | ||
case RentReviewPage => _ => uk.gov.hmrc.ngrraldfrontend.controllers.routes.CheckRentFreePeriodController.show(NormalMode) | ||
case RepairsAndFittingOutPage => _ => uk.gov.hmrc.ngrraldfrontend.controllers.routes.LandlordController.show(NormalMode) //TODO This needs to be amended when the journey is completed |
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.
The previous page is already done. Can you please link it? It looks like only new agreement journey will come to this page.
} | ||
<span class="govuk-caption-m">@selectedPropertyAddress</span> | ||
<h1 class="govuk-heading-l">@messages("repairsAndFittingOut.title")</h1> | ||
<p class="govuk-hint">@messages("repairsAndFittingOut.p1")</p> |
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.
It isn't a hint. The color should be black.
|
||
#Repairs and fitting out | ||
repairsAndFittingOut.title = Repairs and fitting out | ||
repairsAndFittingOut.p1 = Repairs are when you fix things like poor electrical wiring, leaking windows or a broken toilet. Fitting out is when you install things like air conditioning, a kitchen or carpeting. |
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.
Maybe you've ran the application and see the radio button question(Have you done any repairs or fitting out in the property?). But I don't see the radio question text being here.
|
||
object Selectors { | ||
val heading = "#main-content > div > div.govuk-grid-column-two-thirds > form > h1" | ||
val hint = "#main-content > div > div.govuk-grid-column-two-thirds > form > p" |
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.
Can you please add radio buttons question?
No description provided.