1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-08-06 22:33:07 +02:00

migrate reflog integration tests

This commit is contained in:
Jesse Duffield
2023-02-22 21:15:03 +11:00
parent f0572238cb
commit 22c10479d5
174 changed files with 227 additions and 517 deletions

View File

@ -47,7 +47,10 @@ var CherryPickConflicts = NewIntegrationTest(NewIntegrationTestArgs{
).
Press(keys.Commits.PasteCommits)
t.ExpectPopup().Alert().Title(Equals("Cherry-Pick")).Content(Contains("Are you sure you want to cherry-pick the copied commits onto this branch?")).Confirm()
t.ExpectPopup().Alert().
Title(Equals("Cherry-Pick")).
Content(Contains("Are you sure you want to cherry-pick the copied commits onto this branch?")).
Confirm()
t.ExpectPopup().Confirmation().
Title(Equals("Auto-merge failed")).