mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-11 12:25:47 +02:00
Wait in demo after setting caption
This looks nicer than waiting a second and then showing the caption as the action begins
This commit is contained in:
parent
a200fccba9
commit
f43fd7af79
6 changed files with 5 additions and 1 deletions
|
@ -28,6 +28,7 @@ var Bisect = NewIntegrationTest(NewIntegrationTestArgs{
|
|||
},
|
||||
Run: func(t *TestDriver, keys config.KeybindingConfig) {
|
||||
t.SetCaptionPrefix("Git bisect")
|
||||
t.Wait(1000)
|
||||
|
||||
markCommitAsBad := func() {
|
||||
t.Views().Commits().
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue