feat: restore full-fidelity heaven rituals
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user