Skip to content

Commit aa33625

Browse files
committed
CCM-11459: wording
1 parent bedd242 commit aa33625

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

tests/test-team/helpers/auth/cognito-auth-helper.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ export const testUsers: Record<string, TestUserStaticDetails> = {
111111
clientKey: 'Client6',
112112
},
113113
/**
114-
* RoutingDisabled has a routing disabled
114+
* RoutingDisabled has routing disabled
115115
*/
116116
RoutingDisabled: {
117117
userId: 'RoutingEnabledUser',

tests/test-team/template-mgmt-component-tests/email/template-mgmt-preview-email-page.component.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ async function createTemplates() {
5151
} as Template,
5252
routingDisabled: {
5353
...TemplateFactory.createEmailTemplate(randomUUID(), routingDisabledUser),
54-
name: 'test-template-email',
54+
name: 'email-template-routing-disabled',
5555
subject: 'test-template-subject-line',
5656
message: 'test-template-message',
5757
} as Template,
@@ -183,7 +183,7 @@ test.describe('Preview Email message template Page', () => {
183183
});
184184

185185
test.describe('Page functionality', () => {
186-
test('when user submits form with "Edit" data, then the "Create Email template" page is displayed', async ({
186+
test('when user submits form with "Edit" data, then the "Edit Email template" page is displayed', async ({
187187
baseURL,
188188
page,
189189
}) => {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ async function createTemplates() {
5353
randomUUID(),
5454
routingDisabledUser
5555
),
56-
name: 'test-template-nhs-app',
56+
name: 'nhs-app-template-routing-disabled',
5757
message: 'test-template-message',
5858
},
5959
};

tests/test-team/template-mgmt-component-tests/sms/template-mgmt-preview-sms-page.component.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ test.describe('Preview SMS message template Page', () => {
180180
});
181181

182182
test.describe('Page functionality', () => {
183-
test('when user submits form with "Edit" data, then the "Create SMS template" page is displayed', async ({
183+
test('when user submits form with "Edit" data, then the "Edit SMS template" page is displayed', async ({
184184
baseURL,
185185
page,
186186
}) => {

0 commit comments

Comments
 (0)