浏览代码

updated snapshot

Torkel Ödegaard 7 年之前
父节点
当前提交
9e0f961fd5
共有 1 个文件被更改,包括 3 次插入8 次删除
  1. 3 8
      public/app/plugins/panel/gauge/__snapshots__/ValueMappings.test.tsx.snap

+ 3 - 8
public/app/plugins/panel/gauge/__snapshots__/ValueMappings.test.tsx.snap

@@ -1,14 +1,9 @@
 // Jest Snapshot v1, https://goo.gl/fbAQLP
 
 exports[`Render should render component 1`] = `
-<div
-  className="section gf-form-group"
+<Component
+  title="Value Mappings"
 >
-  <h5
-    className="section-heading"
-  >
-    Value mappings
-  </h5>
   <div>
     <MappingRow
       key="Ok-0"
@@ -57,5 +52,5 @@ exports[`Render should render component 1`] = `
       Add mapping
     </div>
   </div>
-</div>
+</Component>
 `;