Skip to content

Commit 2c38778

Browse files
committed
CCM-10004: test stability
1 parent 2b36cfc commit 2c38778

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,9 @@ export class TemplateMgmtCreateSmsPage extends TemplateMgmtBasePageNonDynamic {
5959
}
6060

6161
async waitForPageToLoad() {
62-
const characterCountLocator = this.page.locator('[data-testid="character-message-count-0"]');
62+
const characterCountLocator = this.page.locator(
63+
'[data-testid="character-message-count-0"]'
64+
);
6365
await expect(characterCountLocator).toBeVisible();
6466
}
6567

0 commit comments

Comments
 (0)