patch 8.2.0217: terminal test fails on Mac
Problem: Terminal test fails on Mac.
Solution: Add a short wait.
diff --git a/src/testdir/test_terminal.vim b/src/testdir/test_terminal.vim
index c028c69..605ac06 100644
--- a/src/testdir/test_terminal.vim
+++ b/src/testdir/test_terminal.vim
@@ -2362,6 +2362,7 @@
call term_sendkeys(buf, "\<C-W>:call HidePopup()\<CR>")
call VerifyScreenDump(buf, 'Test_terminal_popup_4', {})
call term_sendkeys(buf, "\<CR>")
+ call term_wait(buf, 50)
call term_sendkeys(buf, ":q\<CR>")
call term_wait(buf, 100) " wait for terminal to vanish