fix(ui): honor Gateway readiness abort and subscription ownership (#117048)

* fix(ui): keep canceled gateway waits retired

* test(ui): bind Gateway readiness test helper callback

* test(ui): isolate server locale preference singleton

---------

Co-authored-by: Peter Steinberger <steipete@macos.shared>
This commit is contained in:
Peter Steinberger
2026-07-31 15:06:55 -07:00
committed by GitHub
parent ae27d79364
commit 4976eb38ab
3 changed files with 156 additions and 6 deletions

View File

@@ -2,6 +2,7 @@
// Tests in this list depend on module singletons or custom-element registration
// matching the current registry, so they need a fresh graph in the isolated lane.
export const uiIsolatedTestFiles = [
"ui/src/app/app-host.server-prefs.test.ts",
"ui/src/app/bootstrap.test.ts",
"ui/src/app/router-outlet.test.ts",
"ui/src/components/resizable-divider.test.ts",