1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-31 14:24:25 +03:00

better test

This commit is contained in:
Jesse Duffield
2023-01-26 13:25:56 +11:00
parent c6929c36ae
commit f7f24dbfc1
3 changed files with 29 additions and 12 deletions

View File

@ -64,6 +64,10 @@ func (self *Views) Information() *ViewDriver {
return self.byName("information")
}
func (self *Views) AppStatus() *ViewDriver {
return self.byName("appStatus")
}
func (self *Views) Branches() *ViewDriver {
return self.byName("localBranches")
}