mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-12 12:54:07 -07:00
test(cli): update snapshots for thinking UI overhaul
This commit is contained in:
@@ -35,7 +35,7 @@ Footer
|
|||||||
`;
|
`;
|
||||||
|
|
||||||
exports[`Composer > Snapshots > matches snapshot while streaming 1`] = `
|
exports[`Composer > Snapshots > matches snapshot while streaming 1`] = `
|
||||||
" LoadingIndicator: Thinking
|
" LoadingIndicator: Thinking ShortcutsHint
|
||||||
────────────────────────────────────────────────────────────────────────────────────────────────────
|
────────────────────────────────────────────────────────────────────────────────────────────────────
|
||||||
ApprovalModeIndicator
|
ApprovalModeIndicator
|
||||||
InputPrompt: Type your message or @path/to/file
|
InputPrompt: Type your message or @path/to/file
|
||||||
|
|||||||
@@ -112,7 +112,7 @@ exports[`<HistoryItemDisplay /> > gemini items (alternateBuffer=false) > should
|
|||||||
|
|
||||||
exports[`<HistoryItemDisplay /> > gemini items (alternateBuffer=false) > should render a truncated gemini item 1`] = `
|
exports[`<HistoryItemDisplay /> > gemini items (alternateBuffer=false) > should render a truncated gemini item 1`] = `
|
||||||
"✦ Example code block:
|
"✦ Example code block:
|
||||||
... 42 hidden (Ctrl+O) ...
|
... first 42 lines hidden ...
|
||||||
43 Line 43
|
43 Line 43
|
||||||
44 Line 44
|
44 Line 44
|
||||||
45 Line 45
|
45 Line 45
|
||||||
@@ -126,7 +126,7 @@ exports[`<HistoryItemDisplay /> > gemini items (alternateBuffer=false) > should
|
|||||||
|
|
||||||
exports[`<HistoryItemDisplay /> > gemini items (alternateBuffer=false) > should render a truncated gemini_content item 1`] = `
|
exports[`<HistoryItemDisplay /> > gemini items (alternateBuffer=false) > should render a truncated gemini_content item 1`] = `
|
||||||
" Example code block:
|
" Example code block:
|
||||||
... 42 hidden (Ctrl+O) ...
|
... first 42 lines hidden ...
|
||||||
43 Line 43
|
43 Line 43
|
||||||
44 Line 44
|
44 Line 44
|
||||||
45 Line 45
|
45 Line 45
|
||||||
@@ -389,7 +389,8 @@ exports[`<HistoryItemDisplay /> > renders InfoMessage for "info" type with multi
|
|||||||
`;
|
`;
|
||||||
|
|
||||||
exports[`<HistoryItemDisplay /> > thinking items > renders thinking item when enabled 1`] = `
|
exports[`<HistoryItemDisplay /> > thinking items > renders thinking item when enabled 1`] = `
|
||||||
" Thinking
|
" │
|
||||||
│ test
|
│ Thinking
|
||||||
|
│ test
|
||||||
"
|
"
|
||||||
`;
|
`;
|
||||||
|
|||||||
Reference in New Issue
Block a user