mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-13 00:56:25 -04:00
fix: update rebase_onto demo test to match new rebase menu title
This commit is contained in:
parent
66a04e4273
commit
f6457c4def
|
|
@ -64,7 +64,7 @@ var RebaseOnto = NewIntegrationTest(NewIntegrationTestArgs{
|
|||
Press(keys.Branches.RebaseBranch).
|
||||
Tap(func() {
|
||||
t.ExpectPopup().Menu().
|
||||
Title(Contains("Rebase 'feature/demo' from marked base onto 'master'")).
|
||||
Title(Contains("Rebase 'feature/demo' from marked base")).
|
||||
Select(Contains("Simple rebase")).
|
||||
Confirm()
|
||||
}).
|
||||
|
|
|
|||
Loading…
Reference in a new issue