File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
FirebaseAuth/Tests/SampleSwift/AuthenticationExampleUITests Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -188,11 +188,11 @@ class AuthenticationExampleUITests: XCTestCase {
188188 let testEmail = " [email protected] " 189189 app. textFields [ " Email " ] . tap ( )
190190 app. typeText ( testEmail)
191- app. buttons [ " return " ] . tap ( ) // dismiss keyboard
191+ // app.buttons["return"].tap() // dismiss keyboard
192192 let testPassword = " sampleauthios "
193193 app. textFields [ " Password " ] . tap ( )
194194 app. typeText ( testPassword)
195- app. buttons [ " return " ] . tap ( ) // dismiss keyboard
195+ // app.buttons["return"].tap() // dismiss keyboard
196196 app. buttons [ " Login " ] . tap ( )
197197 // enroll multifactor with phone
198198 app. tabBars. buttons [ " Authentication " ] . tap ( )
@@ -240,10 +240,6 @@ class AuthenticationExampleUITests: XCTestCase {
240240 secondFactor. tap ( )
241241 app. buttons [ " Send Verification Code " ] . tap ( )
242242 let verificationCodeInput = app. textFields [ " Enter verification code. " ]
243- XCTAssertTrue (
244- verificationCodeInput. waitForExistence ( timeout: 2 ) ,
245- " Verification code input field should appear. "
246- ) // wait for the verification code input field to appear
247243 verificationCodeInput. tap ( )
248244 let testVerificationCode = " 123456 "
249245 verificationCodeInput. typeText ( testVerificationCode)
You can’t perform that action at this time.
0 commit comments