mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-08-06 11:02:41 +03:00
Remove unneccesary test actions
Pressing enter in the patch building view does nothing.
This commit is contained in:
@@ -40,7 +40,6 @@ var MoveToIndexPartOfAdjacentAddedLines = NewIntegrationTest(NewIntegrationTestA
|
||||
|
||||
t.Views().PatchBuilding().
|
||||
IsFocused().
|
||||
PressEnter().
|
||||
PressPrimaryAction()
|
||||
|
||||
t.Views().Information().Content(Contains("Building patch"))
|
||||
|
@@ -40,7 +40,6 @@ var MoveToLaterCommitPartialHunk = NewIntegrationTest(NewIntegrationTestArgs{
|
||||
|
||||
t.Views().PatchBuilding().
|
||||
IsFocused().
|
||||
PressEnter().
|
||||
PressPrimaryAction().
|
||||
PressEscape()
|
||||
|
||||
|
@@ -40,7 +40,6 @@ var MoveToNewCommitPartialHunk = NewIntegrationTest(NewIntegrationTestArgs{
|
||||
|
||||
t.Views().PatchBuilding().
|
||||
IsFocused().
|
||||
PressEnter().
|
||||
PressPrimaryAction()
|
||||
|
||||
t.Views().Information().Content(Contains("Building patch"))
|
||||
|
Reference in New Issue
Block a user