mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-31 14:24:25 +03:00
add switch-to-view methods
This commit is contained in:
@ -15,8 +15,7 @@ var Rebase = NewIntegrationTest(NewIntegrationTestArgs{
|
||||
shared.MergeConflictsSetup(shell)
|
||||
},
|
||||
Run: func(shell *Shell, input *Input, assert *Assert, keys config.KeybindingConfig) {
|
||||
input.SwitchToBranchesWindow()
|
||||
assert.CurrentView().Name("localBranches")
|
||||
input.SwitchToBranchesView()
|
||||
|
||||
assert.View("localBranches").Lines(
|
||||
Contains("first-change-branch"),
|
||||
|
Reference in New Issue
Block a user