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