Skip to content

Commit

Permalink
Update log spec to open fold so we can get the text properly
Browse files Browse the repository at this point in the history
  • Loading branch information
CKolkey committed Nov 22, 2023
1 parent 4d6eee6 commit 209d60e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/specs/neogit/popups/log_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ describe("log popup", function()
act("l=n<C-u>1<CR>l")
operations.wait("log_current")
vim.fn.feedkeys("G", "x")
vim.fn.feedkeys("zo", "x")
eq("e2c2a1c * master origin/second-branch b.txt", vim.api.nvim_get_current_line())
end)
)
Expand Down

0 comments on commit 209d60e

Please sign in to comment.