Skip to content

Commit 4ae4274

Browse files
committed
Co-pilot review comments
1 parent 71ad48f commit 4ae4274

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

features/confirmation.feature

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
@Confirmation
22
Feature: Confirmation
3-
4-
Scenario: Confirmation page has no accessibility violations
3+
Scenario: Confirmation page has no accessibility violations
54
Given I am logged in
65
And I have recently submitted my responses
76
When I go to "/start"

lung_cancer_screening/questions/jinja2/confirmation.jinja

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@
6363
<h2 class="nhsuk-heading-m">Help us improve this service</h2>
6464
<p>Tell us about your experience using this service today.</p>
6565
{{ button({
66-
"text": "Give feedback",
67-
"href": "https://feedback.digital.nhs.uk/jfe/form/SV_6V8dAlFT0sxJnzo"
68-
}) }}
66+
"text": "Give feedback",
67+
"href": "https://feedback.digital.nhs.uk/jfe/form/SV_6V8dAlFT0sxJnzo"
68+
})}}
6969
</section>
7070
</div>
7171
</div>

0 commit comments

Comments
 (0)