diff --git a/pkg/integration/tests/tests_gen.go b/pkg/integration/tests/tests_gen.go index 7163e9fdf..c88ed636f 100644 --- a/pkg/integration/tests/tests_gen.go +++ b/pkg/integration/tests/tests_gen.go @@ -21,8 +21,8 @@ import ( "github.com/jesseduffield/lazygit/pkg/integration/tests/submodule" "github.com/jesseduffield/lazygit/pkg/integration/tests/sync" "github.com/jesseduffield/lazygit/pkg/integration/tests/tag" - "github.com/jesseduffield/lazygit/pkg/integration/tests/undo" "github.com/jesseduffield/lazygit/pkg/integration/tests/ui" + "github.com/jesseduffield/lazygit/pkg/integration/tests/undo" ) var tests = []*components.IntegrationTest{ @@ -100,7 +100,7 @@ var tests = []*components.IntegrationTest{ tag.CrudAnnotated, tag.CrudLightweight, tag.Reset, + ui.SwitchTabFromMenu, undo.UndoCheckoutAndDrop, undo.UndoDrop, - ui.SwitchTabFromMenu, }