2025-11-22 08:17:29 +05:30
|
|
|
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
|
|
|
|
|
|
|
|
|
|
exports[`Notifications > renders init error 1`] = `
|
|
|
|
|
"╭──────────────────────────────────────────────────────────────────────────────────────────────────╮
|
|
|
|
|
│ Initialization Error: Something went wrong Please check API key and configuration. │
|
|
|
|
|
╰──────────────────────────────────────────────────────────────────────────────────────────────────╯
|
|
|
|
|
"
|
|
|
|
|
`;
|
|
|
|
|
|
2026-01-22 15:46:18 -05:00
|
|
|
exports[`Notifications > renders screen reader nudge when enabled and not seen (no legacy file) 1`] = `
|
2025-11-22 08:17:29 +05:30
|
|
|
"You are currently in screen reader-friendly view. To switch out, open
|
|
|
|
|
/mock/home/.gemini/settings.json and remove the entry for "screenReader". This will disappear on
|
2026-02-18 16:46:50 -08:00
|
|
|
next run.
|
|
|
|
|
"
|
2025-11-22 08:17:29 +05:30
|
|
|
`;
|
|
|
|
|
|
|
|
|
|
exports[`Notifications > renders update notification 1`] = `
|
|
|
|
|
"
|
|
|
|
|
╭──────────────────────────────────────────────────────────────────────────────────────────────────╮
|
|
|
|
|
│ Update available │
|
|
|
|
|
╰──────────────────────────────────────────────────────────────────────────────────────────────────╯
|
|
|
|
|
"
|
|
|
|
|
`;
|