TemplateQueryComponent.test.tsx.snap 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  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="metricTypes"
  20. >
  21. <option
  22. value="metricTypes"
  23. >
  24. Metric Types
  25. </option>
  26. <option
  27. value="metricLabels"
  28. >
  29. Metric Labels
  30. </option>
  31. <option
  32. value="resourceLabels"
  33. >
  34. Resource Labels
  35. </option>
  36. <option
  37. value="resourceTypes"
  38. >
  39. Resource Types
  40. </option>
  41. <option
  42. value="aggregations"
  43. >
  44. Aggregations
  45. </option>
  46. <option
  47. value="alignerns"
  48. >
  49. Aligners
  50. </option>
  51. <option
  52. value="alignmentPeriods"
  53. >
  54. Alignment Periods
  55. </option>
  56. </select>
  57. </div>
  58. </div>,
  59. <div
  60. className="gf-form max-width-21"
  61. >
  62. <span
  63. className="gf-form-label width-10"
  64. >
  65. Services
  66. </span>
  67. <div
  68. className="gf-form-select-wrapper max-width-10"
  69. >
  70. <select
  71. className="gf-form-input"
  72. onChange={[Function]}
  73. required={true}
  74. value=""
  75. />
  76. </div>
  77. </div>,
  78. ]
  79. `;