Skip to content

Commit 24e79aa

Browse files
committed
CCM-11438 Lint fix
1 parent 3f81dea commit 24e79aa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,9 @@ test.describe('Create Email message template Page', () => {
150150

151151
const newTabPromise = page.waitForEvent('popup');
152152

153-
const summary = page.getByTestId('custom-personalisation-fields-summary');
153+
const summary = page.getByTestId(
154+
'custom-personalisation-fields-summary'
155+
);
154156

155157
await summary.click();
156158
await expect(

0 commit comments

Comments
 (0)