Fix integration tests OIDC username or email field identifier.
This commit is contained in:
@@ -45,7 +45,7 @@ extension XCUIApplication {
|
||||
XCTAssertTrue(webAuthenticationView.waitForExistence(timeout: 10.0))
|
||||
webAuthenticationView.tap() // Tap the web view to properly focus the app again.
|
||||
|
||||
let webUsernameTextField = textFields["Username"]
|
||||
let webUsernameTextField = textFields["Username or Email"]
|
||||
XCTAssertTrue(webUsernameTextField.waitForExistence(timeout: 10.0))
|
||||
webUsernameTextField.clearAndTypeText(username, app: self)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user