mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-11-25 22:32:13 +02:00
add view asserter getter struct
This commit is contained in:
@@ -75,7 +75,7 @@ var FormPrompts = NewIntegrationTest(NewIntegrationTestArgs{
|
||||
Confirm()
|
||||
|
||||
assert.WorkingTreeFileCount(1)
|
||||
assert.CurrentView().SelectedLine(Contains("my file"))
|
||||
assert.MainView().Content(Contains(`"BAR"`))
|
||||
assert.Views().Current().SelectedLine(Contains("my file"))
|
||||
assert.Views().Main().Content(Contains(`"BAR"`))
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user