summaryrefslogtreecommitdiff
path: root/spec/frontend/integrations/edit/mock_data.js
diff options
context:
space:
mode:
Diffstat (limited to 'spec/frontend/integrations/edit/mock_data.js')
-rw-r--r--spec/frontend/integrations/edit/mock_data.js9
1 files changed, 9 insertions, 0 deletions
diff --git a/spec/frontend/integrations/edit/mock_data.js b/spec/frontend/integrations/edit/mock_data.js
index 3c45ed0fb1b..39e5f8521e8 100644
--- a/spec/frontend/integrations/edit/mock_data.js
+++ b/spec/frontend/integrations/edit/mock_data.js
@@ -20,3 +20,12 @@ export const mockJiraIssueTypes = [
{ id: '2', name: 'bug', description: 'bug' },
{ id: '3', name: 'epic', description: 'epic' },
];
+
+export const mockField = {
+ help: 'The URL of the project',
+ name: 'project_url',
+ placeholder: 'https://jira.example.com',
+ title: 'Project URL',
+ type: 'text',
+ value: '1',
+};