mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 07:36:27 -04:00
Hard-code "enter" for adding lines in integration tests
This one doesn't make a difference in practice because we don't remap the key in tests, but if we would, then this would no longer work correctly. It's just more correct this way.
This commit is contained in:
parent
ea7050437d
commit
81868de264
|
|
@ -27,7 +27,7 @@ func (self *CommitDescriptionPanelDriver) SwitchToSummary() *CommitMessagePanelD
|
|||
}
|
||||
|
||||
func (self *CommitDescriptionPanelDriver) AddNewline() *CommitDescriptionPanelDriver {
|
||||
self.t.pressFast(self.t.keys.Universal.Confirm)
|
||||
self.t.pressFast("<enter>")
|
||||
return self
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue