Skip to content

Commit

Permalink
Merge pull request #7407 from ministryofjustice/ap-5443-review-and-pr…
Browse files Browse the repository at this point in the history
…int-change-h1-to-h2

AP-5443: Change review and print heading from h1 to h2
  • Loading branch information
agoldstone93 authored Nov 7, 2024
2 parents 56d6c99 + a1a2fd9 commit f0b6e9e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<%= render "shared/review_application/questions_and_answers" %>

<div class="no-print govuk-!-padding-top-6">
<h1 class="govuk-heading-l"><%= t(".print_your_application") %></h1>
<h2 class="govuk-heading-l"><%= t(".print_your_application") %></h2>

<p class="govuk-body">
<% if @legal_aid_application.non_means_tested? %>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Feature: Review and print your application
| h2 | Case details |
| h2 | Latest incident details |
| h2 | Opponent details |
| h1 | Print your application |
| h2 | Print your application |

Then the following sections should not exist:
| tag | section |
Expand Down Expand Up @@ -87,7 +87,7 @@ Feature: Review and print your application
| h2 | Case details |
| h2 | Latest incident details |
| h2 | Opponent details |
| h1 | Print your application |
| h2 | Print your application |

Then the following sections should not exist:
| tag | section |
Expand Down Expand Up @@ -125,7 +125,7 @@ Feature: Review and print your application
| h2 | Case details |
| h2 | Latest incident details |
| h2 | Opponent details |
| h1 | Print your application |
| h2 | Print your application |

Then the following sections should not exist:
| tag | section |
Expand Down
10 changes: 5 additions & 5 deletions features/providers/review_and_print.feature
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Feature: Review and print your application
| h2 | Case details |
| h2 | Latest incident details |
| h2 | Opponent details |
| h1 | Print your application |
| h2 | Print your application |

Then the following sections should not exist:
| tag | section |
Expand Down Expand Up @@ -69,7 +69,7 @@ Feature: Review and print your application
| h2 | Case details |
| h2 | Latest incident details |
| h2 | Opponent details |
| h1 | Print your application |
| h2 | Print your application |

Then the following sections should not exist:
| tag | section |
Expand Down Expand Up @@ -129,7 +129,7 @@ Feature: Review and print your application
| h2 | Case details |
| h2 | Latest incident details |
| h2 | Opponent details |
| h1 | Print your application |
| h2 | Print your application |

Then the following sections should not exist:
| tag | section |
Expand Down Expand Up @@ -170,7 +170,7 @@ Feature: Review and print your application
| h2 | What you're applying for |
| h2 | Inherent jurisdiction high court injunction |
| h2 | Income, regular payments and assets |
| h1 | Print your application |
| h2 | Print your application |

And I should see 'Non means tested'
And I should see 'Print the application and get the person acting for'
Expand All @@ -193,7 +193,7 @@ Feature: Review and print your application
| h2 | What you're applying for |
| h2 | Income, regular payments and assets |
| h2 | Case details |
| h1 | Print your application |
| h2 | Print your application |

And I should see 'Delegated functions'
And I should not see 'Email address'
Expand Down

0 comments on commit f0b6e9e

Please sign in to comment.