Fix tui test that still wanted to use shortcuts

This commit is contained in:
Yiorgis Gozadinos 2026-01-26 14:24:40 +02:00
parent 276e86a033
commit 7835509213
No known key found for this signature in database

View file

@ -270,8 +270,8 @@ async def test_clear_chat_resets_session(temp_db_path: Path):
assert app.session_state is not None
original_session_id = app.session_state.session_id
# Clear chat
await pilot.press("ctrl+l")
# Clear chat via action (available through command palette)
await app.action_clear_chat()
await pilot.pause()
# Verify messages cleared