···227227 if !strings.Contains(output, "Plan vacation itinerary") {
228228 t.Error("Second task not displayed")
229229 }
230230- // Should not show completed task by default
231230 if strings.Contains(output, "Fix authentication bug") {
232231 t.Error("Completed task should not be shown by default")
233232 }
-1
internal/ui/ui_test.go
···310310 withColor(t, func(r *lipgloss.Renderer) {
311311 logo := Colossal
312312 viewport := logo.ColoredInViewport(r)
313313- t.Logf("viewport output:\n%s", viewport)
314313315314 if viewport == "" {
316315 t.Fatal("viewport is empty")