Skip to content

Commit

Permalink
Merge pull request #92 from DEFRA/DSFAAP-602
Browse files Browse the repository at this point in the history
DSFAAP-602: cattle -> animals in on off farm question
  • Loading branch information
hughfdjackson authored Dec 19, 2024
2 parents 6914043 + 0b9cf5c commit a85da65
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/server/origin/on-off-farm/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export class OnOffFarmPage extends QuestionPage {
urlPath = '/origin/to-or-from-own-premises'
sectionKey = 'origin'

question = 'Are you moving the cattle on or off your farm or premises?'
question = 'Are you moving the animals on or off your farm or premises?'

questionKey = 'onOffFarm'

Expand Down
2 changes: 1 addition & 1 deletion src/server/origin/on-off-farm/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { cphNumberPage } from '../cph-number/index.js'
import { exitPage } from '../exit-page/index.js'

const sectionKey = 'origin'
const question = 'Are you moving the cattle on or off your farm or premises?'
const question = 'Are you moving the animals on or off your farm or premises?'
const questionKey = 'onOffFarm'
const view = 'origin/on-off-farm/index'
const pageUrl = '/origin/to-or-from-own-premises'
Expand Down
2 changes: 1 addition & 1 deletion user-journey-tests/page-objects/origin/toFromFarmPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { $ } from '@wdio/globals'
import { Page } from '../page.js'

const pageHeadingAndTitle =
'Are you moving the cattle on or off your farm or premises?'
'Are you moving the animals on or off your farm or premises?'

class ToFromFarmPage extends Page {
pagePath = 'origin/to-or-from-own-premises'
Expand Down

0 comments on commit a85da65

Please sign in to comment.