Skip to content

Commit 64815ce

Browse files
Update src/tools/generate-tests.ts
Co-authored-by: Copilot <[email protected]>
1 parent 778a3ed commit 64815ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/generate-tests.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export default function generateTest(server: FastMCP): void {
2121
'- Only after all steps are completed, emit a Appium test based on message history',
2222
'- Save generated test file in the tests directory',
2323
`- Use generate://code-with-locators resource as reference for code generation`,
24-
`- Alaways call find_element_tool to retrieve the element UUID before interacting with the element`,
24+
`- Always call find_element_tool to retrieve the element UUID before interacting with the element`,
2525
`Steps:`,
2626
...params.steps.map((step, index) => `- ${index + 1}. ${step}`),
2727
].join('\n');

0 commit comments

Comments
 (0)