comparison src/testdir/test_terminal.vim @ 19318:673a95ef80af v8.2.0217

patch 8.2.0217: terminal test fails on Mac Commit: https://github.com/vim/vim/commit/adbc11c2ee828fcc9d79c7d3c0c968c68657e3d1 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Feb 5 22:21:08 2020 +0100 patch 8.2.0217: terminal test fails on Mac Problem: Terminal test fails on Mac. Solution: Add a short wait.
author Bram Moolenaar <Bram@vim.org>
date Wed, 05 Feb 2020 22:30:04 +0100
parents 18fc30542bf5
children 00d52ef425a4
comparison
equal deleted inserted replaced
19317:9e3e434881e6 19318:673a95ef80af
2360 call VerifyScreenDump(buf, 'Test_terminal_popup_3', {}) 2360 call VerifyScreenDump(buf, 'Test_terminal_popup_3', {})
2361 2361
2362 call term_sendkeys(buf, "\<C-W>:call HidePopup()\<CR>") 2362 call term_sendkeys(buf, "\<C-W>:call HidePopup()\<CR>")
2363 call VerifyScreenDump(buf, 'Test_terminal_popup_4', {}) 2363 call VerifyScreenDump(buf, 'Test_terminal_popup_4', {})
2364 call term_sendkeys(buf, "\<CR>") 2364 call term_sendkeys(buf, "\<CR>")
2365 call term_wait(buf, 50)
2365 2366
2366 call term_sendkeys(buf, ":q\<CR>") 2367 call term_sendkeys(buf, ":q\<CR>")
2367 call term_wait(buf, 100) " wait for terminal to vanish 2368 call term_wait(buf, 100) " wait for terminal to vanish
2368 2369
2369 call StopVimInTerminal(buf) 2370 call StopVimInTerminal(buf)