TemplateQueryComponent.test.tsx.snap 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. // Jest Snapshot v1, https://goo.gl/fbAQLP
  2. exports[`StackdriverTemplateQueryComponent renders correctly 1`] = `
  3. Array [
  4. <div
  5. className="gf-form max-width-21"
  6. >
  7. <span
  8. className="gf-form-label width-10"
  9. >
  10. Query Types
  11. </span>
  12. <div
  13. className="gf-form-select-wrapper max-width-10"
  14. >
  15. <select
  16. className="gf-form-input"
  17. onChange={[Function]}
  18. required={true}
  19. value="services"
  20. >
  21. <option
  22. value="services"
  23. >
  24. Services
  25. </option>
  26. <option
  27. value="metricTypes"
  28. >
  29. Metric Types
  30. </option>
  31. <option
  32. value="metricLabels"
  33. >
  34. Metric Labels
  35. </option>
  36. <option
  37. value="resourceLabels"
  38. >
  39. Resource Labels
  40. </option>
  41. <option
  42. value="resourceTypes"
  43. >
  44. Resource Types
  45. </option>
  46. <option
  47. value="aggregations"
  48. >
  49. Aggregations
  50. </option>
  51. <option
  52. value="alignerns"
  53. >
  54. Aligners
  55. </option>
  56. <option
  57. value="alignmentPeriods"
  58. >
  59. Alignment Periods
  60. </option>
  61. </select>
  62. </div>
  63. </div>,
  64. "",
  65. ]
  66. `;