Skip to content

Commit

Permalink
check3
Browse files Browse the repository at this point in the history
  • Loading branch information
srushtisv committed Dec 10, 2024
1 parent 98dcfb6 commit 222f2d4
Showing 1 changed file with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -189,17 +189,7 @@ class AuthenticationExampleUITests: XCTestCase {
app.textFields["Enter Phone Number"].tap()
app.textFields["Enter Phone Number"].typeText(testPhone)
app.buttons["Send Verification Code"].tap()
let errorDialog = app.alerts["Error"]
XCTAssertFalse(
errorDialog.waitForExistence(timeout: 5),
"Error"
)
let verificationCodeInput = app.textFields["Enter verification code."]
XCTAssertTrue(
verificationCodeInput.waitForExistence(timeout: 2),
"OTP input should appear."
)
verificationCodeInput.tap()
let testVerificationCode = "123456"
verificationCodeInput.typeText(testVerificationCode)

Check failure on line 194 in FirebaseAuth/Tests/SampleSwift/AuthenticationExampleUITests/AuthenticationExampleUITests.swift

View workflow job for this annotation

GitHub Actions / integration-tests (AuthenticationExampleUITests)

testPhoneAuthLoginRCEInEnforceMode, Failed to get matching snapshot: No matches found for Elements matching predicate '"Enter verification code." IN identifiers' from input {(

Check failure on line 194 in FirebaseAuth/Tests/SampleSwift/AuthenticationExampleUITests/AuthenticationExampleUITests.swift

View workflow job for this annotation

GitHub Actions / integration-tests (AuthenticationExampleUITests)

testPhoneAuthLoginRCEInEnforceMode, Failed to get matching snapshot: No matches found for Elements matching predicate '"Enter verification code." IN identifiers' from input {(

Check failure on line 194 in FirebaseAuth/Tests/SampleSwift/AuthenticationExampleUITests/AuthenticationExampleUITests.swift

View workflow job for this annotation

GitHub Actions / integration-tests (AuthenticationExampleUITests)

testPhoneAuthLoginRCEInEnforceMode, Failed to get matching snapshot: No matches found for Elements matching predicate '"Enter verification code." IN identifiers' from input {(
app.buttons["Continue"].tap()
Expand Down

0 comments on commit 222f2d4

Please sign in to comment.