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:
Jesse Duffield 2023-08-01 22:19:04 +10:00
parent a200fccba9
commit f43fd7af79
6 changed files with 5 additions and 1 deletions

View file

@ -28,6 +28,7 @@ var InteractiveRebase = NewIntegrationTest(NewIntegrationTestArgs{
},
Run: func(t *TestDriver, keys config.KeybindingConfig) {
t.SetCaptionPrefix("Interactive rebase")
t.Wait(1000)
t.Views().Commits().
IsFocused().