mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-11-29 22:48:24 +02: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