summaryrefslogtreecommitdiffstats
path: root/pkg/integration/tests/filter_and_search/filter_menu.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/integration/tests/filter_and_search/filter_menu.go')
-rw-r--r--pkg/integration/tests/filter_and_search/filter_menu.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/integration/tests/filter_and_search/filter_menu.go b/pkg/integration/tests/filter_and_search/filter_menu.go
index 70c8244f8..59c47fb71 100644
--- a/pkg/integration/tests/filter_and_search/filter_menu.go
+++ b/pkg/integration/tests/filter_and_search/filter_menu.go
@@ -26,6 +26,7 @@ var FilterMenu = NewIntegrationTest(NewIntegrationTestArgs{
Filter("Ignore").
Lines(
// menu has filtered down to the one item that matches the filter
+ Contains(`--- Local ---`),
Contains(`Ignore`).IsSelected(),
).
Confirm()