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