summaryrefslogtreecommitdiffstats
path: root/pkg/integration/tests/test_list.go
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2023-07-22 13:17:46 +1000
committerGitHub <noreply@github.com>2023-07-22 13:17:46 +1000
commitb284970bac62364c2cccf6a2408d4584ae93056d (patch)
treed005e5fb2cd1331131fde2da3a5d981446f7e1b4 /pkg/integration/tests/test_list.go
parent084c0a19bcb72db7108e692d186e5b6c64440ed4 (diff)
parentb46623ebef3c897e0bb20bd4dcdd0832b349f2af (diff)
Use fuzzy search when filtering a view (#2808)
Diffstat (limited to 'pkg/integration/tests/test_list.go')
-rw-r--r--pkg/integration/tests/test_list.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/integration/tests/test_list.go b/pkg/integration/tests/test_list.go
index 5eab827b7..aa43dd2c1 100644
--- a/pkg/integration/tests/test_list.go
+++ b/pkg/integration/tests/test_list.go
@@ -98,6 +98,7 @@ var tests = []*components.IntegrationTest{
file.RememberCommitMessageAfterFail,
filter_and_search.FilterCommitFiles,
filter_and_search.FilterFiles,
+ filter_and_search.FilterFuzzy,
filter_and_search.FilterMenu,
filter_and_search.FilterRemoteBranches,
filter_and_search.NestedFilter,