Skip to content

Commit 8a269da

Browse files
committed
fix sms character count assertion
1 parent 7e2ace2 commit 8a269da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ test.describe('Create SMS message template Page', () => {
7878
);
7979

8080
await expect(createSmsTemplatePage.characterCountText).toHaveText(
81-
/This template will be sent as \d+ text messages/
81+
/This template will be charged as \d+ text messages/
8282
);
8383
});
8484

0 commit comments

Comments
 (0)