Skip to content

Commit

Permalink
cherry-pick(#35059): chore: typo in prompt (#35061)
Browse files Browse the repository at this point in the history
  • Loading branch information
yury-s authored Mar 5, 2025
1 parent ef33c83 commit 12835d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/playwright/src/prompt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export async function attachErrorPrompts(testInfo: TestInfo, sourceCache: Map<st
'',
`- Following Playwright test failed.`,
`- Explain why, be concise, respect Playwright best practices.`,
`- Provide a snippet of code with the fix is possible.`,
`- Provide a snippet of code with the fix, if possible.`,
'',
`# Test info`,
'',
Expand Down

0 comments on commit 12835d6

Please sign in to comment.