Add support for horizontal scrolling of all columns for #188 (#195)

This commit is contained in:
David Dworken
2024-03-26 11:40:25 -07:00
committed by GitHub
parent 674b3fb6e4
commit 9ae99ea9d2
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)
}