mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-13 17:16:23 -04:00
Add assertion to show the problem
This commit is contained in:
parent
fc6008fdff
commit
93d19db158
|
|
@ -44,7 +44,7 @@ var DropTodoCommitWithUpdateRef = NewIntegrationTest(NewIntegrationTestArgs{
|
|||
Contains("pick").Contains("CI commit 05"),
|
||||
Contains("update-ref").Contains("branch1").DoesNotContain("*"),
|
||||
Contains("pick").Contains("CI * commit 04"),
|
||||
Contains("pick").Contains("CI commit 03"),
|
||||
Contains("pick").Contains("CI commit 03").IsSelected(), // wrong line selected
|
||||
Contains("<-- YOU ARE HERE --- commit 02"),
|
||||
Contains("CI commit 01"),
|
||||
).
|
||||
|
|
|
|||
Loading…
Reference in a new issue