mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 07:36:27 -04:00
Revert test workaround
Now that the bug with selecting the next stageable line is fixed, we can go back to the original, simpler way of expressing the test.
This commit is contained in:
parent
6bfcab3d89
commit
e1e042fb66
|
|
@ -50,8 +50,7 @@ var StagePartialBlockOfChangesFirstLines = NewIntegrationTest(NewIntegrationTest
|
|||
PressPrimaryAction().
|
||||
NavigateToLine(Contains("+2b")).
|
||||
PressPrimaryAction().
|
||||
// TODO: we expect +3b to be selected, but it isn't, so navigate to it
|
||||
NavigateToLine(Contains("+3b")).
|
||||
SelectedLines(Contains("+3b")).
|
||||
PressPrimaryAction()
|
||||
|
||||
t.Views().StagingSecondary().
|
||||
|
|
|
|||
Loading…
Reference in a new issue