summaryrefslogtreecommitdiffstats
path: root/pkg/integration/tests/branch/show_divergence_from_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/show_divergence_from_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/show_divergence_from_upstream.go')
-rw-r--r--pkg/integration/tests/branch/show_divergence_from_upstream.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/integration/tests/branch/show_divergence_from_upstream.go b/pkg/integration/tests/branch/show_divergence_from_upstream.go
index 10fc29986..8aff21ca9 100644
--- a/pkg/integration/tests/branch/show_divergence_from_upstream.go
+++ b/pkg/integration/tests/branch/show_divergence_from_upstream.go
@@ -38,7 +38,7 @@ var ShowDivergenceFromUpstream = NewIntegrationTest(NewIntegrationTestArgs{
Lines(Contains("master")).
Press(keys.Branches.SetUpstream)
- t.ExpectPopup().Menu().Title(Contains("upstream")).Select(Contains("View divergence from upstream")).Confirm()
+ t.ExpectPopup().Menu().Title(Contains("Upstream")).Select(Contains("View divergence from upstream")).Confirm()
t.Views().SubCommits().
IsFocused().