mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-12 04:45:47 +02:00
move popup assertions into a struct
This commit is contained in:
parent
7aa843c75a
commit
9fef4447b6
33 changed files with 130 additions and 120 deletions
|
@ -8,7 +8,7 @@ type Actions struct {
|
|||
func (self *Actions) ContinueMerge() {
|
||||
self.t.Views().current().Press(self.t.keys.Universal.CreateRebaseOptionsMenu)
|
||||
|
||||
self.t.ExpectMenu().
|
||||
self.t.ExpectPopup().Menu().
|
||||
Title(Equals("Rebase Options")).
|
||||
Select(Contains("continue")).
|
||||
Confirm()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue