From 4815d6b14c47758e98b874bd829f37a31606d058 Mon Sep 17 00:00:00 2001 From: Benjamin Lu Date: Sun, 23 Nov 2025 21:54:14 -0800 Subject: [PATCH] Add test id for startup status text (#6882) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Summary - add `data-testid="startup-status-text"` to the status text in StartupDisplay - keep the status element targetable for Playwright masks ## Why Desktop’s Playwright tests mask the troubleshooting version line; this test id is needed there to keep screenshots stable across releases. ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-6882-Add-test-id-for-startup-status-text-2b56d73d365081b6a2e4ddca9aa985a4) by [Unito](https://www.unito.io) --- apps/desktop-ui/src/components/common/StartupDisplay.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/desktop-ui/src/components/common/StartupDisplay.vue b/apps/desktop-ui/src/components/common/StartupDisplay.vue index bd42c14e4..7bde5ec86 100644 --- a/apps/desktop-ui/src/components/common/StartupDisplay.vue +++ b/apps/desktop-ui/src/components/common/StartupDisplay.vue @@ -22,7 +22,11 @@

{{ title }}

-

+

{{ statusText }}