Skip to content

Commit 51226bb

Browse files
author
SentienceDEV
committed
fix tests
1 parent 39727db commit 51226bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/unit/test_planner_executor_checkout_continuation.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,7 @@ def test_type_action_specifies_input_element(self) -> None:
298298
intent=None,
299299
compact_context="100|textbox|Search|500|1|0|-|0|\n200|button|Submit|300|1|0|-|0|",
300300
input_text="laptop",
301+
action_type="TYPE_AND_SUBMIT", # Must specify action_type to get TYPE prompt
301302
)
302303

303304
# System prompt should mention INPUT element explicitly

0 commit comments

Comments
 (0)