Skip to content

Commit 734af4c

Browse files
committed
CCM-11438 Fix test
1 parent 631f6c3 commit 734af4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ test.describe('Upload letter Template Page', () => {
119119
).toHaveText(['Select a letter template PDF']);
120120
});
121121

122-
const detailsSections = ['[data-testid="how-to-name-your-template-details"]'];
122+
const detailsSections = ['how-to-name-your-template'];
123123

124124
for (const section of detailsSections) {
125125
// eslint-disable-next-line no-loop-func

0 commit comments

Comments
 (0)