()
| 39 | } |
| 40 | |
| 41 | func (self *Common) AcknowledgeConflicts() { |
| 42 | self.t.ExpectPopup().Menu(). |
| 43 | Title(Equals("Conflicts!")). |
| 44 | Select(Contains("View conflicts")). |
| 45 | Confirm() |
| 46 | } |
| 47 | |
| 48 | func (self *Common) ContinueOnConflictsResolved(command string) { |
| 49 | self.t.ExpectPopup().Confirmation(). |
no test coverage detected