()
| 53 | } |
| 54 | |
| 55 | func (self *Common) ConfirmDiscardLines() { |
| 56 | self.t.ExpectPopup().Confirmation(). |
| 57 | Title(Equals("Discard change")). |
| 58 | Content(Contains("Are you sure you want to discard this change")). |
| 59 | Confirm() |
| 60 | } |
| 61 | |
| 62 | func (self *Common) SelectPatchOption(matcher *TextMatcher) { |
| 63 | self.t.GlobalPress(self.t.keys.Universal.CreatePatchOptionsMenu) |
no test coverage detected