Skip to content

Commit ea20133

Browse files
committed
check4
1 parent 222f2d4 commit ea20133

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

FirebaseAuth/Tests/SampleSwift/AuthenticationExampleUITests/AuthenticationExampleUITests.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,8 @@ class AuthenticationExampleUITests: XCTestCase {
190190
app.textFields["Enter Phone Number"].typeText(testPhone)
191191
app.buttons["Send Verification Code"].tap()
192192
let verificationCodeInput = app.textFields["Enter verification code."]
193+
let exists = verificationCodeInput.waitForExistence(timeout: 10)
194+
XCTAssertTrue(exists, "Verification code field does not exist")
193195
let testVerificationCode = "123456"
194196
verificationCodeInput.typeText(testVerificationCode)
195197
app.buttons["Continue"].tap()

0 commit comments

Comments
 (0)