Merge pull request #5963 from jamessan/screen-expect-clarity

test: screen: Assert expected row count matches configured screen height
This commit is contained in:
James McCoy
2017-01-18 15:16:07 -05:00
committed by GitHub
2 changed files with 10 additions and 3 deletions

View File

@@ -562,11 +562,10 @@ describe('Screen', function()
]])
end)
-- FIXME this has some race conditions that cause it to fail periodically
pending('has minimum width/height values', function()
it('has minimum width/height values', function()
screen:try_resize(1, 1)
screen:expect([[
-- INS^ERT --|
{2:-- INS^ERT --}|
|
]])
feed('<esc>:ls')