Skip to content

Commit 12835d6

Browse files
authored
cherry-pick(#35059): chore: typo in prompt (#35061)
1 parent ef33c83 commit 12835d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/playwright/src/prompt.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export async function attachErrorPrompts(testInfo: TestInfo, sourceCache: Map<st
4141
'',
4242
`- Following Playwright test failed.`,
4343
`- Explain why, be concise, respect Playwright best practices.`,
44-
`- Provide a snippet of code with the fix is possible.`,
44+
`- Provide a snippet of code with the fix, if possible.`,
4545
'',
4646
`# Test info`,
4747
'',

0 commit comments

Comments
 (0)