We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 040e973 commit 57eccd3Copy full SHA for 57eccd3
FirebaseAuth/Tests/SampleSwift/AuthenticationExampleUITests/AuthenticationExampleUITests.swift
@@ -235,7 +235,7 @@ class AuthenticationExampleUITests: XCTestCase {
235
XCTAssertTrue(app.staticTexts["Choose a second factor to continue."]
236
.waitForExistence(timeout: 5))
237
let secondFactor = app.staticTexts["phone2"] // select 'phone2' as second factor
238
- XCTAssertTrue(secondFactor.exists, "'phone2' option should be visible in the modal.")
+ XCTAssertTrue(secondFactor.exists, "'phone2' option should be visible.")
239
secondFactor.tap()
240
app.buttons["Send Verification Code"].tap()
241
let verificationCodeInput = app.textFields["Enter verification code."]
0 commit comments