Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'spec/frontend/integrations/edit/mock_data.js')
-rw-r--r--spec/frontend/integrations/edit/mock_data.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/spec/frontend/integrations/edit/mock_data.js b/spec/frontend/integrations/edit/mock_data.js
index ac0c7d244e3..c276d2e7364 100644
--- a/spec/frontend/integrations/edit/mock_data.js
+++ b/spec/frontend/integrations/edit/mock_data.js
@@ -9,7 +9,10 @@ export const mockIntegrationProps = {
initialEnableComments: false,
},
jiraIssuesProps: {},
- triggerEvents: [],
+ triggerEvents: [
+ { name: 'push_events', title: 'Push', value: true },
+ { name: 'issues_events', title: 'Issue', value: true },
+ ],
sections: [],
fields: [],
type: '',