mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-11 20:36:03 +02:00
Remove unneccesary test actions
Pressing enter in the patch building view does nothing.
This commit is contained in:
parent
b2c457366a
commit
e2b4d9cff3
3 changed files with 0 additions and 3 deletions
|
@ -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"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue