Skip to content
代码片段 群组 项目
提交 47a85761 编辑于 作者: 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
No related branches found
No related tags found
无相关合并请求
// 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"
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册