We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5670c0a commit 8858f03Copy full SHA for 8858f03
pkg/integration/tests/custom_commands/menu_from_command.go
@@ -55,9 +55,9 @@ var MenuFromCommand = NewIntegrationTest(NewIntegrationTestArgs{
55
56
assert.InMenu()
57
assert.MatchCurrentViewTitle(Equals("Choose commit message"))
58
- assert.MatchSelectedLine(Equals("baz"))
+ assert.MatchSelectedLine(Equals("baz ")) // TODO: remove the trailing space
59
input.NextItem()
60
- assert.MatchSelectedLine(Equals("bar"))
+ assert.MatchSelectedLine(Equals("bar ")) // TODO: remove the trailing space
61
input.Confirm()
62
63
assert.InPrompt()
0 commit comments