mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-30 03:23:08 +03:00
allow checking if line is selected in Lines and TopLines methods
This commit is contained in:
@ -36,8 +36,7 @@ var Delete = NewIntegrationTest(NewIntegrationTestArgs{
|
||||
assert.CurrentView().Name("localBranches").
|
||||
Lines(
|
||||
MatchesRegexp(`\*.*branch-two`),
|
||||
MatchesRegexp(`master`),
|
||||
).
|
||||
SelectedLineIdx(1)
|
||||
MatchesRegexp(`master`).IsSelected(),
|
||||
)
|
||||
},
|
||||
})
|
||||
|
Reference in New Issue
Block a user