mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-30 03:23:08 +03:00
use lowercase text for menu items (as we're still yet to standardise on 'Sentence case')
This commit is contained in:
@ -40,7 +40,7 @@ var AdvancedInteractiveRebase = NewIntegrationTest(NewIntegrationTestArgs{
|
||||
|
||||
t.ExpectPopup().Menu().
|
||||
Title(Equals(fmt.Sprintf("Rebase '%s' onto '%s'", TOP_BRANCH, BASE_BRANCH))).
|
||||
Select(Contains("Interactive rebase")).
|
||||
Select(Contains("interactive rebase")).
|
||||
Confirm()
|
||||
|
||||
t.Views().Commits().
|
||||
|
Reference in New Issue
Block a user