We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c55ec4 commit 76f7c27Copy full SHA for 76f7c27
1 file changed
e2e/davinci-suites/src/form-fields.test.ts
@@ -8,7 +8,9 @@ import { expect, test } from '@playwright/test';
8
9
import { asyncEvents } from './utils/async-events.js';
10
11
-test('Should render form fields', async ({ page }) => {
+// 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 }) => {
14
const { navigate } = asyncEvents(page);
15
await navigate('/?clientId=60de77d5-dd2c-41ef-8c40-f8bb2381a359');
16
0 commit comments