Commit 9d149c6c authored by Filipa Lacerda's avatar Filipa Lacerda

Provides path in MR widget EE

parent 25c1d504
......@@ -198,6 +198,7 @@ export default {
:has-ci="mr.hasCI"
:source-branch-link="mr.sourceBranchLink"
:source-branch="mr.sourceBranch"
:troubleshooting-docs-path="mr.troubleshootingDocsPath"
/>
<deployment
v-for="deployment in mr.deployments"
......
......@@ -203,6 +203,7 @@ describe('MRWidgetPipeline', () => {
}),
hasCi: true,
ciStatus: 'success',
troubleshootingDocsPath: 'help',
});
});
......@@ -223,6 +224,7 @@ describe('MRWidgetPipeline', () => {
}),
hasCi: true,
ciStatus: 'success',
troubleshootingDocsPath: 'help',
});
});
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment