Add F-100, F-101, F-106 UI tests and page objects for Progress feature

Adds 3 new UI tests covering stadium visit manual entry, required field
validation, and games history navigation. Includes accessibility IDs on
StadiumVisitSheet/ProgressTabView and new page objects (StadiumVisitSheetScreen,
GamesHistoryScreen) in the test framework.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Trey t
2026-02-19 23:02:52 -06:00
parent f10bc4fe59
commit 8421b23f0c
4 changed files with 229 additions and 1 deletions

View File

@@ -413,6 +413,7 @@ struct ProgressTabView: View {
.font(.subheadline)
.foregroundStyle(Theme.warmOrange)
}
.accessibilityIdentifier("progress.seeAllGamesHistory")
}
ForEach(viewModel.recentVisits) { visitSummary in