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

Add tests for preserving the selection when pressing 'i'

Preserving the selection for a non-range selection already works as expected;
however, the test for a selection range shows an undesired behavior.
This commit is contained in:
Stefan Haller
2024-01-24 08:28:04 +01:00
parent f226a277bf
commit d28a2ec059
3 changed files with 110 additions and 0 deletions

View File

@@ -172,6 +172,8 @@ var tests = []*components.IntegrationTest{
interactive_rebase.OutsideRebaseRangeSelect,
interactive_rebase.PickRescheduled,
interactive_rebase.QuickStart,
interactive_rebase.QuickStartKeepSelection,
interactive_rebase.QuickStartKeepSelectionRange,
interactive_rebase.Rebase,
interactive_rebase.RewordCommitWithEditorAndFail,
interactive_rebase.RewordFirstCommit,