fix(test): fix "indeterminism" warnings in UI tests

This commit is contained in:
bfredl
2023-09-20 21:51:57 +02:00
parent 1b55f51d0d
commit 380b634ac9

View File

@@ -1275,6 +1275,7 @@ describe('cmdheight=0', function()
it('with multigrid', function() it('with multigrid', function()
clear{args={'--cmd', 'set cmdheight=0'}} clear{args={'--cmd', 'set cmdheight=0'}}
screen:attach{ext_multigrid=true} screen:attach{ext_multigrid=true}
meths.buf_set_lines(0, 0, -1, true, {'p'})
screen:expect{grid=[[ screen:expect{grid=[[
## grid 1 ## grid 1
[2:-------------------------]| [2:-------------------------]|
@@ -1283,7 +1284,7 @@ describe('cmdheight=0', function()
[2:-------------------------]| [2:-------------------------]|
[2:-------------------------]| [2:-------------------------]|
## grid 2 ## grid 2
^ | ^p |
{1:~ }| {1:~ }|
{1:~ }| {1:~ }|
{1:~ }| {1:~ }|
@@ -1302,7 +1303,7 @@ describe('cmdheight=0', function()
[2:-------------------------]| [2:-------------------------]|
[3:-------------------------]| [3:-------------------------]|
## grid 2 ## grid 2
| {6:p} |
{1:~ }| {1:~ }|
{1:~ }| {1:~ }|
{1:~ }| {1:~ }|
@@ -1427,7 +1428,21 @@ describe('cmdheight=0', function()
| |
]]) ]])
command('set cmdheight=0') command('set cmdheight=0')
screen:expect{grid=[[
^ |
{1:~ }|
{1:~ }|
{1:~ }|
{2:[No Name] }|
]]}
command('resize -1') command('resize -1')
screen:expect{grid=[[
^ |
{1:~ }|
{1:~ }|
{2:[No Name] }|
|
]]}
command('resize +1') command('resize +1')
screen:expect([[ screen:expect([[
^ | ^ |