Suspend lazygit when continuing a rebase with exec todos

It's likely that the exec todos are some kind of lengthy build task whose output
the user will want to see in the terminal.
This commit is contained in:
Stefan Haller
2024-06-12 12:13:07 +02:00
parent 899e25b208
commit 92dd80c3e3
2 changed files with 21 additions and 2 deletions

View File

@@ -38,7 +38,7 @@ var ShowExecTodos = NewIntegrationTest(NewIntegrationTestArgs{
).
Tap(func() {
t.Common().ContinueRebase()
t.ExpectPopup().Alert().Title(Equals("Error")).Content(Contains("Rebasing (4/4)Executing: false")).Confirm()
t.ExpectPopup().Alert().Title(Equals("Error")).Content(Contains("exit status 1")).Confirm()
}).
Lines(
Contains("CI ◯ <-- YOU ARE HERE --- commit 03"),