Skip to content

Commit 57eccd3

Browse files
committed
check
1 parent 040e973 commit 57eccd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseAuth/Tests/SampleSwift/AuthenticationExampleUITests/AuthenticationExampleUITests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ class AuthenticationExampleUITests: XCTestCase {
235235
XCTAssertTrue(app.staticTexts["Choose a second factor to continue."]
236236
.waitForExistence(timeout: 5))
237237
let secondFactor = app.staticTexts["phone2"] // select 'phone2' as second factor
238-
XCTAssertTrue(secondFactor.exists, "'phone2' option should be visible in the modal.")
238+
XCTAssertTrue(secondFactor.exists, "'phone2' option should be visible.")
239239
secondFactor.tap()
240240
app.buttons["Send Verification Code"].tap()
241241
let verificationCodeInput = app.textFields["Enter verification code."]

0 commit comments

Comments
 (0)