Fix integration tests OIDC username or email field identifier.

This commit is contained in:
Stefan Ceriu
2025-04-15 13:15:09 +03:00
parent 2f65f4deae
commit 11ebfbd66c

View File

@@ -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)