We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71ad48f commit 4ae4274Copy full SHA for 4ae4274
2 files changed
features/confirmation.feature
@@ -1,7 +1,6 @@
1
@Confirmation
2
Feature: Confirmation
3
-
4
-Scenario: Confirmation page has no accessibility violations
+ Scenario: Confirmation page has no accessibility violations
5
Given I am logged in
6
And I have recently submitted my responses
7
When I go to "/start"
lung_cancer_screening/questions/jinja2/confirmation.jinja
@@ -63,9 +63,9 @@
63
<h2 class="nhsuk-heading-m">Help us improve this service</h2>
64
<p>Tell us about your experience using this service today.</p>
65
{{ button({
66
- "text": "Give feedback",
67
- "href": "https://feedback.digital.nhs.uk/jfe/form/SV_6V8dAlFT0sxJnzo"
68
- }) }}
+ "text": "Give feedback",
+ "href": "https://feedback.digital.nhs.uk/jfe/form/SV_6V8dAlFT0sxJnzo"
+ })}}
69
</section>
70
</div>
71
0 commit comments