summaryrefslogtreecommitdiffstats
path: root/pkg/integration/tests/commit/preserve_commit_message.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/integration/tests/commit/preserve_commit_message.go')
-rw-r--r--pkg/integration/tests/commit/preserve_commit_message.go8
1 files changed, 0 insertions, 8 deletions
diff --git a/pkg/integration/tests/commit/preserve_commit_message.go b/pkg/integration/tests/commit/preserve_commit_message.go
index 5a580e854..e9297ab76 100644
--- a/pkg/integration/tests/commit/preserve_commit_message.go
+++ b/pkg/integration/tests/commit/preserve_commit_message.go
@@ -32,17 +32,9 @@ var PreserveCommitMessage = NewIntegrationTest(NewIntegrationTestArgs{
IsFocused().
Press(keys.Files.CommitChanges)
- /* EXPECTED:
t.ExpectPopup().CommitMessagePanel().
Content(Equals("my commit message")).
SwitchToDescription().
Content(Equals("first paragraph\n\nsecond paragraph"))
-
- ACTUAL:
- */
- t.ExpectPopup().CommitMessagePanel().
- Content(Equals("my commit message\nfirst paragraph")).
- SwitchToDescription().
- Content(Equals("second paragraph"))
},
})