mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-08-07 22:02:56 +03:00
Fix incorrect stash diff after rename
This commit is contained in:
@@ -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"))
|
||||
},
|
||||
})
|
||||
|
Reference in New Issue
Block a user