You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Resolution always fails due to ERROR_MULTI_FACTOR_INFO_NOT_FOUND exception. See below issue for more information.
109
+
// TODO(russellwheatley): uncomment below when this firebase-ios-sdk issue has been resolved: https://github.com/firebase/firebase-ios-sdk/issues/11079
110
+
111
+
// let signedInText = app.staticTexts["signed-in-text"]
112
+
// XCTAssertTrue(
113
+
// signedInText.waitForExistence(timeout: 10),
114
+
// "User should be signed in after MFA resolution"
0 commit comments