summaryrefslogtreecommitdiffstats
path: root/pkg/integration/tests/branch/set_upstream.go
diff options
context:
space:
mode:
authorAzraelSec <federicogerardi94@gmail.com>2023-08-27 14:02:13 +0200
committerAzraelSec <me@azraelsec.sh>2023-09-06 00:23:35 +0200
commit47d422bb8a210cfb300ae7f5050de3ef791a4ca2 (patch)
treeb4f129488c79c16ea25a9d7e18830b7491172a25 /pkg/integration/tests/branch/set_upstream.go
parenta3cd1e93be25517657d091e7ba7be0236768425f (diff)
chore: rename "Set/Unset upstream" menu to "Upstream Options"
This should already have been done when adding the "View divergence from upstream" command, but now we're going to add yet another item to the menu that is unrelated to setting or unsetting the upstream.
Diffstat (limited to 'pkg/integration/tests/branch/set_upstream.go')
-rw-r--r--pkg/integration/tests/branch/set_upstream.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/integration/tests/branch/set_upstream.go b/pkg/integration/tests/branch/set_upstream.go
index 37117b0d7..16faeb7e3 100644
--- a/pkg/integration/tests/branch/set_upstream.go
+++ b/pkg/integration/tests/branch/set_upstream.go
@@ -24,7 +24,7 @@ var SetUpstream = NewIntegrationTest(NewIntegrationTestArgs{
Press(keys.Branches.SetUpstream).
Tap(func() {
t.ExpectPopup().Menu().
- Title(Equals("Set/Unset upstream")).
+ Title(Equals("Upstream options")).
Select(Contains(" Set upstream of selected branch")). // using leading space to disambiguate from the 'reset' option
Confirm()