Unverified 提交 8c7745d8 authored 作者: Will Chen's avatar Will Chen 提交者: GitHub

Skip flaky test dyad write - edit and save flow (#1616)

@princeaden1 can you take a look at why this test is flaking often later? for now, i think we can just skip it since it's not a super critical feature (users can always edit the file using the regular code panel) <!-- CURSOR_SUMMARY --> --- > [!NOTE] > <sup>[Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) is generating a summary for commit 12de571a1a5d2f9c6c98e90ae19fd67a3fb2e6b5. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
上级 af58d06a
...@@ -23,7 +23,7 @@ test("chat mode selector - ask mode", async ({ po }) => { ...@@ -23,7 +23,7 @@ test("chat mode selector - ask mode", async ({ po }) => {
await po.snapshotMessages({ replaceDumpPath: true }); await po.snapshotMessages({ replaceDumpPath: true });
}); });
test("dyadwrite edit and save - basic flow", async ({ po }) => { test.skip("dyadwrite edit and save - basic flow", async ({ po }) => {
await po.setUp({ autoApprove: true }); await po.setUp({ autoApprove: true });
await po.importApp("minimal"); await po.importApp("minimal");
await po.clickNewChat(); await po.clickNewChat();
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论