summaryrefslogtreecommitdiffstats
path: root/pkg
diff options
context:
space:
mode:
authorStefan Haller <stefan@haller-berlin.de>2024-06-21 19:11:56 +0200
committerStefan Haller <stefan@haller-berlin.de>2024-06-23 12:40:31 +0200
commite2b4d9cff31de368ea88c131a8b7487de726c75a (patch)
tree4f7d90becba1fc5371eea39f8db7ecfd4cf5fc1e /pkg
parentb2c457366af6bfed1c52292b091b1fe1a8e52722 (diff)
Remove unneccesary test actions
Pressing enter in the patch building view does nothing.
Diffstat (limited to 'pkg')
-rw-r--r--pkg/integration/tests/patch_building/move_to_index_part_of_adjacent_added_lines.go1
-rw-r--r--pkg/integration/tests/patch_building/move_to_later_commit_partial_hunk.go1
-rw-r--r--pkg/integration/tests/patch_building/move_to_new_commit_partial_hunk.go1
3 files changed, 0 insertions, 3 deletions
diff --git a/pkg/integration/tests/patch_building/move_to_index_part_of_adjacent_added_lines.go b/pkg/integration/tests/patch_building/move_to_index_part_of_adjacent_added_lines.go
index b67140a2e..89d8c366a 100644
--- a/pkg/integration/tests/patch_building/move_to_index_part_of_adjacent_added_lines.go
+++ b/pkg/integration/tests/patch_building/move_to_index_part_of_adjacent_added_lines.go
@@ -40,7 +40,6 @@ var MoveToIndexPartOfAdjacentAddedLines = NewIntegrationTest(NewIntegrationTestA
t.Views().PatchBuilding().
IsFocused().
- PressEnter().
PressPrimaryAction()
t.Views().Information().Content(Contains("Building patch"))
diff --git a/pkg/integration/tests/patch_building/move_to_later_commit_partial_hunk.go b/pkg/integration/tests/patch_building/move_to_later_commit_partial_hunk.go
index 66ef430fd..9ec9efac7 100644
--- a/pkg/integration/tests/patch_building/move_to_later_commit_partial_hunk.go
+++ b/pkg/integration/tests/patch_building/move_to_later_commit_partial_hunk.go
@@ -40,7 +40,6 @@ var MoveToLaterCommitPartialHunk = NewIntegrationTest(NewIntegrationTestArgs{
t.Views().PatchBuilding().
IsFocused().
- PressEnter().
PressPrimaryAction().
PressEscape()
diff --git a/pkg/integration/tests/patch_building/move_to_new_commit_partial_hunk.go b/pkg/integration/tests/patch_building/move_to_new_commit_partial_hunk.go
index 62dfb1dec..6a86546c9 100644
--- a/pkg/integration/tests/patch_building/move_to_new_commit_partial_hunk.go
+++ b/pkg/integration/tests/patch_building/move_to_new_commit_partial_hunk.go
@@ -40,7 +40,6 @@ var MoveToNewCommitPartialHunk = NewIntegrationTest(NewIntegrationTestArgs{
t.Views().PatchBuilding().
IsFocused().
- PressEnter().
PressPrimaryAction()
t.Views().Information().Content(Contains("Building patch"))