fix: report a failure in setup experience if a VPP app installation fails due to lack of licenses (#27163)

> For #26345

# Checklist for submitter

If some of the following don't apply, delete the relevant line.

<!-- Note that API documentation changes are now addressed by the
product design team. -->

- [x] Changes file added for user-visible changes in `changes/`,
`orbit/changes/` or `ee/fleetd-chrome/changes`.
See [Changes
files](https://github.com/fleetdm/fleet/blob/main/docs/Contributing/Committing-Changes.md#changes-files)
for more information.
- [x] Added/updated automated tests
- [x] A detailed QA plan exists on the associated ticket (if it isn't
there, work with the product group's QA engineer to add it)
- [x] Manual QA for all new/changed functionality
This commit is contained in:
Jahziel Villasana-Espinoza
2025-03-17 09:43:51 -04:00
committed by GitHub
parent ecdd7532e6
commit d0f70c5980
7 changed files with 325 additions and 36 deletions
+2
View File
@@ -0,0 +1,2 @@
- Updated macOS setup experience to show an error if an App Store app installation fails due to lack
of licenses.