Skip to content

Commit f35a7bc

Browse files
authored
chore: typo in prompt (#35059)
1 parent 1423d0f commit f35a7bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/playwright/src/prompt.ts

Lines changed: 1 addition & 1 deletion
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)