mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-30 03:23:08 +03:00
Remove the "YOU ARE HERE" marker
Now that we have sections, it is no longer needed. Keep the "<-- CONFLICTS" marker though.
This commit is contained in:
@ -48,7 +48,7 @@ var AdvancedInteractiveRebase = NewIntegrationTest(NewIntegrationTestArgs{
|
||||
Contains("--- Pending rebase todos ---"),
|
||||
Contains(TOP_COMMIT),
|
||||
Contains("--- Commits ---"),
|
||||
Contains(BASE_COMMIT).Contains("YOU ARE HERE"),
|
||||
Contains(BASE_COMMIT),
|
||||
).
|
||||
NavigateToLine(Contains(TOP_COMMIT)).
|
||||
Press(keys.Universal.Edit).
|
||||
@ -56,7 +56,7 @@ var AdvancedInteractiveRebase = NewIntegrationTest(NewIntegrationTestArgs{
|
||||
Contains("--- Pending rebase todos ---"),
|
||||
Contains(TOP_COMMIT).Contains("edit"),
|
||||
Contains("--- Commits ---"),
|
||||
Contains(BASE_COMMIT).Contains("YOU ARE HERE"),
|
||||
Contains(BASE_COMMIT),
|
||||
).
|
||||
Tap(func() {
|
||||
t.Common().ContinueRebase()
|
||||
@ -64,7 +64,7 @@ var AdvancedInteractiveRebase = NewIntegrationTest(NewIntegrationTestArgs{
|
||||
Lines(
|
||||
Contains("--- Pending rebase todos ---"),
|
||||
Contains("--- Commits ---"),
|
||||
Contains(TOP_COMMIT).Contains("YOU ARE HERE"),
|
||||
Contains(TOP_COMMIT),
|
||||
Contains(BASE_COMMIT),
|
||||
)
|
||||
},
|
||||
|
Reference in New Issue
Block a user