1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-28 16:02:01 +03:00

adjust test temporarily to unblock master

This commit is contained in:
Jesse Duffield
2022-10-02 20:34:14 -07:00
parent 5670c0a301
commit 8858f03606

View File

@ -55,9 +55,9 @@ var MenuFromCommand = NewIntegrationTest(NewIntegrationTestArgs{
assert.InMenu()
assert.MatchCurrentViewTitle(Equals("Choose commit message"))
assert.MatchSelectedLine(Equals("baz"))
assert.MatchSelectedLine(Equals("baz ")) // TODO: remove the trailing space
input.NextItem()
assert.MatchSelectedLine(Equals("bar"))
assert.MatchSelectedLine(Equals("bar ")) // TODO: remove the trailing space
input.Confirm()
assert.InPrompt()