Add 3 passing UI tests (batch 4): personality pack, Spanish locale, accessibility text size

- TC-052: Personality pack selection in Customize tab with accessibility IDs
- TC-137: Spanish localization verification (Ajustes, tab labels)
- TC-142: App navigable at XXL accessibility text size

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Trey t
2026-02-20 10:15:20 -06:00
parent f83c52fb42
commit 6d1f54f451
9 changed files with 208 additions and 0 deletions

View File

@@ -93,6 +93,9 @@ enum AccessibilityID {
static func iconPackButton(_ name: String) -> String {
"customize_iconpack_\(name.lowercased())"
}
static func personalityPackButton(_ name: String) -> String {
"customize_personality_\(name.lowercased())"
}
static func appThemeCard(_ name: String) -> String {
"apptheme_card_\(name.lowercased())"
}