harden app files snapshot (#486)

This commit is contained in:
Will Chen
2025-06-24 16:46:40 -07:00
committed by GitHub
parent 87a0de438c
commit fe597db5b3
11 changed files with 507 additions and 507 deletions

View File

@@ -8,5 +8,5 @@ test("partial message is resumed", async ({ po }) => {
// This is a special test case which triggers a dump.
await po.snapshotServerDump("all-messages");
await po.snapshotMessages({ replaceDumpPath: true });
await po.snapshotAppFiles();
await po.snapshotAppFiles({ name: "message-resumed" });
});