[PR #2584] [MERGED] [PM-2678] Adding IDs for Settings Page elements #45265

Closed
opened 2026-04-26 12:31:04 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

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

Base: masterHead: PM-2678/automationIDs-for-Settings-page-elements


📝 Commits (3)

  • 95732a8 Adding IDS for Settings elements
  • 25c4d8a Adding IDS for Settings elements
  • 0300f94 Merge branch 'PM-2678/automationIDs-for-Settings-page-elements' of github.com:bitwarden/mobile into PM-2678/automationIDs-for-Settings-page-elements

📊 Changes

2 files changed (+30 additions, -5 deletions)

View changed files

📝 src/App/Pages/Settings/SettingsPage/SettingsPage.xaml (+10 -5)
📝 src/App/Pages/Settings/SettingsPage/SettingsPageListItem.cs (+20 -0)

📄 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

  • SettingsPage.xaml: Adding IDs for all the setting options + statuses
  • SettingsPageListItem.cs: Adding new AutomationId variable

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/2584 **Author:** [@ifernandezdiaz](https://github.com/ifernandezdiaz) **Created:** 6/23/2023 **Status:** ✅ Merged **Merged:** 6/23/2023 **Merged by:** [@ifernandezdiaz](https://github.com/ifernandezdiaz) **Base:** `master` ← **Head:** `PM-2678/automationIDs-for-Settings-page-elements` --- ### 📝 Commits (3) - [`95732a8`](https://github.com/bitwarden/android/commit/95732a82a5a9596cdaf1621e8503c23d420505b9) Adding IDS for Settings elements - [`25c4d8a`](https://github.com/bitwarden/android/commit/25c4d8aff3dabc4cd55151369d964857c0dc3819) Adding IDS for Settings elements - [`0300f94`](https://github.com/bitwarden/android/commit/0300f94ec077260f077fd11b6eb3fdd2499a4dfc) Merge branch 'PM-2678/automationIDs-for-Settings-page-elements' of github.com:bitwarden/mobile into PM-2678/automationIDs-for-Settings-page-elements ### 📊 Changes **2 files changed** (+30 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `src/App/Pages/Settings/SettingsPage/SettingsPage.xaml` (+10 -5) 📝 `src/App/Pages/Settings/SettingsPage/SettingsPageListItem.cs` (+20 -0) </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 * **SettingsPage.xaml:** Adding IDs for all the setting options + statuses * **SettingsPageListItem.cs:** Adding new `AutomationId` variable ## 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-26 12:31:04 -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#45265