summaryrefslogtreecommitdiff
path: root/spec/frontend/vue_mr_widget/components/pipeline_tour_mock_data.js
blob: eef087d62b8201e1cd7b55c4fb24c656b7fc2f89 (plain)
1
2
3
4
5
6
7
8
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';