mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-08-08 22:36:49 +02:00
fix: update rebase_onto demo test to match new rebase menu title
This commit is contained in:
@@ -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()
|
||||
}).
|
||||
|
Reference in New Issue
Block a user