Ver código fonte

updated snapshot

Torkel Ödegaard 7 anos atrás
pai
commit
9e0f961fd5

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

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