Skip to content

Commit 76f7c27

Browse files
committed
chore: skip phone field test
1 parent 9c55ec4 commit 76f7c27

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

e2e/davinci-suites/src/form-fields.test.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ import { expect, test } from '@playwright/test';
88

99
import { asyncEvents } from './utils/async-events.js';
1010

11-
test('Should render form fields', async ({ page }) => {
11+
// This test is failing due to a new phone number feature flag for pre-filling country codes.
12+
// A fix will be addressed in https://pingidentity.atlassian.net/browse/SDKS-4200
13+
test.skip('Should render form fields', async ({ page }) => {
1214
const { navigate } = asyncEvents(page);
1315
await navigate('/?clientId=60de77d5-dd2c-41ef-8c40-f8bb2381a359');
1416

0 commit comments

Comments
 (0)