()
| 135 | } |
| 136 | |
| 137 | func (self *TestDriver) inSearch() { |
| 138 | self.assertWithRetries(func() (bool, string) { |
| 139 | currentView := self.gui.CurrentContext().GetView() |
| 140 | return currentView.Name() == "search", "Expected search prompt to be focused" |
| 141 | }) |
| 142 | } |
| 143 | |
| 144 | // for making assertions through git itself |
| 145 | func (self *TestDriver) Git() *Git { |
no test coverage detected