test(tui): normalize startup handoff snapshot paths

This commit is contained in:
Felipe Coury
2026-05-30 16:49:33 -03:00
parent d6f18dbd20
commit 75ddb29f15

View File

@@ -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:?}"),