Skip to content

Commit f7d6aad

Browse files
make this eval more atomic (#533)
1 parent e521645 commit f7d6aad

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

evals/tasks/allrecipes.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@ export const allrecipes: EvalFunction = async ({
1919
});
2020

2121
await stagehand.page.act({
22-
action: 'Search for "chocolate chip cookies" using the search bar',
22+
action: 'Type "chocolate chip cookies" in the search bar',
23+
});
24+
await stagehand.page.act({
25+
action: "hit enter",
2326
});
2427

2528
const recipeDetails = await stagehand.page.extract({

0 commit comments

Comments
 (0)