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:
@@ -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,
|
||||
|
Reference in New Issue
Block a user