Skip to content

Commit 555e9b2

Browse files
committed
CCM-8601: fmt fix
1 parent 069a504 commit 555e9b2

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-preview-email-page.component.spec.ts

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

178178
await selectOptionErrorLink.click();
179179

180-
await expect(page.locator('#previewEmailTemplateAction')).toBeInViewport();
180+
await expect(
181+
page.locator('#previewEmailTemplateAction')
182+
).toBeInViewport();
181183
});
182184
});
183185
});

0 commit comments

Comments
 (0)