diff options
| author | Paul Buetow <paul@buetow.org> | 2026-02-27 17:01:38 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-02-27 17:01:38 +0200 |
| commit | 896f498a0678f2b8bb684751cf9e4b0b71cbd25f (patch) | |
| tree | 3e1b9dc533169c59661535250a1658a41dffd376 /internal/tui | |
| parent | 17e2f547e47ef628e17712045e2f5737244dae76 (diff) | |
dashboard: align stream row test with footer visibility
Diffstat (limited to 'internal/tui')
| -rw-r--r-- | internal/tui/dashboard/model_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
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) |
