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 ead5222 commit 66e3771Copy full SHA for 66e3771
__tests__/e2e/helpers/createForm.ts
@@ -329,7 +329,7 @@ const addAuthSettings = async (
329
330
// Don't need to click if SGID is desired auth type
331
// since SGID is the default once Singpass is enabled
332
- if (formSettings.authType !== FormAuthType.SGID) {
+ if (formSettings.authType !== FormAuthType.MyInfo) {
333
await page
334
.locator('label', {
335
has: page.locator(
0 commit comments