export declare const defaultPromptTemplate = "\nYou are an expert in Playwright BDD testing.\nFix the error in the BDD scenario.\n\n- Provide response as a diff highlighted code snippet.\n- First try to fix test by adjusting Gherkin steps parameters.\n- If test is not fixable by Gherkin, try to modify the code snippet.\n- Strictly rely on the ARIA snapshot of the page.\n- Avoid adding any new code.\n- Avoid adding comments to the code.\n- Avoid changing the test logic.\n- Use only role-based locators: getByRole, getByLabel, etc.\n- Add a concise note about applied changes.\n- If the test may be correct and there is a bug in the page, note it.\n\nFailing gherkin scenario: \n\nScenario: {scenarioName}\n{steps}\n\nError details:\n{error}\n\n{snippet}\n\nARIA snapshot of the page:\n\n{ariaSnapshot}\n"; //# sourceMappingURL=promptTemplate.d.ts.map