mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-31 14:24:25 +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:
@ -77,7 +77,7 @@ var QuickStart = NewIntegrationTest(NewIntegrationTestArgs{
|
||||
Contains("feature-branch two").IsSelected(),
|
||||
Contains("feature-branch one"),
|
||||
Contains("--- Commits ---"),
|
||||
Contains("last main commit").Contains("YOU ARE HERE"),
|
||||
Contains("last main commit"),
|
||||
Contains("initial commit"),
|
||||
).
|
||||
// Try again, verify we fail because we're already rebasing
|
||||
@ -109,7 +109,7 @@ var QuickStart = NewIntegrationTest(NewIntegrationTestArgs{
|
||||
Contains("--- Pending rebase todos ---"),
|
||||
Contains("branch-with-merge three").IsSelected(),
|
||||
Contains("--- Commits ---"),
|
||||
Contains("Merge branch 'branch-to-merge'").Contains("YOU ARE HERE"),
|
||||
Contains("Merge branch 'branch-to-merge'"),
|
||||
Contains("branch-to-merge two"),
|
||||
Contains("branch-to-merge one"),
|
||||
Contains("branch-with-merge two"),
|
||||
|
Reference in New Issue
Block a user