Skip to content

Conversation

peterdrobinson
Copy link
Contributor

No description provided.

@platops-pr-bot
Copy link

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

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

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

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

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants