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 -->
This commit is contained in:
@@ -23,7 +23,7 @@ test("chat mode selector - ask mode", async ({ po }) => {
|
||||
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.importApp("minimal");
|
||||
await po.clickNewChat();
|
||||
|
||||
Reference in New Issue
Block a user