fix(k1): use neutral process copy

This commit is contained in:
DCCONSTRUCTIONS
2026-08-14 20:03:13 +03:00
parent 4a24275ddc
commit 72a2f37c03
8 changed files with 48 additions and 48 deletions
@@ -700,7 +700,7 @@ test("spatial force-finish pending owns the surface without a second action", ()
}),
{ pendingAction: "force-finish" },
);
assert.match(markup, /Завершаем локальный приём/);
assert.match(markup, /Завершение локального приёма/);
assert.match(markup, /data-recovery-state="force-finishing"/);
assert.match(markup, /Команда STOP устройству не отправляется/);
assert.equal(buttonsWithText(markup, "Прервать соединение").length, 0);
@@ -836,7 +836,7 @@ test("force-finishing shows one local-only pending owner and no second action",
camera_recovery: "inactive",
});
const markup = renderPipeline(state, { pendingAction: "force-finish" });
assert.match(markup, /Завершаем локальный приём/);
assert.match(markup, /Завершение локального приёма/);
assert.match(markup, /Команда STOP устройству не отправляется/);
assert.match(markup, /class="nodedc-activity-indicator/);
assert.equal(buttonsWithText(markup, "Прервать соединение").length, 0);