Unverified 提交 35a308e7 authored 作者: Will Chen's avatar Will Chen 提交者: GitHub

Rebaseline fix error e2e test (#2363)

<!-- devin-review-badge-begin --> --- <a href="https://app.devin.ai/review/dyad-sh/dyad/pull/2363"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://static.devin.ai/assets/gh-open-in-devin-review-dark.svg?v=1"> <img src="https://static.devin.ai/assets/gh-open-in-devin-review-light.svg?v=1" alt="Open with Devin"> </picture> </a> <!-- devin-review-badge-end -->
上级 da16a66d
...@@ -2,18 +2,43 @@ ...@@ -2,18 +2,43 @@
- paragraph: I will intentionally add an error - paragraph: I will intentionally add an error
- img - img
- text: Index.tsx - text: Index.tsx
- button "Edit":
- img
- img - img
- text: "src/pages/Index.tsx Summary: intentionally add an error" - text: "src/pages/Index.tsx Summary: intentionally add an error"
- button:
- img
- img - img
- text: Approved - text: Approved
- paragraph: "/Fix error: Error Line 6 error Stack trace: Index \\(http:\\/\\/localhost:\\d+\\/src\\/pages\\/Index\\.tsx:6:6\\)/" - img
- text: test-model
- img
- text: less than a minute ago
- img
- text: wrote 1 file(s)
- paragraph:
- text: "Fix error: Error Line 6 error Stack trace: Index ("
- link /http:\/\/localhost:\d+\/src\/pages\/Index\.tsx:6:6/:
- /url: /http:\/\/localhost:\d+\/src\/pages\/Index\.tsx:6:6/
- text: )
- text: plaintext
- code: Fixing the error... - code: Fixing the error...
- img - img
- text: Index.tsx - text: Index.tsx
- button "Edit":
- img
- img - img
- text: src/pages/Index.tsx - text: src/pages/Index.tsx
- button:
- img
- img - img
- text: Approved - text: Approved
- img
- text: test-model
- img
- text: less than a minute ago
- img
- text: wrote 1 file(s)
- button "Undo": - button "Undo":
- img - img
- button "Retry": - button "Retry":
......
module.exports = { module.exports = {
"**/*.{ts,tsx}": () => "npm run ts", "**/*.{ts,tsx}": () => "npm run ts",
"**/*.{js,mjs,cjs,jsx,ts,mts,cts,tsx,vue,astro,svelte}": "oxlint", "**/*.{js,mjs,cjs,jsx,ts,mts,cts,tsx,vue,astro,svelte}": "oxlint",
"*.{js,css,md,ts,tsx,jsx,json,yml,yaml}": "oxfmt", "*.{js,css,md,ts,tsx,jsx,json,yml,yaml,txt}": "oxfmt",
}; };
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论