From 87e0f6b92d2d34e5707da633e428a92a93bbac15 Mon Sep 17 00:00:00 2001 From: Arnaud PERALTA Date: Sun, 27 Nov 2022 17:33:37 +0100 Subject: integration tests for commit in staged files and unstaged files menus --- pkg/integration/tests/tests.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkg/integration/tests/tests.go') diff --git a/pkg/integration/tests/tests.go b/pkg/integration/tests/tests.go index 6c074bb10..9b654ad80 100644 --- a/pkg/integration/tests/tests.go +++ b/pkg/integration/tests/tests.go @@ -36,6 +36,8 @@ var tests = []*components.IntegrationTest{ cherry_pick.CherryPickConflicts, commit.Commit, commit.NewBranch, + commit.Staged, + commit.Unstaged, custom_commands.Basic, custom_commands.FormPrompts, custom_commands.MenuFromCommand, -- cgit v1.2.3