summaryrefslogtreecommitdiffstats
path: root/pkg/integration/tests/ui/mode_specific_keybinding_suggestions.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/integration/tests/ui/mode_specific_keybinding_suggestions.go')
-rw-r--r--pkg/integration/tests/ui/mode_specific_keybinding_suggestions.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkg/integration/tests/ui/mode_specific_keybinding_suggestions.go b/pkg/integration/tests/ui/mode_specific_keybinding_suggestions.go
index f11e5fd27..5cd412146 100644
--- a/pkg/integration/tests/ui/mode_specific_keybinding_suggestions.go
+++ b/pkg/integration/tests/ui/mode_specific_keybinding_suggestions.go
@@ -93,7 +93,7 @@ var ModeSpecificKeybindingSuggestions = NewIntegrationTest(NewIntegrationTestArg
t.Views().Options().Content(DoesNotContain(customPatchSuggestion))
})
- // Test merge options suggestion
+ // Test merge options suggestion
t.Views().Branches().
Focus().
NavigateToLine(Contains("first-change-branch")).
@@ -101,9 +101,9 @@ var ModeSpecificKeybindingSuggestions = NewIntegrationTest(NewIntegrationTestArg
NavigateToLine(Contains("second-change-branch")).
Press(keys.Branches.MergeIntoCurrentBranch).
Tap(func() {
- t.ExpectPopup().Confirmation().
+ t.ExpectPopup().Menu().
Title(Equals("Merge")).
- Content(Contains("Are you sure you want to merge")).
+ Select(Contains("Regular merge")).
Confirm()
t.Common().AcknowledgeConflicts()