mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-03 00:14:28 -07:00
1832f7b90a
Co-authored-by: Christian Gunderman <gundermanc@google.com>
138 lines
2.8 KiB
Plaintext
138 lines
2.8 KiB
Plaintext
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
|
|
|
|
exports[`App > Snapshots > renders default layout correctly 1`] = `
|
|
"MainContent
|
|
Notifications
|
|
Composer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
"
|
|
`;
|
|
|
|
exports[`App > Snapshots > renders screen reader layout correctly 1`] = `
|
|
"Notifications
|
|
Footer
|
|
MainContent
|
|
Composer"
|
|
`;
|
|
|
|
exports[`App > Snapshots > renders with dialogs visible 1`] = `
|
|
"MainContent
|
|
Notifications
|
|
DialogManager
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
"
|
|
`;
|
|
|
|
exports[`App > should render ToolConfirmationQueue along with Composer when tool is confirming and experiment is on 1`] = `
|
|
"MainContent
|
|
Notifications
|
|
╭──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
|
|
│ Action Required 1 of 1 │
|
|
│ │
|
|
│ ? ls list directory │
|
|
│ │
|
|
│ ls │
|
|
│ │
|
|
│ Allow execution of: 'ls'? │
|
|
│ │
|
|
│ ● 1. Allow once │
|
|
│ 2. Allow for this session │
|
|
│ 3. No, suggest changes (esc) │
|
|
│ │
|
|
╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
|
|
Composer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
"
|
|
`;
|