From 57eccd3b7065bddfbc22f72e35376537465ece24 Mon Sep 17 00:00:00 2001 From: Srushti Vaidya Date: Wed, 11 Dec 2024 02:26:53 +0530 Subject: [PATCH] check --- .../AuthenticationExampleUITests.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FirebaseAuth/Tests/SampleSwift/AuthenticationExampleUITests/AuthenticationExampleUITests.swift b/FirebaseAuth/Tests/SampleSwift/AuthenticationExampleUITests/AuthenticationExampleUITests.swift index e34f1232be6..bc319e3b45f 100644 --- a/FirebaseAuth/Tests/SampleSwift/AuthenticationExampleUITests/AuthenticationExampleUITests.swift +++ b/FirebaseAuth/Tests/SampleSwift/AuthenticationExampleUITests/AuthenticationExampleUITests.swift @@ -235,7 +235,7 @@ class AuthenticationExampleUITests: XCTestCase { XCTAssertTrue(app.staticTexts["Choose a second factor to continue."] .waitForExistence(timeout: 5)) let secondFactor = app.staticTexts["phone2"] // select 'phone2' as second factor - XCTAssertTrue(secondFactor.exists, "'phone2' option should be visible in the modal.") + XCTAssertTrue(secondFactor.exists, "'phone2' option should be visible.") secondFactor.tap() app.buttons["Send Verification Code"].tap() let verificationCodeInput = app.textFields["Enter verification code."]