summaryrefslogtreecommitdiff
path: root/spec/frontend/vue_mr_widget/components/pipeline_tour_mock_data.js
blob: c749c434079e1a0c036b0df21cd0a1ed0e958901 (plain)
1
2
3
4
5
6
7
export const popoverProps = {
  pipelinePath: '/foo/bar/add/pipeline/path',
  pipelineSvgPath: 'assets/illustrations/something.svg',
  humanAccess: 'maintainer',
};

export const iconName = 'status_notfound';