diff options
Diffstat (limited to 'packages/cli/src/ui/App.test.tsx')
| -rw-r--r-- | packages/cli/src/ui/App.test.tsx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/cli/src/ui/App.test.tsx b/packages/cli/src/ui/App.test.tsx index 3636823b..c797b778 100644 --- a/packages/cli/src/ui/App.test.tsx +++ b/packages/cli/src/ui/App.test.tsx @@ -528,7 +528,7 @@ describe('App UI', () => { ); currentUnmount = unmount; await Promise.resolve(); - expect(lastFrame()).toContain('1 open file (ctrl+e to view)'); + expect(lastFrame()).toContain('1 open file (ctrl+g to view)'); }); it('should not display any files when not available', async () => { @@ -583,7 +583,7 @@ describe('App UI', () => { ); currentUnmount = unmount; await Promise.resolve(); - expect(lastFrame()).toContain('3 open files (ctrl+e to view)'); + expect(lastFrame()).toContain('3 open files (ctrl+g to view)'); }); it('should display active file and other context', async () => { @@ -612,7 +612,7 @@ describe('App UI', () => { currentUnmount = unmount; await Promise.resolve(); expect(lastFrame()).toContain( - 'Using: 1 open file (ctrl+e to view) | 1 GEMINI.md file', + 'Using: 1 open file (ctrl+g to view) | 1 GEMINI.md file', ); }); |
