Skip to content

Commit

Permalink
PRSD-642: Annotates TODOs with TICKET numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
isobel-softwire committed Dec 13, 2024
1 parent 0a0c63e commit b820e55
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ <h2 class="govuk-heading-m" th:text="#{registerAsALandlord.confirmation.property
registerAsALandlord.confirmation.propertyRegistration.paragraph.two
</p>
</section>
<!-- TODO PRSD-521: Replace with link to dashboard -->
<!-- TODO PRSD-670: Replace with link to dashboard -->
<a th:replace="~{fragments/buttons/primaryButtonLink :: primaryButtonLink(@{/}, #{common.confirmationPage.goToDashboard})}">
common.confirmationPage.goToDashboard
</a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ class LandlordRegistrationJourneyTests : IntegrationTest() {
assertEquals(createdLandlordRegNum.toString(), confirmationPage.registrationNumberText)
confirmationPage.clickGoToDashboard()

// TODO PRSD-521: Replace with dashboard page
// TODO PRSD-670: Replace with dashboard page
assertEquals("/", URI(page.url()).path)
}

Expand Down Expand Up @@ -152,7 +152,7 @@ class LandlordRegistrationJourneyTests : IntegrationTest() {
assertEquals(createdLandlordRegNum.toString(), confirmationPage.registrationNumberText)
confirmationPage.clickGoToDashboard()

// TODO PRSD-521: Replace with dashboard page
// TODO PRSD-670: Replace with dashboard page
assertEquals("/", URI(page.url()).path)
}

Expand Down Expand Up @@ -211,7 +211,7 @@ class LandlordRegistrationJourneyTests : IntegrationTest() {
assertEquals(createdLandlordRegNum.toString(), confirmationPage.registrationNumberText)
confirmationPage.clickGoToDashboard()

// TODO PRSD-521: Replace with dashboard page
// TODO PRSD-670: Replace with dashboard page
assertEquals("/", URI(page.url()).path)
}

Expand Down Expand Up @@ -278,7 +278,7 @@ class LandlordRegistrationJourneyTests : IntegrationTest() {
assertEquals(createdLandlordRegNum.toString(), confirmationPage.registrationNumberText)
confirmationPage.clickGoToDashboard()

// TODO PRSD-521: Replace with dashboard page
// TODO PRSD-670: Replace with dashboard page
assertEquals("/", URI(page.url()).path)
}

Expand Down

0 comments on commit b820e55

Please sign in to comment.