Consolidate dashboard Paparazzi tests into DashboardLayoutPaparazziTest#4415
Conversation
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #4415 +/- ##
===========================================
+ Coverage 51.67% 51.75% +0.08%
===========================================
Files 453 453
Lines 12014 12014
Branches 2079 2079
===========================================
+ Hits 6208 6218 +10
+ Misses 5191 5181 -10
Partials 615 615 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…snapshots Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
e2fde87 to
cc2fdb4
Compare
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
34eb36b to
8b9d3b7
Compare
…Test Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
6b7dfa9 to
bc12d26
Compare
…tPaparazziTest Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
ca663ec to
3dc2f92
Compare
PR Review: Consolidate dashboard Paparazzi tests into DashboardLayoutPaparazziTest (#4415)SummaryMoves all standalone dashboard page Paparazzi tests ( Checklist Findings✅ Looks Good
|
Summary
HomeLayout,AllFavoritesLayout,ToolsLayout,LessonsLayout) intoDashboardLayoutPaparazziTestso each page is snapshotted rendered within the full dashboard shell (nav bar, scaffold, top app bar) rather than standaloneDrawerMenuLayoutPaparazziTestintoDashboardLayoutPaparazziTestso the drawer is shown in context of the full dashboardlocaleparameter (null/in) toDashboardLayoutPaparazziTest; tests that are locale-specific (Lessons, select Tools modes) run both variants, others skip non-null locale viaassumeTrueTest plan
./gradlew verifyPaparazzipasses🤖 Generated with Claude Code