@@ -30,6 +30,13 @@ describe("SettingsClient account verification", () => {
3030 signal_strength : "strong-controlled-seed-stable-cross-cache-transfer" ,
3131 admission_blocker : "research-side-response-cache-geometry-not-second-public-asset-or-product-contract" ,
3232 } ,
33+ {
34+ boundary_key : "h2-img2img-output-cloud-portability-weak-no-runtime-job" ,
35+ description : "H2 img2img output-cloud portability weak gate" ,
36+ status : "watch-only" ,
37+ signal_strength : "weak-or-unstable-not-distinct-from-simple-distance" ,
38+ admission_blocker : "img2img-portability-failed-admission-cache-and-simple-distance-distinctness" ,
39+ } ,
3340 {
3441 boundary_key : "rediffuse-stl10-bounded-scout-and-score-norm-completed-weak-results-no-runtime-job" ,
3542 description : "ReDiffuse STL-10 weak scout" ,
@@ -46,12 +53,14 @@ describe("SettingsClient account verification", () => {
4653 expect ( markup ) . toContain ( "data-runner-boundary-panel" ) ;
4754 expect ( markup ) . toContain ( "Runner admission gates" ) ;
4855 expect ( markup ) . toContain ( "Watch-only" ) ;
49- expect ( markup ) . toContain ( ">2 <" ) ;
56+ expect ( markup ) . toContain ( ">3 <" ) ;
5057 expect ( markup ) . toContain ( "Admitted" ) ;
5158 expect ( markup ) . toContain ( ">0<" ) ;
5259 expect ( markup ) . toContain ( "Research candidates stay outside live jobs" ) ;
5360 expect ( markup ) . toContain ( "H2 output-cloud geometry candidate" ) ;
5461 expect ( markup ) . toContain ( "strong-controlled-seed-stable-cross-cache-transfer / research-side-response-cache-geometry-not-second-public-asset-or-product-contract" ) ;
62+ expect ( markup ) . toContain ( "H2 img2img output-cloud portability weak gate" ) ;
63+ expect ( markup ) . toContain ( "weak-or-unstable-not-distinct-from-simple-distance / img2img-portability-failed-admission-cache-and-simple-distance-distinctness" ) ;
5564 expect ( markup ) . toContain ( "ReDiffuse STL-10 weak scout" ) ;
5665 expect ( markup ) . toContain ( "weak-random-level / bounded-scout-and-score-norm-failed-membership-signal" ) ;
5766 } ) ;
0 commit comments