add switch-to-view methods

This commit is contained in:
Jesse Duffield
2022-12-26 16:49:54 +11:00
parent 9a6f21ce42
commit c841ba8237
22 changed files with 77 additions and 51 deletions

View File

@@ -19,9 +19,9 @@ var DiffCommits = NewIntegrationTest(NewIntegrationTestArgs{
shell.Commit("third commit")
},
Run: func(shell *Shell, input *Input, assert *Assert, keys config.KeybindingConfig) {
input.SwitchToCommitsWindow()
input.SwitchToCommitsView()
assert.CurrentView().Name("commits").Lines(
assert.CurrentView().Lines(
Contains("third commit"),
Contains("second commit"),
Contains("first commit"),