Commit 2a7a066e authored by Kev's avatar Kev

Add totalDuration to mock_data and spec

parent b2007a3c
...@@ -11,7 +11,6 @@ exports[`StatisticsList matches the snapshot 1`] = ` ...@@ -11,7 +11,6 @@ exports[`StatisticsList matches the snapshot 1`] = `
4 pipelines 4 pipelines
</strong> </strong>
</li> </li>
<li> <li>
<span> <span>
Successful: Successful:
...@@ -21,7 +20,6 @@ exports[`StatisticsList matches the snapshot 1`] = ` ...@@ -21,7 +20,6 @@ exports[`StatisticsList matches the snapshot 1`] = `
2 pipelines 2 pipelines
</strong> </strong>
</li> </li>
<li> <li>
<span> <span>
Failed: Failed:
...@@ -31,7 +29,6 @@ exports[`StatisticsList matches the snapshot 1`] = ` ...@@ -31,7 +29,6 @@ exports[`StatisticsList matches the snapshot 1`] = `
2 pipelines 2 pipelines
</strong> </strong>
</li> </li>
<li> <li>
<span> <span>
Success ratio: Success ratio:
...@@ -41,5 +38,14 @@ exports[`StatisticsList matches the snapshot 1`] = ` ...@@ -41,5 +38,14 @@ exports[`StatisticsList matches the snapshot 1`] = `
50% 50%
</strong> </strong>
</li> </li>
<li>
<span>
Total duration:
</span>
<strong>
32:15:58
</strong>
</li>
</ul> </ul>
`; `;
...@@ -3,6 +3,7 @@ export const counts = { ...@@ -3,6 +3,7 @@ export const counts = {
success: 2, success: 2,
total: 4, total: 4,
successRatio: 50, successRatio: 50,
totalDuration: 116158,
}; };
export const timesChartData = { export const timesChartData = {
......
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