feat: restore full-fidelity heaven rituals

This commit is contained in:
leefer
2026-07-23 23:50:12 +08:00
parent bc7521a591
commit eb1e2bca9a
8 changed files with 211 additions and 207 deletions
+2 -1
View File
@@ -374,7 +374,8 @@ test("heaven reading loading uses the matching canvas scene and stops cleanly",
await heavenReadingAnimation.complete();
return performance.now() - started;
});
expect(completionMs).toBeLessThan(1000);
expect(completionMs).toBeGreaterThanOrEqual(1600);
expect(completionMs).toBeLessThan(2000);
await expect(canvas).toHaveAttribute("data-running", "false");
}
await page.locator("#closeHeavenReadingDialog").click();