[PR #7040] [MERGED] [QA-1911] Add testTag to Flight Recorder logging duration dropdown #120982

Closed
opened 2026-06-09 19:29:39 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/7040
Author: @Corbet-BW
Created: 6/8/2026
Status: Merged
Merged: 6/8/2026
Merged by: @Corbet-BW

Base: mainHead: QA-1911/adding-automationIDs-to-FlightRecorderScreen


📝 Commits (1)

  • 3e132ba [QA-1911] Add testTag to Flight Recorder logging duration dropdown

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 app/src/main/kotlin/com/x8bit/bitwarden/ui/platform/feature/settings/flightrecorder/FlightRecorderScreen.kt (+1 -0)

📄 Description

🎟️ Tracking

https://bitwarden.atlassian.net/browse/QA-1911

📔 Objective

Adds Modifier.testTag("LoggingDurationChooser") to the duration dropdown on the Flight Recorder screen, surfacing it as resource-id="LoggingDurationChooser". This matches the existing Chooser convention (ThemeChooser, VaultTimeoutChooser, ClearClipboardChooser) and lets test automation drop the XPath workaround in favor of the standard ID-based DropDown.GetElementValue() pattern.

📸 Screenshots


🔄 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/7040 **Author:** [@Corbet-BW](https://github.com/Corbet-BW) **Created:** 6/8/2026 **Status:** ✅ Merged **Merged:** 6/8/2026 **Merged by:** [@Corbet-BW](https://github.com/Corbet-BW) **Base:** `main` ← **Head:** `QA-1911/adding-automationIDs-to-FlightRecorderScreen` --- ### 📝 Commits (1) - [`3e132ba`](https://github.com/bitwarden/android/commit/3e132ba53ac046a395043e98b9e90577f1510c42) [QA-1911] Add testTag to Flight Recorder logging duration dropdown ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `app/src/main/kotlin/com/x8bit/bitwarden/ui/platform/feature/settings/flightrecorder/FlightRecorderScreen.kt` (+1 -0) </details> ### 📄 Description ## 🎟️ Tracking https://bitwarden.atlassian.net/browse/QA-1911 <!-- Paste the link to the Jira or GitHub issue or otherwise describe / point to where this change is coming from. --> ## 📔 Objective Adds Modifier.testTag("LoggingDurationChooser") to the duration dropdown on the Flight Recorder screen, surfacing it as resource-id="LoggingDurationChooser". This matches the existing <Name>Chooser convention (ThemeChooser, VaultTimeoutChooser, ClearClipboardChooser) and lets test automation drop the XPath workaround in favor of the standard ID-based DropDown.GetElementValue() pattern. ## 📸 Screenshots <!-- Required for any UI changes; delete if not applicable. Use fixed width images for better display. --> --- <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-06-09 19:29:39 -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#120982