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