diff --git a/IntegrationTests/Sources/Common.swift b/IntegrationTests/Sources/Common.swift index 5ee087cf9..9bad7adbf 100644 --- a/IntegrationTests/Sources/Common.swift +++ b/IntegrationTests/Sources/Common.swift @@ -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)