enable engine for all models (#434)

This commit is contained in:
Will Chen
2025-06-18 17:17:29 -07:00
committed by GitHub
parent e326f14779
commit 897d2e522c
10 changed files with 381 additions and 91 deletions

View File

@@ -34,10 +34,9 @@ testSkipIfWindows(
},
);
// auto (defaults to Gemini 2.5 Flash)
testSkipIfWindows("auto should send message to gateway", async ({ po }) => {
testSkipIfWindows("auto should send message to engine", async ({ po }) => {
await po.setUpDyadPro();
await po.sendPrompt("[dump] tc=gateway-simple");
await po.sendPrompt("[dump] tc=turbo-edits");
await po.snapshotServerDump("request");
await po.snapshotMessages({ replaceDumpPath: true });