Skip to content

Commit

Permalink
check
Browse files Browse the repository at this point in the history
  • Loading branch information
srushtisv committed Dec 10, 2024
1 parent 040e973 commit 57eccd3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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."]
Expand Down

0 comments on commit 57eccd3

Please sign in to comment.