Aggregations.test.tsx.snap 3.1 KB

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