Update WBBR frontend template collection

This commit is contained in:
Codex
2026-08-27 20:15:24 +08:00
parent bd4d54a110
commit e444605e5d
85 changed files with 6322 additions and 115 deletions

View File

@@ -14,13 +14,13 @@ async function render() {
);
}
test("server-renders the OrbitFlow admin template", async () => {
test("server-renders the WBBR admin template", async () => {
const response = await render();
assert.equal(response.status, 200);
assert.match(response.headers.get("content-type") ?? "", /^text\/html\b/i);
const html = await response.text();
assert.match(html, /OrbitFlow/);
assert.match(html, /WBBR/);
assert.match(html, /下午好,林知夏/);
assert.match(html, /流程泳道/);
assert.match(html, /定时任务/);