1
0
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:
AzraelSec
2024-06-05 01:38:08 +02:00
parent 66a04e4273
commit f6457c4def

View File

@@ -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()
}).