1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-30 03:23:08 +03:00

migrate forcePush integration test

This commit is contained in:
Jesse Duffield
2023-02-19 13:38:15 +11:00
parent 0ac869a415
commit 31d796ee75
52 changed files with 63 additions and 117 deletions

View File

@ -72,6 +72,10 @@ func (self *Views) Branches() *ViewDriver {
return self.byName("localBranches")
}
func (self *Views) Remotes() *ViewDriver {
return self.byName("remotes")
}
func (self *Views) RemoteBranches() *ViewDriver {
return self.byName("remoteBranches")
}