[PR #2564] [MERGED] [PM-2544] Adding AutomationIDs for CipherAddEditViewPage elements #3647

Closed
opened 2025-11-26 23:35:40 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

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

Base: masterHead: PM-2544/adding-ids-on-CipherAddEditPage


📝 Commits (4)

  • 8cfa4c4 Adding AutomationIDs for Add/Edit Items page
  • 8b4764b Adding IDs to CustomFields
  • 8262f6b Adding Matt's suggestions
  • 471fa8e Adding newest suggestions

📊 Changes

5 files changed (+142 additions, -75 deletions)

View changed files

📝 src/App/Lists/ItemLayouts/CustomFields/BooleanCustomFieldItemLayout.xaml (+6 -3)
📝 src/App/Lists/ItemLayouts/CustomFields/HiddenCustomFieldItemLayout.xaml (+8 -4)
📝 src/App/Lists/ItemLayouts/CustomFields/LinkedCustomFieldItemLayout.xaml (+8 -4)
📝 src/App/Lists/ItemLayouts/CustomFields/TextCustomFieldItemLayout.xaml (+10 -5)
📝 src/App/Pages/Vault/CipherAddEditPage.xaml (+110 -59)

📄 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

  • CipherAddEditPage.xaml: Adding locators for all the Login/Card/SecureNote/Identity item fields
  • TextCustomFieldItemLayout.xaml: Adding locators for title/value fields
  • BooleanCustomFieldItemLayout.xaml: Adding locators for title/value fields
  • HiddenCustomFieldItemLayout.xaml: Adding locators for title/value fields
  • LinkedCustomFieldItemLayout.xaml: Adding locators for title/value fields

Screenshots

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/2564 **Author:** [@ifernandezdiaz](https://github.com/ifernandezdiaz) **Created:** 6/9/2023 **Status:** ✅ Merged **Merged:** 6/14/2023 **Merged by:** [@ifernandezdiaz](https://github.com/ifernandezdiaz) **Base:** `master` ← **Head:** `PM-2544/adding-ids-on-CipherAddEditPage` --- ### 📝 Commits (4) - [`8cfa4c4`](https://github.com/bitwarden/android/commit/8cfa4c45727f8f2c7f117ddbc370e265ae6f1349) Adding AutomationIDs for Add/Edit Items page - [`8b4764b`](https://github.com/bitwarden/android/commit/8b4764b6e2aaa64420e292d8097753ecf3e77aa5) Adding IDs to CustomFields - [`8262f6b`](https://github.com/bitwarden/android/commit/8262f6b1010cff7f4b0d872fca74e6810ab3cf8c) Adding Matt's suggestions - [`471fa8e`](https://github.com/bitwarden/android/commit/471fa8e39da39f9b2e0f3e0b2cd8ce97b21be3de) Adding newest suggestions ### 📊 Changes **5 files changed** (+142 additions, -75 deletions) <details> <summary>View changed files</summary> 📝 `src/App/Lists/ItemLayouts/CustomFields/BooleanCustomFieldItemLayout.xaml` (+6 -3) 📝 `src/App/Lists/ItemLayouts/CustomFields/HiddenCustomFieldItemLayout.xaml` (+8 -4) 📝 `src/App/Lists/ItemLayouts/CustomFields/LinkedCustomFieldItemLayout.xaml` (+8 -4) 📝 `src/App/Lists/ItemLayouts/CustomFields/TextCustomFieldItemLayout.xaml` (+10 -5) 📝 `src/App/Pages/Vault/CipherAddEditPage.xaml` (+110 -59) </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 * **CipherAddEditPage.xaml:** Adding locators for all the Login/Card/SecureNote/Identity item fields * **TextCustomFieldItemLayout.xaml:** Adding locators for title/value fields * **BooleanCustomFieldItemLayout.xaml:** Adding locators for title/value fields * **HiddenCustomFieldItemLayout.xaml:** Adding locators for title/value fields * **LinkedCustomFieldItemLayout.xaml:** Adding locators for title/value fields ## Screenshots <!--Required for any UI changes. Delete if not applicable--> ## 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 2025-11-26 23:35:40 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/android#3647