mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-06-17 00:18:05 +02:00
add helper functions for popups in tests
This commit is contained in:
@ -29,7 +29,7 @@ var Basic = NewIntegrationTest(NewIntegrationTestArgs{
|
||||
) {
|
||||
assert.WorkingTreeFileCount(0)
|
||||
|
||||
input.PressKeys("a")
|
||||
input.Press("a")
|
||||
assert.WorkingTreeFileCount(1)
|
||||
assert.SelectedLine(Contains("myfile"))
|
||||
},
|
||||
|
Reference in New Issue
Block a user