Skip to content

Commit 85fb18d

Browse files
Regenerate snapshots
1 parent 94516c5 commit 85fb18d

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

src/__tests__/components/forms/ReviewEmailTemplate/__snapshots__/ReviewEmailTemplate.test.tsx.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ exports[`Preview email form renders matches error snapshot 1`] = `
118118
<div
119119
class="nhsuk-grid-column-two-thirds col"
120120
>
121-
<div
121+
<strong
122122
class="nhsuk-tag"
123123
/>
124124
</div>
@@ -372,7 +372,7 @@ exports[`Preview email form renders matches snapshot 1`] = `
372372
<div
373373
class="nhsuk-grid-column-two-thirds col"
374374
>
375-
<div
375+
<strong
376376
class="nhsuk-tag"
377377
/>
378378
</div>

src/__tests__/components/forms/ReviewLetterTemplate/__snapshots__/ReviewLetterTemplate.test.tsx.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,11 @@ exports[`Preview letter form renders matches snapshot 1`] = `
7070
<div
7171
class="nhsuk-grid-column-two-thirds col"
7272
>
73-
<div
73+
<strong
7474
class="nhsuk-tag"
7575
>
7676
Not yet submitted
77-
</div>
77+
</strong>
7878
</div>
7979
</div>
8080
</div>

src/__tests__/components/forms/ReviewNHSAppTemplate/__snapshots__/ReviewNHSAppTemplate.test.tsx.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ exports[`Preview nhs app form renders matches error snapshot 1`] = `
118118
<div
119119
class="nhsuk-grid-column-two-thirds col"
120120
>
121-
<div
121+
<strong
122122
class="nhsuk-tag"
123123
/>
124124
</div>
@@ -346,7 +346,7 @@ exports[`Preview nhs app form renders matches snapshot 1`] = `
346346
<div
347347
class="nhsuk-grid-column-two-thirds col"
348348
>
349-
<div
349+
<strong
350350
class="nhsuk-tag"
351351
/>
352352
</div>

src/__tests__/components/forms/ReviewSMSTemplate/__snapshots__/ReviewSMSTemplate.test.tsx.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ exports[`Preview sms form renders matches error snapshot 1`] = `
118118
<div
119119
class="nhsuk-grid-column-two-thirds col"
120120
>
121-
<div
121+
<strong
122122
class="nhsuk-tag"
123123
/>
124124
</div>
@@ -346,7 +346,7 @@ exports[`Preview sms form renders matches snapshot 1`] = `
346346
<div
347347
class="nhsuk-grid-column-two-thirds col"
348348
>
349-
<div
349+
<strong
350350
class="nhsuk-tag"
351351
/>
352352
</div>

src/__tests__/components/organisms/__snapshots__/ReviewTemplate.test.tsx.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ exports[`ReviewTemplate component matches error snapshot 1`] = `
9191
<div
9292
class="nhsuk-grid-column-two-thirds col"
9393
>
94-
<div
94+
<strong
9595
class="nhsuk-tag"
9696
/>
9797
</div>
@@ -250,7 +250,7 @@ exports[`ReviewTemplate component matches snapshot 1`] = `
250250
<div
251251
class="nhsuk-grid-column-two-thirds col"
252252
>
253-
<div
253+
<strong
254254
class="nhsuk-tag"
255255
/>
256256
</div>

0 commit comments

Comments
 (0)