mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-01 23:44:15 -07:00
Ctrl-O (#17617)
This commit is contained in:
@@ -48,7 +48,7 @@ describe('ShowMoreLines', () => {
|
||||
} as NonNullable<ReturnType<typeof useOverflowState>>);
|
||||
mockUseStreamingContext.mockReturnValue(streamingState);
|
||||
const { lastFrame } = render(<ShowMoreLines constrainHeight={true} />);
|
||||
expect(lastFrame()).toContain('Press ctrl-s to show more lines');
|
||||
expect(lastFrame()).toContain('Press ctrl-o to show more lines');
|
||||
},
|
||||
);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user