Fix order of dyad tag processing (#495)

Fixes #493
This commit is contained in:
Will Chen
2025-06-25 15:34:11 -07:00
committed by GitHub
parent c7c92e4dc4
commit 52aebae903
5 changed files with 256 additions and 45 deletions

View File

@@ -0,0 +1,9 @@
import { test } from "./helpers/test_helper";
test("rename then edit works", async ({ po }) => {
await po.setUp({ autoApprove: true });
await po.importApp("minimal");
await po.sendPrompt("tc=rename-edit");
await po.snapshotAppFiles({ name: "rename-edit" });
});