summaryrefslogtreecommitdiffstats
path: root/pkg/integration/tests/filter_and_search
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/integration/tests/filter_and_search')
-rw-r--r--pkg/integration/tests/filter_and_search/filter_menu.go1
-rw-r--r--pkg/integration/tests/filter_and_search/filter_menu_cancel_filter_with_escape.go1
2 files changed, 2 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()
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(),
)