From 896f498a0678f2b8bb684751cf9e4b0b71cbd25f Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 27 Feb 2026 17:01:38 +0200 Subject: dashboard: align stream row test with footer visibility --- internal/tui/dashboard/model_test.go | 1 + 1 file changed, 1 insertion(+) (limited to 'internal') diff --git a/internal/tui/dashboard/model_test.go b/internal/tui/dashboard/model_test.go index 931fcff..0b269b1 100644 --- a/internal/tui/dashboard/model_test.go +++ b/internal/tui/dashboard/model_test.go @@ -193,6 +193,7 @@ func TestStreamPausedSupportsJKArrowsAndPageKeys(t *testing.T) { m := NewModelWithConfig(nil, rb, 250, common.DefaultKeyMap()) m.activeTab = TabStream + m.showHelp = true next, _ := m.Update(tea.WindowSizeMsg{Width: 120, Height: 30}) m = next.(Model) -- cgit v1.2.3