Skip to content

Commit b6b298d

Browse files
committed
fix ui tests
1 parent 39a80c4 commit b6b298d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Tests/AuthenticatorHostApp/AuthenticatorHostApp/AuthenticatorHostApp.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ struct AuthenticatorHostApp: App {
3131

3232
init() {
3333
// Configure email as the username attribute
34-
factory.setUserAtributes([.email])
34+
//factory.setUserAtributes([.email])
3535

3636
processUITestLaunchArguments()
3737

Tests/AuthenticatorHostApp/AuthenticatorHostApp/ContentView.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,8 @@ struct ContentView: View {
227227

228228
private var signUpFields: [SignUpField] {
229229
return [
230-
.email(isRequired: true),
230+
.password(isRequired: true),
231+
.confirmPassword(isRequired: true)
231232
]
232233
}
233234
}

0 commit comments

Comments
 (0)