We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0a1435 commit 9744917Copy full SHA for 9744917
1 file changed
samples/swiftui/FirebaseSwiftUIExample/FirebaseSwiftUIExampleUITests/MFAEnrolmentUITests.swift
@@ -400,7 +400,7 @@ final class MFAEnrollmentUITests: XCTestCase {
400
}
401
402
// MARK: - Helper Methods
403
-
+ @MainActor
404
private func signInToApp(app: XCUIApplication, email: String) throws {
405
let password = "123456"
406
@@ -436,7 +436,7 @@ final class MFAEnrollmentUITests: XCTestCase {
436
XCTAssertTrue(signedInText.waitForExistence(timeout: 30), "SignedInView should be visible after login")
437
XCTAssertTrue(signedInText.exists, "SignedInView should be visible after login")
438
439
440
private func navigateToMFAEnrollment(app: XCUIApplication) throws {
441
// Navigate to MFA management
442
app.buttons["mfa-management-button"].tap()
0 commit comments