Skip to content

Commit 62c126e

Browse files
committed
codex: fix CI failure on PR #13679
1 parent a6e1506 commit 62c126e

2 files changed

Lines changed: 7 additions & 6 deletions

File tree

codex-rs/tui/src/chatwidget/snapshots/codex_tui__chatwidget__tests__subagent_panel_mounts_while_placeholder_active_cell_exists.snap

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
source: tui/src/chatwidget/tests.rs
33
expression: terminal.backend().vt100().screen().contents()
44
---
5-
╭──────────────────────────────────────────────
6-
>_ OpenAI Codex (v0.0.0)
7-
8-
model: loading /model to change
9-
directory: ~/code/codex-split//codex-rs/tui
10-
╰──────────────────────────────────────────────
5+
╭───────────────────────────────────────╮
6+
>_ OpenAI Codex (v0.0.0) │
7+
│ │
8+
model: loading /model to change
9+
directory: /repo/codex-rs/tui
10+
╰───────────────────────────────────────╯
1111

1212
Subagents (0sno subagents runningesc to interrupt)
1313
• [#1] [watchdog] watchdog-agent idlewatchdog idle

codex-rs/tui/src/chatwidget/tests.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2064,6 +2064,7 @@ async fn subagent_panel_is_not_flushed_into_transcript_history() {
20642064
#[tokio::test]
20652065
async fn subagent_panel_mounts_while_placeholder_active_cell_exists_snapshot() {
20662066
let (mut chat, _rx, _op_rx) = make_chatwidget_manual(None).await;
2067+
chat.config.cwd = PathBuf::from("/repo/codex-rs/tui");
20672068
chat.active_cell = Some(ChatWidget::placeholder_session_header_cell(
20682069
chat.config_ref(),
20692070
));

0 commit comments

Comments
 (0)