feat(smoke): add launch checks for key preinstalled Flatpak apps#496
Merged
castrojo merged 3 commits intoJun 22, 2026
Merged
Conversation
d953883 to
e20db19
Compare
d802670 to
5748018
Compare
Add smoke scenarios verifying that Bluefin's key preinstalled Flatpak applications launch successfully: - MissionCenter (io.missioncenter.MissionCenter) - Extension Manager (com.mattjakeman.ExtensionManager) - Warehouse (io.github.flattool.Warehouse) - Impression (io.gitlab.adhami3310.Impression) These apps replace system tools (GNOME System Monitor, gnome-extensions-app, a Flatpak manager, and a USB writer). None had any test coverage. Assisted-by: Claude Sonnet 4.6 via GitHub Copilot Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
5748018 to
524d472
Compare
Mission Center, Extension Manager, Warehouse, and Impression are Bluefin-specific preinstalled apps. Without @bluefin, smoke runs on Dakota would attempt to launch them and fail with AssertionError when neither the desktop file nor Flatpak app exists. Assisted-by: Claude Sonnet 4.6 via GitHub Copilot Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
The new gnome_apps_steps.py imports launch_background from app_support at module level. The _import_gnome_apps test helper was not stubbing that module, causing ModuleNotFoundError in all test_gnome_apps_steps tests. Assisted-by: Claude Sonnet 4.6 via GitHub Copilot Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds smoke launch tests for four key Bluefin preinstalled Flatpak applications.
Bluefin ships 39 preinstalled Flatpaks but only Firefox and BlackBox/Ptyxis are tested.
These four apps are Bluefin-specific replacements for standard system tools — if they fail
to launch, users have no system monitor, no extension manager, no Flatpak manager, and no
USB writer. None are covered by any existing scenario.
Apps added: