MCPcopy
hub / github.com/jesseduffield/lazygit / SelectPatchOption

Method SelectPatchOption

pkg/integration/components/common.go:62–66  ·  view source on GitHub ↗
(matcher *TextMatcher)

Source from the content-addressed store, hash-verified

60}
61
62func (self *Common) SelectPatchOption(matcher *TextMatcher) {
63 self.t.GlobalPress(self.t.keys.Universal.CreatePatchOptionsMenu)
64
65 self.t.ExpectPopup().Menu().Title(Equals("Patch options")).Select(matcher).Confirm()
66}
67
68func (self *Common) ResetBisect() {
69 self.t.Views().Commits().

Calls 7

EqualsFunction · 0.85
GlobalPressMethod · 0.80
SelectMethod · 0.80
ExpectPopupMethod · 0.80
ConfirmMethod · 0.65
TitleMethod · 0.65
MenuMethod · 0.65

Tested by

no test coverage detected