mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-28 16:02:01 +03:00
allow checking if line is selected in Lines and TopLines methods
This commit is contained in:
@ -42,8 +42,7 @@ var Basic = NewIntegrationTest(NewIntegrationTestArgs{
|
||||
|
||||
assert.View("information").Content(Contains("bisecting"))
|
||||
|
||||
assert.CurrentView().Name("commits")
|
||||
assert.CurrentView().SelectedLine(Contains("<-- bad"))
|
||||
assert.CurrentView().Name("commits").SelectedLine(Contains("<-- bad"))
|
||||
|
||||
input.NavigateToListItem(Contains("commit 02"))
|
||||
|
||||
|
Reference in New Issue
Block a user