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

Method ExpectPopup

pkg/integration/components/test_driver.go:101–103  ·  view source on GitHub ↗

for interacting with popups

()

Source from the content-addressed store, hash-verified

99
100// for interacting with popups
101func (self *TestDriver) ExpectPopup() *Popup {
102 return &Popup{t: self}
103}
104
105func (self *TestDriver) ExpectToast(matcher *TextMatcher) *TestDriver {
106 t := self.gui.NextToast()

Callers 15

SwitchToEditorMethod · 0.80
AddCoAuthorMethod · 0.80
ContinueMergeMethod · 0.80
AbortRebaseMethod · 0.80
AbortMergeMethod · 0.80
AcknowledgeConflictsMethod · 0.80
ConfirmDiscardLinesMethod · 0.80
SelectPatchOptionMethod · 0.80
ResetBisectMethod · 0.80
ResetCustomPatchMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected