Aggregations.test.tsx.snap 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. // Jest Snapshot v1, https://goo.gl/fbAQLP
  2. exports[`Aggregations renders correctly 1`] = `
  3. Array [
  4. <div
  5. className="gf-form-inline"
  6. >
  7. <div
  8. className="gf-form"
  9. >
  10. <label
  11. className="gf-form-label query-keyword width-9"
  12. >
  13. Aggregation
  14. </label>
  15. <div>
  16. <div
  17. className="css-0 gf-form-input gf-form-input--form-dropdown width-15"
  18. onKeyDown={[Function]}
  19. >
  20. <div
  21. className="css-0 gf-form-select-box__control"
  22. onMouseDown={[Function]}
  23. onTouchEnd={[Function]}
  24. >
  25. <div
  26. className="css-0 gf-form-select-box__value-container"
  27. >
  28. <div
  29. className="css-0 gf-form-select-box__placeholder"
  30. >
  31. Select Reducer
  32. </div>
  33. <div
  34. className="css-0"
  35. >
  36. <div
  37. className="gf-form-select-box__input"
  38. style={
  39. Object {
  40. "display": "inline-block",
  41. }
  42. }
  43. >
  44. <input
  45. aria-autocomplete="list"
  46. autoCapitalize="none"
  47. autoComplete="off"
  48. autoCorrect="off"
  49. disabled={false}
  50. id="react-select-2-input"
  51. onBlur={[Function]}
  52. onChange={[Function]}
  53. onFocus={[Function]}
  54. spellCheck="false"
  55. style={
  56. Object {
  57. "background": 0,
  58. "border": 0,
  59. "boxSizing": "content-box",
  60. "color": "inherit",
  61. "fontSize": "inherit",
  62. "opacity": 1,
  63. "outline": 0,
  64. "padding": 0,
  65. "width": "1px",
  66. }
  67. }
  68. tabIndex="0"
  69. type="text"
  70. value=""
  71. />
  72. <div
  73. style={
  74. Object {
  75. "height": 0,
  76. "left": 0,
  77. "overflow": "scroll",
  78. "position": "absolute",
  79. "top": 0,
  80. "visibility": "hidden",
  81. "whiteSpace": "pre",
  82. }
  83. }
  84. >
  85. </div>
  86. </div>
  87. </div>
  88. </div>
  89. <div
  90. className="css-0 gf-form-select-box__indicators"
  91. >
  92. <span
  93. className="gf-form-select-box__select-arrow "
  94. />
  95. </div>
  96. </div>
  97. </div>
  98. </div>
  99. </div>
  100. <div
  101. className="gf-form gf-form--grow"
  102. >
  103. <label
  104. className="gf-form-label gf-form-label--grow"
  105. >
  106. <a
  107. onClick={[Function]}
  108. >
  109. <i
  110. className="fa fa-caret-right"
  111. />
  112. Advanced Options
  113. </a>
  114. </label>
  115. </div>
  116. </div>,
  117. <div />,
  118. ]
  119. `;