Ribosome.Test.Ui
Description
Assertions for Neovim UI elements
windowCountIs :: Monad m => Members [Rpc, Hedgehog m] r => Int -> Sem r () Source #
Assert the number of windows.
cursorIs :: Monad m => Members [Rpc, Hedgehog m] r => Int -> Int -> Window -> Sem r () Source #
Assert the cursor position in a window.
currentCursorIs :: Monad m => Members [Rpc, Hedgehog m] r => Int -> Int -> Sem r () Source #
Assert the cursor position in the current window.