BasicSettings.test.tsx.snap 551 B

12345678910111213141516171819202122232425
  1. // Jest Snapshot v1, https://goo.gl/fbAQLP
  2. exports[`Render should render component 1`] = `
  3. <div
  4. className="gf-form-group"
  5. >
  6. <div
  7. className="gf-form max-width-30"
  8. >
  9. <Component
  10. tooltip="The name is used when you select the data source in panels. The Default data source ispreselected in new panels."
  11. >
  12. Name
  13. </Component>
  14. <input
  15. className="gf-form-input max-width-23"
  16. onChange={[Function]}
  17. placeholder="Name"
  18. required={true}
  19. type="text"
  20. value="Graphite"
  21. />
  22. </div>
  23. </div>
  24. `;