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 a7abd26 commit a68c309Copy full SHA for a68c309
tests/e2e/DigV2/FormFields/Phone.spec.js
@@ -55,6 +55,8 @@ test.describe('E2E test', () => {
55
// );
56
// attributes = await common.getAttributes(notrequiredPhone);
57
// await expect(attributes.includes('required')).toBeFalsy();
58
+
59
+ await page.locator('ngx-mat-intl-tel-input[data-test-id="af983eaa1b85b015a7654702abd0b249"] >> input').click();
60
await page.locator('button:has-text("submit")').click();
61
await expect(page.locator('mat-error')).toBeVisible();
62
0 commit comments