summaryrefslogtreecommitdiffstats
path: root/pkg/integration/tests/branch/rebase_abort_on_conflict.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/integration/tests/branch/rebase_abort_on_conflict.go')
-rw-r--r--pkg/integration/tests/branch/rebase_abort_on_conflict.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/integration/tests/branch/rebase_abort_on_conflict.go b/pkg/integration/tests/branch/rebase_abort_on_conflict.go
index 4eba77627..47f59d3d1 100644
--- a/pkg/integration/tests/branch/rebase_abort_on_conflict.go
+++ b/pkg/integration/tests/branch/rebase_abort_on_conflict.go
@@ -31,7 +31,7 @@ var RebaseAbortOnConflict = 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()