Add support for horizontal scrolling of all columns for #188

This commit is contained in:
David Dworken
2024-03-23 18:00:36 -07:00
parent 1729d96a2e
commit 1cebd931c9
2 changed files with 17 additions and 4 deletions

View File

@@ -1792,6 +1792,8 @@ func testTui_scroll(t *testing.T) {
out = stripTuiCommandPrefix(t, out)
testutils.CompareGoldens(t, out, "TestTui-RightScrollTwo")
// TODO: Add a test here that shows all columns can be horizontally scrolled
// Assert there are no leaked connections
assertNoLeakedConnections(t)
}