1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-30 03:23:08 +03:00

Fix incorrect stash diff after rename

This commit is contained in:
Brandon
2025-01-23 23:12:29 -08:00
committed by Stefan Haller
parent 5dff9af027
commit 02ca07a9be
2 changed files with 4 additions and 2 deletions

View File

@ -31,5 +31,7 @@ var Rename = NewIntegrationTest(NewIntegrationTestArgs{
t.ExpectPopup().Prompt().Title(Equals("Rename stash: stash@{1}")).Type(" baz").Confirm()
}).
SelectedLine(Contains("On master: foo baz"))
t.Views().Main().Content(Contains("file-1"))
},
})