mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-30 03:23:08 +03:00
Fix resetting or rebasing a branch to its upstream when the upstream branch name is different
This commit is contained in:
@ -65,10 +65,7 @@ var RebaseToUpstream = NewIntegrationTest(NewIntegrationTestArgs{
|
||||
Tap(func() {
|
||||
t.ExpectPopup().Menu().
|
||||
Title(Equals("Upstream options")).
|
||||
/* EXPECTED:
|
||||
Select(Contains("Rebase checked-out branch onto origin/master...")).
|
||||
ACTUAL: */
|
||||
Select(Contains("Rebase checked-out branch onto origin/master-local...")).
|
||||
Confirm()
|
||||
t.ExpectPopup().Menu().
|
||||
Title(Equals("Rebase 'target'")).
|
||||
|
Reference in New Issue
Block a user