We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b36cfc commit 2c38778Copy full SHA for 2c38778
tests/test-team/pages/sms/template-mgmt-create-sms-page.ts
@@ -59,7 +59,9 @@ export class TemplateMgmtCreateSmsPage extends TemplateMgmtBasePageNonDynamic {
59
}
60
61
async waitForPageToLoad() {
62
- const characterCountLocator = this.page.locator('[data-testid="character-message-count-0"]');
+ const characterCountLocator = this.page.locator(
63
+ '[data-testid="character-message-count-0"]'
64
+ );
65
await expect(characterCountLocator).toBeVisible();
66
67
0 commit comments