[QA-2027] Add accessibilityIdentifier to Landing App settings button#2809
Conversation
🤖 Bitwarden Claude Code ReviewOverall Assessment: APPROVE Reviewed a single-line change to Code Review DetailsNo findings. The change is consistent with established accessibility identifier conventions in the file. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2809 +/- ##
==========================================
- Coverage 80.82% 80.81% -0.02%
==========================================
Files 1018 1021 +3
Lines 64941 64994 +53
==========================================
+ Hits 52490 52524 +34
- Misses 12451 12470 +19 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
🎟️ Tracking
QA-2027
📔 Objective
Adds a stable
accessibilityIdentifier("AppSettingsButton")to the pre-login Landing screen's "App settings" button, so test automation can locate it by a stable ID instead of the localized label text. Matches theCreateAccountButtonprecedent on the same screen. No logic or UI change.