Skip to content

Commit

Permalink
MAP-961 rewording of test
Browse files Browse the repository at this point in the history
  • Loading branch information
GurnankCheema committed Apr 29, 2024
1 parent 1d1a37e commit de8679d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ context('A reporter views their own report', () => {
yourReportPage.pavaDrawnAgainstPrisonerLabel().contains('Was PAVA drawn against the prisoner?')
})

it('A user can view their own report with the old version of the Baton and PAVA questions', () => {
it('A user can view reports and it will show the old version of the Baton and PAVA questions', () => {
cy.task('stubLocationNotFound', '357591')

cy.login()
Expand Down Expand Up @@ -178,7 +178,7 @@ context('A reporter views their own report', () => {
yourReportsPage.reports(0).action().click()

const yourReportPage = YourReportPage.verifyOnPage()
yourReportPage.location().contains('–')

yourReportPage.batonDrawnLabel().contains('Was a baton drawn by anyone during this incident?')
yourReportPage.pavaDrawnLabel().contains('Was PAVA drawn by anyone during this incident?')
})
Expand Down

0 comments on commit de8679d

Please sign in to comment.