Merge branch 'codex/uitest' into develop

# Conflicts:
#	iosApp/CaseraTests/TaskMetricsTests.swift
This commit is contained in:
Trey t
2026-02-24 15:39:33 -06:00
34 changed files with 6698 additions and 1 deletions
@@ -233,6 +233,20 @@ struct AccessibilityIdentifiers {
static let progressIndicator = "Onboarding.ProgressIndicator"
}
// MARK: - Password Reset
struct PasswordReset {
static let emailField = "PasswordReset.EmailField"
static let sendCodeButton = "PasswordReset.SendCodeButton"
static let backToLoginButton = "PasswordReset.BackToLoginButton"
static let codeField = "PasswordReset.CodeField"
static let verifyCodeButton = "PasswordReset.VerifyCodeButton"
static let resendCodeButton = "PasswordReset.ResendCodeButton"
static let newPasswordField = "PasswordReset.NewPasswordField"
static let confirmPasswordField = "PasswordReset.ConfirmPasswordField"
static let resetButton = "PasswordReset.ResetButton"
static let returnToLoginButton = "PasswordReset.ReturnToLoginButton"
}
// MARK: - Profile
struct Profile {
static let logoutButton = "Profile.LogoutButton"