1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-08-07 22:02:56 +03:00

Add test demonstrating the problem

When filtering to show only tracked files, pressing `a` would also stage
untracked files, which is confusing and undesired.
This commit is contained in:
Stefan Haller
2025-07-28 14:02:57 +02:00
parent 79da2ca3af
commit 8cc49e3be5
2 changed files with 58 additions and 0 deletions

View File

@@ -229,6 +229,7 @@ var tests = []*components.IntegrationTest{
filter_and_search.NestedFilter,
filter_and_search.NestedFilterTransient,
filter_and_search.NewSearch,
filter_and_search.StageAllStagesOnlyTrackedFilesInTrackedOnlyFilter,
filter_and_search.StagingFolderStagesOnlyTrackedFilesInTrackedOnlyFilter,
filter_by_author.SelectAuthor,
filter_by_author.TypeAuthor,