diff options
author | ZyX <kp-pav@yandex.ru> | 2017-07-26 13:02:45 +0300 |
---|---|---|
committer | ZyX <kp-pav@yandex.ru> | 2017-07-26 13:02:45 +0300 |
commit | 1ba21b4a31ea5853673ba3d1baae3e862c1ef04a (patch) | |
tree | 2cd9ec6e69b82bcf339682de37507609b15753bc /test/functional/eval/input_spec.lua | |
parent | d23c0de0c17a665cf4aff3bf4772a08453c6f1dd (diff) | |
download | rneovim-1ba21b4a31ea5853673ba3d1baae3e862c1ef04a.tar.gz rneovim-1ba21b4a31ea5853673ba3d1baae3e862c1ef04a.tar.bz2 rneovim-1ba21b4a31ea5853673ba3d1baae3e862c1ef04a.zip |
functests: Remove unneeded wait()s
Diffstat (limited to 'test/functional/eval/input_spec.lua')
-rw-r--r-- | test/functional/eval/input_spec.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/functional/eval/input_spec.lua b/test/functional/eval/input_spec.lua index 5b259d5440..0571043efe 100644 --- a/test/functional/eval/input_spec.lua +++ b/test/functional/eval/input_spec.lua @@ -232,7 +232,6 @@ describe('input()', function() feed([[:call input({"highlight": "RainBowParens"})<CR>]]) wait() feed('(())') - wait() screen:expect([[ {EOB:~ }| {EOB:~ }| @@ -412,7 +411,6 @@ describe('inputdialog()', function() feed([[:call inputdialog({"highlight": "RainBowParens"})<CR>]]) wait() feed('(())') - wait() screen:expect([[ {EOB:~ }| {EOB:~ }| |