summaryrefslogtreecommitdiffstats
path: root/pkg/integration/tests/branch/rebase.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/integration/tests/branch/rebase.go')
-rw-r--r--pkg/integration/tests/branch/rebase.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/integration/tests/branch/rebase.go b/pkg/integration/tests/branch/rebase.go
index 66a235107..c7dc028af 100644
--- a/pkg/integration/tests/branch/rebase.go
+++ b/pkg/integration/tests/branch/rebase.go
@@ -31,7 +31,7 @@ var Rebase = NewIntegrationTest(NewIntegrationTestArgs{
Press(keys.Branches.RebaseBranch)
t.ExpectPopup().Menu().
- Title(Equals("Rebase 'first-change-branch' onto 'second-change-branch'")).
+ Title(Equals("Rebase 'first-change-branch'")).
Select(Contains("Simple rebase")).
Confirm()