Skip to content

Commit 17ed1a3

Browse files
author
Fawad Ali
committed
CCM-6996: fix ui component test
1 parent 15437fd commit 17ed1a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ test.describe('Create Email message template Page', () => {
5555
);
5656

5757
expect(await createEmailTemplatePage.pageHeader.textContent()).toBe(
58-
'Create Email message template'
58+
'Create email template'
5959
);
6060
});
6161

0 commit comments

Comments
 (0)