[PR #2585] [MERGED] [PM-2688] Adding IDs for Options and Folders pages #40754

Closed
opened 2026-04-23 19:34:47 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/2585
Author: @ifernandezdiaz
Created: 6/23/2023
Status: Merged
Merged: 6/26/2023
Merged by: @ifernandezdiaz

Base: masterHead: PM-2688/adding-automationIDs-to-Folders-page


📝 Commits (3)

  • b1d042e Adding IDs for Options and Folders pages
  • a4c7057 Fixing extra spaces
  • 701b6ce Merge branch 'master' into PM-2688/adding-automationIDs-to-Folders-page

📊 Changes

3 files changed (+28 additions, -14 deletions)

View changed files

📝 src/App/Pages/Settings/FolderAddEditPage.xaml (+8 -4)
📝 src/App/Pages/Settings/FoldersPage.xaml (+6 -3)
📝 src/App/Pages/Settings/OptionsPage.xaml (+14 -7)

📄 Description

Type of change

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

Objective

This PR adds more AutomationIDs that will help us to improve the quality of our Mobile Automation tests

Code changes

  • FolderAddEditPage.xaml: Adding AutomationIDs
  • FoldersPage.xaml: Adding IDs for cells and setting statuses
  • OptionsPage.xaml: Adduig IDs to elements

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/2585 **Author:** [@ifernandezdiaz](https://github.com/ifernandezdiaz) **Created:** 6/23/2023 **Status:** ✅ Merged **Merged:** 6/26/2023 **Merged by:** [@ifernandezdiaz](https://github.com/ifernandezdiaz) **Base:** `master` ← **Head:** `PM-2688/adding-automationIDs-to-Folders-page` --- ### 📝 Commits (3) - [`b1d042e`](https://github.com/bitwarden/android/commit/b1d042ef027722046624650e3d2c2483eac66ae7) Adding IDs for Options and Folders pages - [`a4c7057`](https://github.com/bitwarden/android/commit/a4c705714696efd61bf7dcf910e6e3a48117f0cc) Fixing extra spaces - [`701b6ce`](https://github.com/bitwarden/android/commit/701b6ce6c8703625a7637900ce970a41811018c6) Merge branch 'master' into PM-2688/adding-automationIDs-to-Folders-page ### 📊 Changes **3 files changed** (+28 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `src/App/Pages/Settings/FolderAddEditPage.xaml` (+8 -4) 📝 `src/App/Pages/Settings/FoldersPage.xaml` (+6 -3) 📝 `src/App/Pages/Settings/OptionsPage.xaml` (+14 -7) </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 This PR adds more AutomationIDs that will help us to improve the quality of our Mobile Automation tests ## Code changes * **FolderAddEditPage.xaml:** Adding AutomationIDs * **FoldersPage.xaml:** Adding IDs for cells and setting statuses * **OptionsPage.xaml:** Adduig IDs to elements ## 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-04-23 19:34: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#40754