推进 text12 接续和 control-page session readiness workflow

This commit is contained in:
2026-06-15 04:57:21 +08:00
parent ed5d03ea1b
commit 98d236250f
13 changed files with 621 additions and 0 deletions

View File

@@ -64,6 +64,7 @@ TOOL_TABLE = browser-tool.tbl
if (
!controlPageApi?.getControlView ||
!controlPageApi?.getPanelApi ||
!controlPageApi?.loadControlPageSessionState ||
!controlPageApi?.refreshControlPage ||
!controlPageApi?.renderControlPage
) {
@@ -88,6 +89,11 @@ TOOL_TABLE = browser-tool.tbl
"rendered",
"control page refresh phase",
);
assertEqual(
controlPageApi.loadControlPageSessionState().phase,
"ready",
"control page session load phase",
);
panelDoc.getElementById("ini-editor").value = iniText;
panelDoc.getElementById("query").click();