Skip to content

Commit

Permalink
MAN-117 - update header titles to match figma (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
achimber-moj authored Oct 16, 2024
1 parent a1d8bc9 commit 157062f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions integration_tests/e2e/recentCases.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ context('Recent Cases', () => {

cy.get('thead')
.eq(0)
.within(() => cy.get('th').eq(0).should('contain.text', 'Name / CRN'))
.within(() => cy.get('th').eq(0).should('contain.html', 'Name<br>CRN'))
cy.get('thead')
.eq(0)
.within(() => cy.get('th').eq(1).should('contain.text', 'DOB/ Age'))
.within(() => cy.get('th').eq(1).should('contain.html', 'Date of birth<br>Age'))
cy.get('thead')
.eq(0)
.within(() => cy.get('th').eq(2).should('contain.text', 'Tier'))
Expand Down
4 changes: 2 additions & 2 deletions server/views/pages/caseload/recent-cases.njk
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<table class="govuk-table">
<thead class="govuk-table__head">
<tr class="govuk-table__row">
<th scope="col" class="govuk-table__header">Name / CRN</th>
<th scope="col" class="govuk-table__header">DOB/ Age</th>
<th scope="col" class="govuk-table__header">Name</br>CRN</th>
<th scope="col" class="govuk-table__header">Date of birth</br>Age</th>
<th scope="col" class="govuk-table__header">Tier</th>
<th scope="col" class="govuk-table__header">Sentence</th>
</tr>
Expand Down

0 comments on commit 157062f

Please sign in to comment.