mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-08-06 22:33:07 +02:00
Add selection assertions to cherry-pick tests
We are about to change the selection behavior when cherry-picking, and it's good to have tests that document in what way it changes in the next commit.
This commit is contained in:
@ -79,7 +79,7 @@ var CherryPickDuringRebase = NewIntegrationTest(NewIntegrationTestArgs{
|
||||
Contains("--- Pending rebase todos ---"),
|
||||
Contains("pick CI two"),
|
||||
Contains("--- Commits ---"),
|
||||
Contains(" CI three"),
|
||||
Contains(" CI three").IsSelected(),
|
||||
Contains(" CI one"),
|
||||
Contains(" CI base"),
|
||||
).
|
||||
@ -88,7 +88,7 @@ var CherryPickDuringRebase = NewIntegrationTest(NewIntegrationTestArgs{
|
||||
}).
|
||||
Lines(
|
||||
Contains("CI two"),
|
||||
Contains("CI three"),
|
||||
Contains("CI three").IsSelected(),
|
||||
Contains("CI one"),
|
||||
Contains("CI base"),
|
||||
)
|
||||
|
Reference in New Issue
Block a user