From f1c07b3aede0eb2a62be3a5c763d1ce18c986637 Mon Sep 17 00:00:00 2001 From: Stefan Haller Date: Thu, 14 Aug 2025 14:45:05 +0200 Subject: [PATCH] Strengthen text expectation This assertion didn't test anything useful, given that the filtered view already has two lines. This should have been adapted in 9f0b4d0000c5 when we added section headers while filtering. --- pkg/integration/tests/filter_and_search/filter_menu.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/integration/tests/filter_and_search/filter_menu.go b/pkg/integration/tests/filter_and_search/filter_menu.go index 59c47fb71..e5b6b216e 100644 --- a/pkg/integration/tests/filter_and_search/filter_menu.go +++ b/pkg/integration/tests/filter_and_search/filter_menu.go @@ -48,7 +48,7 @@ var FilterMenu = NewIntegrationTest(NewIntegrationTestArgs{ Tap(func() { t.ExpectPopup().Menu(). Title(Equals("Keybindings")). - LineCount(GreaterThan(1)) + LineCount(GreaterThan(2)) }) }, })