Commit 47a85761 authored by Rémy Coutable's avatar Rémy Coutable

Merge branch '14707-fix-snapshots' into 'master'

Update snapshots for latest vue-test-utils

Closes #195360

See merge request gitlab-org/gitlab!22484
parents c0bdcbf6 ef67cc86
// Jest Snapshot v1, https://goo.gl/fbAQLP
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"
title="Anomalous Requests"
value="3%"
......@@ -10,7 +10,7 @@ exports[`WafStatisticsSummary component renders the anomalous traffic percentage
`;
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"
title="Total Requests"
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