From 197c14f722fe7850a5ef24ef50c2bd507e0cf2ce Mon Sep 17 00:00:00 2001 From: Ian Littman Date: Wed, 10 Sep 2025 13:53:51 -0500 Subject: [PATCH] Add smoke test item, QA considerations for testing Fleet Desktop with Fleet Free (#32805) --- .github/ISSUE_TEMPLATE/release-qa.md | 8 ++++++++ docs/Contributing/guides/ui/design-qa-considerations.md | 5 ++++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/release-qa.md b/.github/ISSUE_TEMPLATE/release-qa.md index 1139131a70..2c4413e4c7 100644 --- a/.github/ISSUE_TEMPLATE/release-qa.md +++ b/.github/ISSUE_TEMPLATE/release-qa.md @@ -347,6 +347,14 @@ List versions changes for any component updates below: 4. Packs results information is logged pass/fail +Fleet FreeVerify that Fleet Desktop works on Fleet Free. +After repointing a Fleet Desktop install at a server running Fleet Free: + +1. Clicking the Fleet desktop item, then "My device" successfully loads the my device page.
+2. The "My device" page is populated correctly and as expected.
+3. Styling and padding appears correct. +pass/fail + # Notes diff --git a/docs/Contributing/guides/ui/design-qa-considerations.md b/docs/Contributing/guides/ui/design-qa-considerations.md index bf15757d55..88bd56c3cc 100644 --- a/docs/Contributing/guides/ui/design-qa-considerations.md +++ b/docs/Contributing/guides/ui/design-qa-considerations.md @@ -2,6 +2,10 @@ This is meant to be a helpful checklist of 'events' or 'transactions' to help catch edge cases sooner rather than later while designing or testing new features or bugs. Please feel free to add more if any are missing. +## fleetd and Fleet Desktop +- Fleet Free and Fleet Premium +- Windows/Mac/Linux, including supported Linux distros (at least one each of RPM-based and DEB-based) + ## User - Create user @@ -154,6 +158,5 @@ This is meant to be a helpful checklist of 'events' or 'transactions' to help ca - Global user (Admin, Maintainer, Observer, Observer+, API only) - Team level user (Admin, Maintainer, Observer, Observer+, API only) -