summaryrefslogtreecommitdiffstats
path: root/pkg/integration/tests/tests_gen.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/integration/tests/tests_gen.go')
-rw-r--r--pkg/integration/tests/tests_gen.go7
1 files changed, 6 insertions, 1 deletions
diff --git a/pkg/integration/tests/tests_gen.go b/pkg/integration/tests/tests_gen.go
index 6a8e8e5af..6a7e36373 100644
--- a/pkg/integration/tests/tests_gen.go
+++ b/pkg/integration/tests/tests_gen.go
@@ -74,11 +74,16 @@ var tests = []*components.IntegrationTest{
interactive_rebase.EditFirstCommit,
interactive_rebase.FixupFirstCommit,
interactive_rebase.FixupSecondCommit,
- interactive_rebase.One,
+ interactive_rebase.Move,
+ interactive_rebase.MoveInRebase,
+ interactive_rebase.Rebase,
interactive_rebase.RewordFirstCommit,
+ interactive_rebase.RewordLastCommit,
interactive_rebase.SquashDownFirstCommit,
interactive_rebase.SquashDownSecondCommit,
interactive_rebase.SquashFixupsAboveFirstCommit,
+ interactive_rebase.SwapInRebaseWithConflict,
+ interactive_rebase.SwapWithConflict,
misc.ConfirmOnQuit,
misc.InitialOpen,
patch_building.CopyPatchToClipboard,