Стабилизация восстановления Bridge и Quick Connect

This commit is contained in:
DCCONSTRUCTIONS
2026-08-23 10:45:53 +03:00
parent 71c8b043c9
commit 7d911b4b1f
6 changed files with 381 additions and 17 deletions
@@ -6185,6 +6185,20 @@ test("Apply presentation stays correlated through ACK, bootstrap, terminal and c
"settling",
"ready child success waits for the exact reachable lease projection",
);
assert.equal(
provisioningAttemptViewState(correlated, {
...initialState,
operations: [operation],
connection_attempt: {
...attempt,
status: "succeeded",
control_state: "unknown",
safe_next_action: "verify-control-read-only",
},
}),
"settling",
"the network-success/control-bootstrap handoff keeps the existing loader",
);
assert.equal(
provisioningAttemptViewState(correlated, {
...initialState,