mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-11 16:16:28 -04:00
Fix cherrypick demo
Cherrypick selections are now cleared after pasting (#3240), so the demo needs a tiny change to reflect that.
This commit is contained in:
parent
607034a61e
commit
fdc54b7455
|
|
@ -81,11 +81,6 @@ var CherryPick = NewIntegrationTest(NewIntegrationTestArgs{
|
|||
Contains("Integrate support for markdown in user posts"),
|
||||
Contains("Fix bug in timezone conversion."),
|
||||
).
|
||||
Tap(func() {
|
||||
// we need to manually exit out of cherry pick mode
|
||||
t.Views().Information().Content(Contains("2 commits copied"))
|
||||
}).
|
||||
PressEscape().
|
||||
Tap(func() {
|
||||
t.Views().Information().Content(DoesNotContain("commits copied"))
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in a new issue