[PR #2748] [MERGED] [PM-3803] Adding AutomationIDs for Set/Update password pages #52001

Closed
opened 2026-05-01 15:44:47 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/2748
Author: @ifernandezdiaz
Created: 9/7/2023
Status: Merged
Merged: 9/7/2023
Merged by: @ifernandezdiaz

Base: masterHead: PM-3803/adding-automationids-for-set-password


📝 Commits (2)

  • db5cfff Adding missing IDs for Set Password and Update Password pages
  • b278821 Merge branch 'master' into PM-3803/adding-automationids-for-set-password

📊 Changes

2 files changed (+33 additions, -17 deletions)

View changed files

📝 src/App/Pages/Accounts/SetPasswordPage.xaml (+14 -7)
📝 src/App/Pages/Accounts/UpdateTempPasswordPage.xaml (+19 -10)

📄 Description

Type of change

  • Bug fix
  • New feature development
  • Tech debt (refactoring, code cleanup, dependency upgrades, etc.)
  • Build/deploy pipeline (DevOps)
  • Other

Objective

Adding more AutomationIDs to continue improving our mobile automation test suite

Code changes

Some missing AutomationIDs were added to Set/UpdatePassword XAML files

  • SetPasswordPage.xaml: Adding missing IDs for entry fields
  • UpdateTempPasswordPage.xaml: Adding missing IDs for entry fields

Before you submit

  • Please check for formatting errors (dotnet format --verify-no-changes) (required)
  • Please add unit tests where it makes sense to do so (encouraged but not required)
  • If this change requires a documentation update - notify the documentation team
  • If this change has particular deployment requirements - notify the DevOps team

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/bitwarden/android/pull/2748 **Author:** [@ifernandezdiaz](https://github.com/ifernandezdiaz) **Created:** 9/7/2023 **Status:** ✅ Merged **Merged:** 9/7/2023 **Merged by:** [@ifernandezdiaz](https://github.com/ifernandezdiaz) **Base:** `master` ← **Head:** `PM-3803/adding-automationids-for-set-password` --- ### 📝 Commits (2) - [`db5cfff`](https://github.com/bitwarden/android/commit/db5cfff939bf52396a1c97e46b6e3a4ec9f0e271) Adding missing IDs for Set Password and Update Password pages - [`b278821`](https://github.com/bitwarden/android/commit/b278821b6fb5195310a826c57b2d2bdd38e71200) Merge branch 'master' into PM-3803/adding-automationids-for-set-password ### 📊 Changes **2 files changed** (+33 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `src/App/Pages/Accounts/SetPasswordPage.xaml` (+14 -7) 📝 `src/App/Pages/Accounts/UpdateTempPasswordPage.xaml` (+19 -10) </details> ### 📄 Description ## Type of change - [ ] Bug fix - [ ] New feature development - [ ] Tech debt (refactoring, code cleanup, dependency upgrades, etc.) - [ ] Build/deploy pipeline (DevOps) - [X] Other ## Objective Adding more AutomationIDs to continue improving our mobile automation test suite ## Code changes Some missing AutomationIDs were added to Set/UpdatePassword XAML files * **SetPasswordPage.xaml:** Adding missing IDs for entry fields * **UpdateTempPasswordPage.xaml:** Adding missing IDs for entry fields ## Before you submit - Please check for formatting errors (`dotnet format --verify-no-changes`) (required) - Please add **unit tests** where it makes sense to do so (encouraged but not required) - If this change requires a **documentation update** - notify the documentation team - If this change has particular **deployment requirements** - notify the DevOps team --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-01 15:44:47 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/android#52001