debian-mirror-gitlab/spec/frontend/contributors/component/__snapshots__/contributors_spec.js.snap

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

77 lines
1.6 KiB
Text
Raw Normal View History

2019-12-26 22:10:19 +05:30
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`Contributors charts should render charts when loading completed and there is chart data 1`] = `
<div>
<div
class="contributors-charts"
>
2021-04-29 21:17:54 +05:30
<h4
class="gl-mb-2 gl-mt-5"
>
2021-06-08 01:23:25 +05:30
Commits to main
2019-12-26 22:10:19 +05:30
</h4>
<span>
Excluding merge commits. Limited to 6,000 commits.
</span>
<div>
<glareachart-stub
2020-04-22 19:07:51 +05:30
annotations=""
2021-04-29 21:17:54 +05:30
class="gl-mb-5"
2019-12-26 22:10:19 +05:30
data="[object Object]"
height="264"
2020-03-13 15:44:24 +05:30
includelegendavgmax="true"
legendaveragetext="Avg"
2020-06-23 00:09:42 +05:30
legendcurrenttext="Current"
legendlayout="inline"
2020-03-13 15:44:24 +05:30
legendmaxtext="Max"
2020-06-23 00:09:42 +05:30
legendmintext="Min"
2019-12-26 22:10:19 +05:30
option="[object Object]"
2020-03-13 15:44:24 +05:30
thresholds=""
width="0"
2019-12-26 22:10:19 +05:30
/>
</div>
<div
class="row"
>
<div
2021-04-29 21:17:54 +05:30
class="col-lg-6 col-12 gl-my-5"
2019-12-26 22:10:19 +05:30
>
2021-04-29 21:17:54 +05:30
<h4
class="gl-mb-2 gl-mt-0"
>
2019-12-26 22:10:19 +05:30
John
</h4>
2021-04-29 21:17:54 +05:30
<p
class="gl-mb-3"
>
2019-12-26 22:10:19 +05:30
2 commits (jawnnypoo@gmail.com)
2021-04-29 21:17:54 +05:30
2019-12-26 22:10:19 +05:30
</p>
2020-03-13 15:44:24 +05:30
<div>
<glareachart-stub
2020-04-22 19:07:51 +05:30
annotations=""
2020-03-13 15:44:24 +05:30
data="[object Object]"
height="216"
includelegendavgmax="true"
legendaveragetext="Avg"
2020-06-23 00:09:42 +05:30
legendcurrenttext="Current"
legendlayout="inline"
2020-03-13 15:44:24 +05:30
legendmaxtext="Max"
2020-06-23 00:09:42 +05:30
legendmintext="Min"
2020-03-13 15:44:24 +05:30
option="[object Object]"
thresholds=""
width="0"
/>
</div>
2019-12-26 22:10:19 +05:30
</div>
</div>
</div>
</div>
`;