Skip to content

Commit 51f124f

Browse files
author
Sharma
committed
Fixed Phone test
1 parent bfe8517 commit 51f124f

File tree

1 file changed

+2
-0
lines changed
  • projects/angular-test-app/tests/e2e/DigV2/FormFields

1 file changed

+2
-0
lines changed

projects/angular-test-app/tests/e2e/DigV2/FormFields/Phone.spec.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ test.describe('E2E test', () => {
5555
// );
5656
// attributes = await common.getAttributes(notrequiredPhone);
5757
// await expect(attributes.includes('required')).toBeFalsy();
58+
59+
await page.locator('ngx-mat-intl-tel-input[data-test-id="af983eaa1b85b015a7654702abd0b249"] >> input').click();
5860
await page.locator('button:has-text("submit")').click();
5961
await expect(page.locator('mat-error')).toBeVisible();
6062

0 commit comments

Comments
 (0)