mirror of
https://github.com/openai/codex.git
synced 2026-09-06 15:29:32 +00:00
test(tui): normalize startup handoff snapshot paths
This commit is contained in:
@@ -1648,7 +1648,7 @@ async fn startup_header_handoff_visible_states_snapshot() {
|
||||
Ok(AppEvent::InsertHistoryCell(cell))
|
||||
if cell.as_any().is::<history_cell::SessionInfoCell>() =>
|
||||
{
|
||||
break lines_to_single_string(&cell.display_lines(width));
|
||||
break normalize_snapshot_paths(lines_to_single_string(&cell.display_lines(width)));
|
||||
}
|
||||
Ok(_) => continue,
|
||||
other => panic!("expected queued configured header, got {other:?}"),
|
||||
|
||||
Reference in New Issue
Block a user