Skip to content

Commit f1c07b3

Browse files
committed
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 9f0b4d0 when we added section headers while filtering.
1 parent 389ff29 commit f1c07b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/integration/tests/filter_and_search/filter_menu.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ var FilterMenu = NewIntegrationTest(NewIntegrationTestArgs{
4848
Tap(func() {
4949
t.ExpectPopup().Menu().
5050
Title(Equals("Keybindings")).
51-
LineCount(GreaterThan(1))
51+
LineCount(GreaterThan(2))
5252
})
5353
},
5454
})

0 commit comments

Comments
 (0)