(matcher *TextMatcher)
| 60 | } |
| 61 | |
| 62 | func (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 | |
| 68 | func (self *Common) ResetBisect() { |
| 69 | self.t.Views().Commits(). |
no test coverage detected