Skip to content

Commit

Permalink
MAN-352 fix failing integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
neil-mills committed Feb 3, 2025
1 parent 97ec232 commit 7ad9761
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ context('Sentence', () => {
page.assertPageElementAtIndexWithin('section', 2, 'dd', 1, '1 February 2024')
page.assertPageElementAtIndexWithin('section', 2, 'dd', 2, '1 November 2024')
page.assertPageElementAtIndexWithin('section', 2, 'dd', 3, '31 January 2025')

const monthsElapsed = monthsOrDaysElapsed('2024-02-01')
page.assertPageElementAtIndexWithin('section', 2, 'dd', 4, `${monthsElapsed} elapsed (of 12 months)`)
page.assertPageElementAtIndexWithin('section', 2, 'dd', 5, 'Pre-sentence report')
Expand Down

0 comments on commit 7ad9761

Please sign in to comment.