mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-30 03:23:08 +03:00
migrate more tests
This commit is contained in:
@ -32,8 +32,7 @@ func (self *PromptDriver) Type(value string) *PromptDriver {
|
||||
}
|
||||
|
||||
func (self *PromptDriver) Clear() *PromptDriver {
|
||||
// TODO: soft-code this
|
||||
self.t.press("<c-u>")
|
||||
self.t.press(ClearKey)
|
||||
|
||||
return self
|
||||
}
|
||||
|
Reference in New Issue
Block a user