mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-31 14:24:25 +03:00
refresh the staging panel on successful commit
apply formatting
This commit is contained in:
committed by
Jesse Duffield
parent
6127e487dd
commit
776d8f4d2e
@ -53,8 +53,12 @@ var Staged = NewIntegrationTest(NewIntegrationTestArgs{
|
||||
Contains(commitMessage),
|
||||
)
|
||||
|
||||
t.Views().StagingSecondary().IsFocused()
|
||||
t.Views().StagingSecondary().
|
||||
IsEmpty()
|
||||
|
||||
// TODO: assert that the staging panel has been refreshed (it currently does not get correctly refreshed)
|
||||
t.Views().Staging().
|
||||
IsFocused().
|
||||
Content(Contains("+myfile content")).
|
||||
Content(DoesNotContain("+with a second line"))
|
||||
},
|
||||
})
|
||||
|
@ -53,8 +53,12 @@ var StagedWithoutHooks = NewIntegrationTest(NewIntegrationTestArgs{
|
||||
Contains("WIP" + commitMessage),
|
||||
)
|
||||
|
||||
t.Views().StagingSecondary().IsFocused()
|
||||
t.Views().StagingSecondary().
|
||||
IsEmpty()
|
||||
|
||||
// TODO: assert that the staging panel has been refreshed (it currently does not get correctly refreshed)
|
||||
t.Views().Staging().
|
||||
IsFocused().
|
||||
Content(Contains("+myfile content")).
|
||||
Content(DoesNotContain("+with a second line"))
|
||||
},
|
||||
})
|
||||
|
Reference in New Issue
Block a user