Skip to content

Commit

Permalink
Merge pull request #131 from DEFRA/732
Browse files Browse the repository at this point in the history
[732] updated copy on confirmation page
  • Loading branch information
DrogoNevets authored Jan 16, 2025
2 parents 04dacd4 + 684cf12 commit 951efe0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
6 changes: 4 additions & 2 deletions src/server/submit/confirmation/index.njk
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,15 @@
<div class="govuk-body" data-testid="app-page-body">
{{
govukPanel({
titleText: "Application complete",
titleText: "Application submitted",
html: ""
})
}}
<h2 class="govuk-heading-m">What happens next</h2>
<p class="govuk-body" data-testid="sla-text">
It takes up to 5 working days to process and issue a licence.
It can take up to 5 working days to process your application. It may
take longer if veterinary checks are required, or we need further
information.
</p>
<p class="govuk-body">
We will contact you if we need any further information.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Page } from '../page-objects/page.js'
class SubmissionConfirmationPage extends Page {
pagePath = '/submit/confirmation'
pageTitle = 'Your animal disease movement licence application'
pageHeading = 'Application complete'
pageHeading = 'Application submitted'

get slaText() {
return $('[data-testid="sla-text"]')
Expand Down
3 changes: 2 additions & 1 deletion user-journey-tests/specs/submissionConfirmation.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ const defaultLineOne = 'default line one'
const defaultTownOrCity = 'default Gotham'
const defaultPostcode = 'NB2A 1GG'

const slaText = 'It takes up to 5 working days to process and issue a licence.'
const slaText =
'It can take up to 5 working days to process your application. It may take longer if veterinary checks are required, or we need further information.'

describe('Submission confirmation test', () => {
// eslint-disable-next-line
Expand Down

0 comments on commit 951efe0

Please sign in to comment.