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

@@ -11,5 +11,5 @@ testSkipIfWindows("supabase client is generated", async ({ po }) => {
await po.clickBackButton();
await po.sendPrompt("tc=generate-supabase-client");
await po.snapshotAppFiles();
await po.snapshotAppFiles({ name: "supabase-client-generated" });
});