We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8772e8f commit 83e4080Copy full SHA for 83e4080
2 files changed
tests/actions_spec.lua
@@ -141,6 +141,7 @@ T["actions"]["vimcmd"] = new_set({
141
__expect_lines = true,
142
__after_open = function()
143
child.wait_until(function() return child.lua_get([[_G._fzf_load_called]]) == true end)
144
+ if helpers.IS_WIN() then vim.uv.sleep(250) end
145
end,
146
no_esc = true,
147
search = [[Copyright \(c\) -- LICENSE]],
tests/win_spec.lua
@@ -275,6 +275,7 @@ T["win"]["toggle"][""] = new_set(
275
__screen_opts = screen_opts,
276
winopts = { preview = { hidden = true, delay = 0 } },
277
278
+ child.wait_until(function() return child.lua_get([[_G._fzf_load_called]]) == true end)
279
if helpers.IS_WIN() then vim.uv.sleep(250) end
280
281
}
0 commit comments