jesseduffield.lazygit/pkg/integration/tests/interactive_rebase
Stefan Haller 161bb684fa Make integration test more robust
If you ran this test enough times it would eventually fail; this happened
whenever the resulting squashed commit had a sha that happened to start with
"02". We test that "commit 02" does not appear in the diff window, but in that
case it did, at the very top of the window.

A better fix might be to change the commit message that we use in CreateNCommits
to something other than "commit XY", but that would require touching tons of
tests, so this is the easier fix.
2023-02-27 08:53:06 +01:00
..
amend_first_commit.go cleanup integration test code 2023-02-26 12:54:13 +11:00
amend_merge.go move popup assertions into a struct 2022-12-28 11:00:22 +11:00
edit_first_commit.go cleanup integration test code 2023-02-26 12:54:13 +11:00
fixup_first_commit.go cleanup integration test code 2023-02-26 12:54:13 +11:00
fixup_second_commit.go Make integration test more robust 2023-02-27 08:53:06 +01:00
move.go migrate interactive rebase integration tests 2023-02-22 19:36:31 +11:00
move_in_rebase.go cleanup integration test code 2023-02-26 12:54:13 +11:00
rebase.go cleanup integration test code 2023-02-26 12:54:13 +11:00
reword_first_commit.go cleanup integration test code 2023-02-26 12:54:13 +11:00
reword_last_commit.go migrate interactive rebase integration tests 2023-02-22 19:36:31 +11:00
shared.go cleanup integration test code 2023-02-26 12:54:13 +11:00
squash_down_first_commit.go cleanup integration test code 2023-02-26 12:54:13 +11:00
squash_down_second_commit.go cleanup integration test code 2023-02-26 12:54:13 +11:00
squash_fixups_above_first_commit.go cleanup integration test code 2023-02-26 12:54:13 +11:00
swap_in_rebase_with_conflict.go cleanup integration test code 2023-02-26 12:54:13 +11:00
swap_with_conflict.go migrate interactive rebase integration tests 2023-02-22 19:36:31 +11:00