Skip to content

Commit 66e3771

Browse files
scottheng96eliotlim
authored andcommitted
updated e2e test to default authtype=MyInfo during form creation
1 parent ead5222 commit 66e3771

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

__tests__/e2e/helpers/createForm.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ const addAuthSettings = async (
329329

330330
// Don't need to click if SGID is desired auth type
331331
// since SGID is the default once Singpass is enabled
332-
if (formSettings.authType !== FormAuthType.SGID) {
332+
if (formSettings.authType !== FormAuthType.MyInfo) {
333333
await page
334334
.locator('label', {
335335
has: page.locator(

0 commit comments

Comments
 (0)