Commit ef67cc86 authored by Mark Florian's avatar Mark Florian

Update snapshots for latest vue-test-utils

These snapshots were created before `vue-test-utils` was updated in
https://gitlab.com/gitlab-org/gitlab/merge_requests/22462, which changed
slightly how snapshots are formatted.
parent c0bdcbf6
// Jest Snapshot v1, https://goo.gl/fbAQLP // Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`WafStatisticsSummary component renders the anomalous traffic percentage 1`] = ` exports[`WafStatisticsSummary component renders the anomalous traffic percentage 1`] = `
<glsinglestat-stub <gl-single-stat-stub
class="col-sm-6 col-md-4 col-lg-3" class="col-sm-6 col-md-4 col-lg-3"
title="Anomalous Requests" title="Anomalous Requests"
value="3%" value="3%"
...@@ -10,7 +10,7 @@ exports[`WafStatisticsSummary component renders the anomalous traffic percentage ...@@ -10,7 +10,7 @@ exports[`WafStatisticsSummary component renders the anomalous traffic percentage
`; `;
exports[`WafStatisticsSummary component renders the nominal traffic count 1`] = ` exports[`WafStatisticsSummary component renders the nominal traffic count 1`] = `
<glsinglestat-stub <gl-single-stat-stub
class="col-sm-6 col-md-4 col-lg-3" class="col-sm-6 col-md-4 col-lg-3"
title="Total Requests" title="Total Requests"
value="2.7k" value="2.7k"
......
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