mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-31 14:24:25 +03:00
Add assertion to show the problem
This commit is contained in:
@ -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"),
|
||||
).
|
||||
|
Reference in New Issue
Block a user