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

Fix snapshot baselines (#2209)

these were rebaselined in https://github.com/dyad-sh/dyad/pull/2145/files#diff-86564ff7ca1eca11278e409ada7d9823bc5fb0d8fcb8768313381f652c2450ea but are now failing in CI <!-- CURSOR_SUMMARY --> --- > [!NOTE] > <sup>[Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) is generating a summary for commit 98b9b3e92299b0f0a2513fbcb052231ee910cf62. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY --> <!-- This is an auto-generated description by cubic. --> --- ## Summary by cubic Updated E2E snapshot baselines to match current behavior and fix CI failures introduced after the recent rebaseline. - **Bug Fixes** - context_window snapshot: added expected assistant replies and dump path placeholders for tc=1–5. - turbo_edits_v2 snapshot: replaced fallback with the updated Index.tsx content generated by search/replace. <sup>Written for commit 98b9b3e92299b0f0a2513fbcb052231ee910cf62. Summary will update on new commits.</sup> <!-- End of auto-generated description by cubic. -->
上级 ae737d48
......@@ -1082,6 +1082,46 @@ export default defineConfig(() => ({
role: assistant
message: OK, got it. I'm ready to help
===
role: user
message: tc=1
===
role: assistant
message: 1
===
role: user
message: tc=2
===
role: assistant
message: 2
===
role: user
message: [dump] tc=3
===
role: assistant
message: [[dyad-dump-path=*]]
===
role: user
message: [dump] tc=4
===
role: assistant
message: [[dyad-dump-path=*]]
===
role: user
message: [dump] tc=5
===
role: assistant
message: [[dyad-dump-path=*]]
===
role: user
message: [dump] tc=6
\ No newline at end of file
=== src/pages/Index.tsx ===
// FILE IS REPLACED WITH FALLBACK WRITE.
\ No newline at end of file
// Update this page (the content is just a fallback if you fail to update the page)
import { MadeWithDyad } from "@/components/made-with-dyad";
const Index = () => {
return (
<div className="min-h-screen flex items-center justify-center bg-gray-100">
<div className="text-center">
<h1 className="text-4xl font-bold mb-4">Welcome to the UPDATED App</h1>
<p className="text-xl text-gray-600">
Start building your amazing project here!
</p>
</div>
<MadeWithDyad />
</div>
);
};
export default Index;
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论