Skip to content

Commit c58b33d

Browse files
committed
CCM-11438 Fix tests
1 parent 6aa8650 commit c58b33d

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

tests/test-team/template-mgmt-component-tests/nhs-app/template-mgmt-create-nhs-app-template-page.component.spec.ts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -157,14 +157,14 @@ test.describe('Create NHS App Template Page', () => {
157157
});
158158

159159
const detailsSections = [
160-
'pds-personalisation-fields-details',
161-
'custom-personalisation-fields-details',
162-
'line-breaks-and-paragraphs-details',
163-
'headings-details',
164-
'bold-text-details',
165-
'bullet-points-details',
166-
'numbered-lists-details',
167-
'links-and-urls-details',
160+
'pds-personalisation-fields',
161+
'custom-personalisation-fields',
162+
'line-breaks-and-paragraphs',
163+
'headings',
164+
'bold-text',
165+
'bullet-points',
166+
'numbered-lists',
167+
'links-and-urls',
168168
'how-to-name-your-template',
169169
];
170170

tests/test-team/template-mgmt-component-tests/nhs-app/template-mgmt-edit-nhs-app-template-page.component.spec.ts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -212,14 +212,14 @@ test.describe('Edit NHS App Template Page', () => {
212212
});
213213

214214
const detailsSections = [
215-
'pds-personalisation-fields-details',
216-
'custom-personalisation-fields-details',
217-
'line-breaks-and-paragraphs-details',
218-
'headings-details',
219-
'bold-text-details',
220-
'bullet-points-details',
221-
'numbered-lists-details',
222-
'links-and-urls-details',
215+
'pds-personalisation-fields',
216+
'custom-personalisation-fields',
217+
'line-breaks-and-paragraphs',
218+
'headings',
219+
'bold-text',
220+
'bullet-points',
221+
'numbered-lists',
222+
'links-and-urls',
223223
'how-to-name-your-template',
224224
];
225225

0 commit comments

Comments
 (0)