Skip to content

Commit e2b4d9c

Browse files
committed
Remove unneccesary test actions
Pressing enter in the patch building view does nothing.
1 parent b2c4573 commit e2b4d9c

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

pkg/integration/tests/patch_building/move_to_index_part_of_adjacent_added_lines.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ var MoveToIndexPartOfAdjacentAddedLines = NewIntegrationTest(NewIntegrationTestA
4040

4141
t.Views().PatchBuilding().
4242
IsFocused().
43-
PressEnter().
4443
PressPrimaryAction()
4544

4645
t.Views().Information().Content(Contains("Building patch"))

pkg/integration/tests/patch_building/move_to_later_commit_partial_hunk.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ var MoveToLaterCommitPartialHunk = NewIntegrationTest(NewIntegrationTestArgs{
4040

4141
t.Views().PatchBuilding().
4242
IsFocused().
43-
PressEnter().
4443
PressPrimaryAction().
4544
PressEscape()
4645

pkg/integration/tests/patch_building/move_to_new_commit_partial_hunk.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ var MoveToNewCommitPartialHunk = NewIntegrationTest(NewIntegrationTestArgs{
4040

4141
t.Views().PatchBuilding().
4242
IsFocused().
43-
PressEnter().
4443
PressPrimaryAction()
4544

4645
t.Views().Information().Content(Contains("Building patch"))

0 commit comments

Comments
 (0)