Skip to content

Commit a68c309

Browse files
vishalshrm539Sharma
andauthored
Phone test fix (#542)
Co-authored-by: Sharma <[email protected]>
1 parent a7abd26 commit a68c309

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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)