mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-12 21:05:48 +02:00
add view asserter getter struct
This commit is contained in:
parent
b64f55518b
commit
be30cbb375
35 changed files with 184 additions and 174 deletions
|
@ -31,7 +31,7 @@ var Basic = NewIntegrationTest(NewIntegrationTestArgs{
|
|||
|
||||
input.Press("a")
|
||||
|
||||
assert.View("files").Lines(
|
||||
assert.Views().ByName("files").Lines(
|
||||
Contains("myfile"),
|
||||
)
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue