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

Method ContinueMerge

pkg/integration/components/common.go:10–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8}
9
10func (self *Common) ContinueMerge() {
11 self.t.GlobalPress(self.t.keys.Universal.CreateRebaseOptionsMenu)
12
13 self.t.ExpectPopup().Menu().
14 Title(Equals("Rebase options")).
15 Select(Contains("continue")).
16 Confirm()
17}
18
19func (self *Common) ContinueRebase() {
20 self.ContinueMerge()

Callers 1

ContinueRebaseMethod · 0.95

Calls 8

EqualsFunction · 0.85
ContainsFunction · 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