Fix reasoning effort title (#4694)

This commit is contained in:
dedrisian-oai
2025-10-03 16:17:30 -07:00
committed by GitHub
parent 1b4a79f03c
commit fae0e6c52c
3 changed files with 5 additions and 5 deletions

View File

@@ -1046,7 +1046,7 @@ fn reasoning_popup_escape_returns_to_model_popup() {
chat.handle_key_event(KeyEvent::new(KeyCode::Esc, KeyModifiers::NONE));
let after_escape = render_bottom_popup(&chat, 80);
assert!(after_escape.contains("Select Model"));
assert!(after_escape.contains("Select Model and Effort"));
assert!(!after_escape.contains("Select Reasoning Level"));
}