mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-03 00:57:52 +02:00
add view asserter getter struct
This commit is contained in:
pkg/integration
components
alert_asserter.goassert.gocommit_message_panel_asserter.goconfirmation_asserter.goinput.gomenu_asserter.goprompt_asserter.go
tests
bisect
branch
cherry_pick
commit
custom_commands
diff
file
interactive_rebase
stash
@ -31,7 +31,7 @@ var Basic = NewIntegrationTest(NewIntegrationTestArgs{
|
||||
|
||||
input.Press("a")
|
||||
|
||||
assert.View("files").Lines(
|
||||
assert.Views().ByName("files").Lines(
|
||||
Contains("myfile"),
|
||||
)
|
||||
},
|
||||
|
Reference in New Issue
Block a user