mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-24 04:52:43 -07:00
test(cli): adjust InputPrompt mouse tests for new padding
This commit is contained in:
@@ -3340,28 +3340,28 @@ describe('InputPrompt', () => {
|
||||
name: 'first line, first char',
|
||||
relX: 0,
|
||||
relY: 0,
|
||||
mouseCol: 6,
|
||||
mouseCol: 8,
|
||||
mouseRow: 2,
|
||||
},
|
||||
{
|
||||
name: 'first line, middle char',
|
||||
relX: 6,
|
||||
relY: 0,
|
||||
mouseCol: 12,
|
||||
mouseCol: 14,
|
||||
mouseRow: 2,
|
||||
},
|
||||
{
|
||||
name: 'second line, first char',
|
||||
relX: 0,
|
||||
relY: 1,
|
||||
mouseCol: 6,
|
||||
mouseCol: 8,
|
||||
mouseRow: 3,
|
||||
},
|
||||
{
|
||||
name: 'second line, end char',
|
||||
relX: 5,
|
||||
relY: 1,
|
||||
mouseCol: 11,
|
||||
mouseCol: 13,
|
||||
mouseRow: 3,
|
||||
},
|
||||
])(
|
||||
|
||||
Reference in New Issue
Block a user