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/vue_merge_request_widget/components/pipeline_tour_mock_data.js')
-rw-r--r--spec/frontend/vue_merge_request_widget/components/pipeline_tour_mock_data.js9
1 files changed, 9 insertions, 0 deletions
diff --git a/spec/frontend/vue_merge_request_widget/components/pipeline_tour_mock_data.js b/spec/frontend/vue_merge_request_widget/components/pipeline_tour_mock_data.js
new file mode 100644
index 00000000000..eef087d62b8
--- /dev/null
+++ b/spec/frontend/vue_merge_request_widget/components/pipeline_tour_mock_data.js
@@ -0,0 +1,9 @@
+export const suggestProps = {
+ pipelinePath: '/foo/bar/add/pipeline/path',
+ pipelineSvgPath: 'assets/illustrations/something.svg',
+ humanAccess: 'maintainer',
+ userCalloutsPath: 'some/callout/path',
+ userCalloutFeatureId: 'suggest_pipeline',
+};
+
+export const iconName = 'status_notfound';