Стабилизация восстановления Bridge и Quick Connect
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user