@zohodesk/dot 1.7.18 → 1.7.20-exp.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (977) hide show
  1. package/.cli/propValidation_report.html +1 -1
  2. package/README.md +6 -0
  3. package/es/ActionButton/ActionButton.module.css +1 -1
  4. package/es/AlphabeticList/AlphabeticList.module.css +1 -1
  5. package/es/Attachment/Attachment.module.css +7 -3
  6. package/es/AttachmentViewer/Attachment.js +106 -1
  7. package/es/AttachmentViewer/AttachmentViewer.js +114 -28
  8. package/es/AttachmentViewer/AttachmentViewer.module.css +32 -9
  9. package/es/AttachmentViewer/__tests__/__snapshots__/AttachmentViewer.spec.js.snap +15 -16
  10. package/es/AttachmentViewer/props/defaultProps.js +1 -1
  11. package/es/AttachmentViewer/props/propTypes.js +9 -1
  12. package/es/AttachmentViewer/utils.js +98 -13
  13. package/es/DotProvider/hooks/useDotProvider.js +1 -0
  14. package/es/Drawer/Drawer.module.css +1 -1
  15. package/es/emptystate/CommonEmptyState/CommonEmptyState.module.css +1 -1
  16. package/es/emptystate/EditionPage/EditionPage.css +2 -2
  17. package/es/errorstate/PermissionPlay/PermissionPlay.module.css +1 -1
  18. package/es/form/fields/TextEditor/TextEditor.js +2 -1
  19. package/es/form/fields/TextEditor/TextEditor.module.css +2 -2
  20. package/es/layout/SetupDetailLayout/SetupDetailLayout.module.css +1 -1
  21. package/es/list/SecondaryText/SecondaryText.module.css +8 -8
  22. package/es/list/Subject/Subject.module.css +3 -3
  23. package/es/lookup/EmptyPage/LookupEmptyPage.module.css +4 -2
  24. package/es/lookup/header/Title/LookupTitle.module.css +7 -3
  25. package/es/lookup/header/ViewDropDown/ViewDropDown.module.css +13 -2
  26. package/es/setup/header/Search/Search.module.css +1 -1
  27. package/es/utils/General.js +23 -1
  28. package/es/v1/form/fields/TextEditor/TextEditor.js +2 -1
  29. package/es/version2/GlobalNotification/GlobalNotification.module.css +3 -2
  30. package/es/version2/errorstate/V2_ErrorStates.module.css +1 -1
  31. package/es/version2/lookup/AlertHeader/css/AlertHeaderNew.module.css +9 -3
  32. package/es/version2/lookup/alertLookupCommonNew.module.css +1 -1
  33. package/es/version2/notification/DesktopNotification/DesktopNotification.module.css +4 -3
  34. package/lib/ActionButton/ActionButton.module.css +1 -1
  35. package/lib/AlphabeticList/AlphabeticList.module.css +1 -1
  36. package/lib/Attachment/Attachment.module.css +7 -3
  37. package/lib/AttachmentViewer/Attachment.js +109 -1
  38. package/lib/AttachmentViewer/AttachmentViewer.js +121 -25
  39. package/lib/AttachmentViewer/AttachmentViewer.module.css +32 -9
  40. package/lib/AttachmentViewer/__tests__/__snapshots__/AttachmentViewer.spec.js.snap +15 -16
  41. package/lib/AttachmentViewer/props/defaultProps.js +1 -1
  42. package/lib/AttachmentViewer/props/propTypes.js +9 -1
  43. package/lib/AttachmentViewer/utils.js +102 -8
  44. package/lib/DotProvider/hooks/useDotProvider.js +2 -0
  45. package/lib/Drawer/Drawer.module.css +1 -1
  46. package/lib/emptystate/CommonEmptyState/CommonEmptyState.module.css +1 -1
  47. package/lib/emptystate/EditionPage/EditionPage.css +2 -2
  48. package/lib/errorstate/PermissionPlay/PermissionPlay.module.css +1 -1
  49. package/lib/form/fields/TextEditor/TextEditor.js +1 -1
  50. package/lib/form/fields/TextEditor/TextEditor.module.css +2 -2
  51. package/lib/layout/SetupDetailLayout/SetupDetailLayout.module.css +1 -1
  52. package/lib/list/SecondaryText/SecondaryText.module.css +8 -8
  53. package/lib/list/Subject/Subject.module.css +3 -3
  54. package/lib/lookup/EmptyPage/LookupEmptyPage.module.css +4 -2
  55. package/lib/lookup/header/Title/LookupTitle.module.css +7 -3
  56. package/lib/lookup/header/ViewDropDown/ViewDropDown.module.css +13 -2
  57. package/lib/setup/header/Search/Search.module.css +1 -1
  58. package/lib/utils/General.js +25 -1
  59. package/lib/v1/form/fields/TextEditor/TextEditor.js +1 -1
  60. package/lib/version2/GlobalNotification/GlobalNotification.module.css +3 -2
  61. package/lib/version2/errorstate/V2_ErrorStates.module.css +1 -1
  62. package/lib/version2/lookup/AlertHeader/css/AlertHeaderNew.module.css +9 -3
  63. package/lib/version2/lookup/alertLookupCommonNew.module.css +1 -1
  64. package/lib/version2/notification/DesktopNotification/DesktopNotification.module.css +4 -3
  65. package/package.json +10 -8
  66. package/result.json +1 -1
  67. package/unittest/index.html +1 -1
  68. package/coverage/__testUtils__/MockResizeObserver.js.html +0 -163
  69. package/coverage/__testUtils__/index.html +0 -116
  70. package/coverage/assets/Appearance/dark/mode/Dot_DarkMode.module.css.html +0 -1822
  71. package/coverage/assets/Appearance/dark/mode/index.html +0 -116
  72. package/coverage/assets/Appearance/dark/themes/blue/blue_DotTheme_DarkTheme.module.css.html +0 -160
  73. package/coverage/assets/Appearance/dark/themes/blue/index.html +0 -116
  74. package/coverage/assets/Appearance/dark/themes/green/green_DotTheme_DarkTheme.module.css.html +0 -160
  75. package/coverage/assets/Appearance/dark/themes/green/index.html +0 -116
  76. package/coverage/assets/Appearance/dark/themes/orange/index.html +0 -116
  77. package/coverage/assets/Appearance/dark/themes/orange/orange_DotTheme_DarkTheme.module.css.html +0 -160
  78. package/coverage/assets/Appearance/dark/themes/red/index.html +0 -116
  79. package/coverage/assets/Appearance/dark/themes/red/red_DotTheme_DarkTheme.module.css.html +0 -160
  80. package/coverage/assets/Appearance/dark/themes/yellow/index.html +0 -116
  81. package/coverage/assets/Appearance/dark/themes/yellow/yellow_DotTheme_DarkTheme.module.css.html +0 -160
  82. package/coverage/assets/Appearance/light/mode/Dot_LightMode.module.css.html +0 -1822
  83. package/coverage/assets/Appearance/light/mode/index.html +0 -116
  84. package/coverage/assets/Appearance/light/themes/blue/blue_DotTheme_LightTheme.module.css.html +0 -160
  85. package/coverage/assets/Appearance/light/themes/blue/index.html +0 -116
  86. package/coverage/assets/Appearance/light/themes/green/green_DotTheme_LightTheme.module.css.html +0 -160
  87. package/coverage/assets/Appearance/light/themes/green/index.html +0 -116
  88. package/coverage/assets/Appearance/light/themes/orange/index.html +0 -116
  89. package/coverage/assets/Appearance/light/themes/orange/orange_DotTheme_LightTheme.module.css.html +0 -160
  90. package/coverage/assets/Appearance/light/themes/red/index.html +0 -116
  91. package/coverage/assets/Appearance/light/themes/red/red_DotTheme_LightTheme.module.css.html +0 -160
  92. package/coverage/assets/Appearance/light/themes/yellow/index.html +0 -116
  93. package/coverage/assets/Appearance/light/themes/yellow/yellow_DotTheme_LightTheme.module.css.html +0 -160
  94. package/coverage/assets/Appearance/pureDark/mode/Dot_PureDarkMode.module.css.html +0 -1822
  95. package/coverage/assets/Appearance/pureDark/mode/index.html +0 -116
  96. package/coverage/assets/Appearance/pureDark/themes/blue/blue_DotTheme_PureDarkTheme.module.css.html +0 -160
  97. package/coverage/assets/Appearance/pureDark/themes/blue/index.html +0 -116
  98. package/coverage/assets/Appearance/pureDark/themes/green/green_DotTheme_PureDarkTheme.module.css.html +0 -160
  99. package/coverage/assets/Appearance/pureDark/themes/green/index.html +0 -116
  100. package/coverage/assets/Appearance/pureDark/themes/orange/index.html +0 -116
  101. package/coverage/assets/Appearance/pureDark/themes/orange/orange_DotTheme_PureDarkTheme.module.css.html +0 -160
  102. package/coverage/assets/Appearance/pureDark/themes/red/index.html +0 -116
  103. package/coverage/assets/Appearance/pureDark/themes/red/red_DotTheme_PureDarkTheme.module.css.html +0 -160
  104. package/coverage/assets/Appearance/pureDark/themes/yellow/index.html +0 -116
  105. package/coverage/assets/Appearance/pureDark/themes/yellow/yellow_DotTheme_PureDarkTheme.module.css.html +0 -160
  106. package/coverage/base.css +0 -224
  107. package/coverage/block-navigation.js +0 -87
  108. package/coverage/coverage-final.json +0 -593
  109. package/coverage/coverage-summary.json +0 -594
  110. package/coverage/favicon.png +0 -0
  111. package/coverage/images/audio_thumbnail.png.html +0 -0
  112. package/coverage/images/index.html +0 -116
  113. package/coverage/index.html +0 -4691
  114. package/coverage/prettify.css +0 -1
  115. package/coverage/prettify.js +0 -2
  116. package/coverage/sort-arrow-sprite.png +0 -0
  117. package/coverage/sorter.js +0 -196
  118. package/coverage/src/ActionButton/ActionButton.js.html +0 -652
  119. package/coverage/src/ActionButton/ActionButton.module.css.html +0 -559
  120. package/coverage/src/ActionButton/index.html +0 -131
  121. package/coverage/src/ActionButton/props/defaultProps.js.html +0 -142
  122. package/coverage/src/ActionButton/props/index.html +0 -131
  123. package/coverage/src/ActionButton/props/propTypes.js.html +0 -199
  124. package/coverage/src/AlphabeticList/AlphabeticList.js.html +0 -424
  125. package/coverage/src/AlphabeticList/AlphabeticList.module.css.html +0 -247
  126. package/coverage/src/AlphabeticList/index.html +0 -131
  127. package/coverage/src/AlphabeticList/props/defaultProps.js.html +0 -124
  128. package/coverage/src/AlphabeticList/props/index.html +0 -131
  129. package/coverage/src/AlphabeticList/props/propTypes.js.html +0 -250
  130. package/coverage/src/Attachment/Attachment.js.html +0 -388
  131. package/coverage/src/Attachment/Attachment.module.css.html +0 -583
  132. package/coverage/src/Attachment/index.html +0 -131
  133. package/coverage/src/Attachment/props/defaultProps.js.html +0 -109
  134. package/coverage/src/Attachment/props/index.html +0 -131
  135. package/coverage/src/Attachment/props/propTypes.js.html +0 -142
  136. package/coverage/src/AttachmentViewer/Attachment.js.html +0 -193
  137. package/coverage/src/AttachmentViewer/AttachmentImage.js.html +0 -334
  138. package/coverage/src/AttachmentViewer/AttachmentViewer.js.html +0 -1723
  139. package/coverage/src/AttachmentViewer/AttachmentViewer.module.css.html +0 -994
  140. package/coverage/src/AttachmentViewer/index.html +0 -176
  141. package/coverage/src/AttachmentViewer/props/defaultProps.js.html +0 -136
  142. package/coverage/src/AttachmentViewer/props/index.html +0 -131
  143. package/coverage/src/AttachmentViewer/props/propTypes.js.html +0 -211
  144. package/coverage/src/AttachmentViewer/utils.js.html +0 -400
  145. package/coverage/src/ChannelIcon/ChannelIcon.js.html +0 -466
  146. package/coverage/src/ChannelIcon/ChannelIcon.module.css.html +0 -727
  147. package/coverage/src/ChannelIcon/index.html +0 -131
  148. package/coverage/src/ChannelIcon/props/defaultProps.js.html +0 -109
  149. package/coverage/src/ChannelIcon/props/index.html +0 -131
  150. package/coverage/src/ChannelIcon/props/propTypes.js.html +0 -187
  151. package/coverage/src/DotProvider/DotProvider.js.html +0 -298
  152. package/coverage/src/DotProvider/hooks/index.html +0 -131
  153. package/coverage/src/DotProvider/hooks/useDotProvider.js.html +0 -238
  154. package/coverage/src/DotProvider/hooks/useDownloadAssetsAndSetAttr.js.html +0 -373
  155. package/coverage/src/DotProvider/index.html +0 -116
  156. package/coverage/src/DotProvider/libraryChunks/appearance/component/Dark_Component.js.html +0 -88
  157. package/coverage/src/DotProvider/libraryChunks/appearance/component/Light_Component.js.html +0 -88
  158. package/coverage/src/DotProvider/libraryChunks/appearance/component/PureDark_Component.js.html +0 -88
  159. package/coverage/src/DotProvider/libraryChunks/appearance/component/index.html +0 -146
  160. package/coverage/src/DotProvider/libraryChunks/themes/component/blue/Blue_Dark_Component.js.html +0 -91
  161. package/coverage/src/DotProvider/libraryChunks/themes/component/blue/Blue_Light_Component.js.html +0 -91
  162. package/coverage/src/DotProvider/libraryChunks/themes/component/blue/Blue_PureDark_Component.js.html +0 -91
  163. package/coverage/src/DotProvider/libraryChunks/themes/component/blue/index.html +0 -146
  164. package/coverage/src/DotProvider/libraryChunks/themes/component/green/Green_Dark_Component.js.html +0 -91
  165. package/coverage/src/DotProvider/libraryChunks/themes/component/green/Green_Light_Component.js.html +0 -91
  166. package/coverage/src/DotProvider/libraryChunks/themes/component/green/Green_PureDark_Component.js.html +0 -91
  167. package/coverage/src/DotProvider/libraryChunks/themes/component/green/index.html +0 -146
  168. package/coverage/src/DotProvider/libraryChunks/themes/component/orange/Orange_Dark_Component.js.html +0 -91
  169. package/coverage/src/DotProvider/libraryChunks/themes/component/orange/Orange_Light_Component.js.html +0 -91
  170. package/coverage/src/DotProvider/libraryChunks/themes/component/orange/Orange_PureDark_Component.js.html +0 -91
  171. package/coverage/src/DotProvider/libraryChunks/themes/component/orange/index.html +0 -146
  172. package/coverage/src/DotProvider/libraryChunks/themes/component/red/Red_Dark_Component.js.html +0 -91
  173. package/coverage/src/DotProvider/libraryChunks/themes/component/red/Red_Light_Component.js.html +0 -91
  174. package/coverage/src/DotProvider/libraryChunks/themes/component/red/Red_PureDark_Component.js.html +0 -91
  175. package/coverage/src/DotProvider/libraryChunks/themes/component/red/index.html +0 -146
  176. package/coverage/src/DotProvider/libraryChunks/themes/component/yellow/Yellow_Dark_Component.js.html +0 -91
  177. package/coverage/src/DotProvider/libraryChunks/themes/component/yellow/Yellow_Light_Component.js.html +0 -91
  178. package/coverage/src/DotProvider/libraryChunks/themes/component/yellow/Yellow_PureDark_Component.js.html +0 -91
  179. package/coverage/src/DotProvider/libraryChunks/themes/component/yellow/index.html +0 -146
  180. package/coverage/src/DotProvider/libraryChunks/themes/dot/blue/Blue_Dark_Dot.js.html +0 -85
  181. package/coverage/src/DotProvider/libraryChunks/themes/dot/blue/Blue_Light_Dot.js.html +0 -85
  182. package/coverage/src/DotProvider/libraryChunks/themes/dot/blue/Blue_PureDark_Dot.js.html +0 -85
  183. package/coverage/src/DotProvider/libraryChunks/themes/dot/blue/index.html +0 -146
  184. package/coverage/src/DotProvider/libraryChunks/themes/dot/green/Green_Dark_Dot.js.html +0 -85
  185. package/coverage/src/DotProvider/libraryChunks/themes/dot/green/Green_Light_Dot.js.html +0 -85
  186. package/coverage/src/DotProvider/libraryChunks/themes/dot/green/Green_PureDark_Dot.js.html +0 -85
  187. package/coverage/src/DotProvider/libraryChunks/themes/dot/green/index.html +0 -146
  188. package/coverage/src/DotProvider/libraryChunks/themes/dot/orange/Orange_Dark_Dot.js.html +0 -85
  189. package/coverage/src/DotProvider/libraryChunks/themes/dot/orange/Orange_Light_Dot.js.html +0 -85
  190. package/coverage/src/DotProvider/libraryChunks/themes/dot/orange/Orange_PureDark_Dot.js.html +0 -85
  191. package/coverage/src/DotProvider/libraryChunks/themes/dot/orange/index.html +0 -146
  192. package/coverage/src/DotProvider/libraryChunks/themes/dot/red/Red_Dark_Dot.js.html +0 -85
  193. package/coverage/src/DotProvider/libraryChunks/themes/dot/red/Red_Light_Dot.js.html +0 -85
  194. package/coverage/src/DotProvider/libraryChunks/themes/dot/red/Red_PureDark_Dot.js.html +0 -85
  195. package/coverage/src/DotProvider/libraryChunks/themes/dot/red/index.html +0 -146
  196. package/coverage/src/DotProvider/libraryChunks/themes/dot/yellow/Yellow_Dark_Dot.js.html +0 -85
  197. package/coverage/src/DotProvider/libraryChunks/themes/dot/yellow/Yellow_Light_Dot.js.html +0 -85
  198. package/coverage/src/DotProvider/libraryChunks/themes/dot/yellow/Yellow_PureDark_Dot.js.html +0 -85
  199. package/coverage/src/DotProvider/libraryChunks/themes/dot/yellow/index.html +0 -146
  200. package/coverage/src/DotProvider/libraryChunks/themes/svg/blue/Blue_Dark_SVG.js.html +0 -85
  201. package/coverage/src/DotProvider/libraryChunks/themes/svg/blue/Blue_Light_SVG.js.html +0 -85
  202. package/coverage/src/DotProvider/libraryChunks/themes/svg/blue/Blue_PureDark_SVG.js.html +0 -85
  203. package/coverage/src/DotProvider/libraryChunks/themes/svg/blue/index.html +0 -146
  204. package/coverage/src/DotProvider/libraryChunks/themes/svg/green/Green_Dark_SVG.js.html +0 -85
  205. package/coverage/src/DotProvider/libraryChunks/themes/svg/green/Green_Light_SVG.js.html +0 -85
  206. package/coverage/src/DotProvider/libraryChunks/themes/svg/green/Green_PureDark_SVG.js.html +0 -85
  207. package/coverage/src/DotProvider/libraryChunks/themes/svg/green/index.html +0 -146
  208. package/coverage/src/DotProvider/libraryChunks/themes/svg/orange/Orange_Dark_SVG.js.html +0 -85
  209. package/coverage/src/DotProvider/libraryChunks/themes/svg/orange/Orange_Light_SVG.js.html +0 -85
  210. package/coverage/src/DotProvider/libraryChunks/themes/svg/orange/Orange_PureDark_SVG.js.html +0 -85
  211. package/coverage/src/DotProvider/libraryChunks/themes/svg/orange/index.html +0 -146
  212. package/coverage/src/DotProvider/libraryChunks/themes/svg/red/Red_Dark_SVG.js.html +0 -85
  213. package/coverage/src/DotProvider/libraryChunks/themes/svg/red/Red_Light_SVG.js.html +0 -85
  214. package/coverage/src/DotProvider/libraryChunks/themes/svg/red/Red_PureDark_SVG.js.html +0 -85
  215. package/coverage/src/DotProvider/libraryChunks/themes/svg/red/index.html +0 -146
  216. package/coverage/src/DotProvider/libraryChunks/themes/svg/yellow/Yellow_Dark_SVG.js.html +0 -85
  217. package/coverage/src/DotProvider/libraryChunks/themes/svg/yellow/Yellow_Light_SVG.js.html +0 -85
  218. package/coverage/src/DotProvider/libraryChunks/themes/svg/yellow/Yellow_PureDark_SVG.js.html +0 -85
  219. package/coverage/src/DotProvider/libraryChunks/themes/svg/yellow/index.html +0 -146
  220. package/coverage/src/DotProvider/props/defaultProps.js.html +0 -121
  221. package/coverage/src/DotProvider/props/index.html +0 -131
  222. package/coverage/src/DotProvider/props/propTypes.js.html +0 -136
  223. package/coverage/src/DotProvider/utils/assetPromiseHandlers/fontSizeAssetPromise.js.html +0 -97
  224. package/coverage/src/DotProvider/utils/assetPromiseHandlers/index.html +0 -161
  225. package/coverage/src/DotProvider/utils/assetPromiseHandlers/themeAppearanceAssetPromise.js.html +0 -142
  226. package/coverage/src/DotProvider/utils/assetPromiseHandlers/themeColorAssetPromise.js.html +0 -142
  227. package/coverage/src/DotProvider/utils/assetPromiseHandlers/zoomSizeAssetPromise.js.html +0 -97
  228. package/coverage/src/DotProvider/utils/constants.js.html +0 -136
  229. package/coverage/src/DotProvider/utils/errorValidation.js.html +0 -121
  230. package/coverage/src/DotProvider/utils/getAssetsImportPromises.js.html +0 -118
  231. package/coverage/src/DotProvider/utils/index.html +0 -191
  232. package/coverage/src/DotProvider/utils/sizeAssetsConfig.js.html +0 -109
  233. package/coverage/src/DotProvider/utils/themeAppearanceAssetsConfig.js.html +0 -175
  234. package/coverage/src/DotProvider/utils/themeColorAssetsConfig.js.html +0 -481
  235. package/coverage/src/Drawer/Drawer.js.html +0 -1042
  236. package/coverage/src/Drawer/Drawer.module.css.html +0 -466
  237. package/coverage/src/Drawer/index.html +0 -131
  238. package/coverage/src/Drawer/props/defaultProps.js.html +0 -163
  239. package/coverage/src/Drawer/props/index.html +0 -131
  240. package/coverage/src/Drawer/props/propTypes.js.html +0 -295
  241. package/coverage/src/ExternalLink/ExternalLink.js.html +0 -229
  242. package/coverage/src/ExternalLink/ExternalLink.module.css.html +0 -94
  243. package/coverage/src/ExternalLink/index.html +0 -131
  244. package/coverage/src/ExternalLink/props/defaultProps.js.html +0 -100
  245. package/coverage/src/ExternalLink/props/index.html +0 -131
  246. package/coverage/src/ExternalLink/props/propTypes.js.html +0 -124
  247. package/coverage/src/FlipCard/FlipCard.js.html +0 -529
  248. package/coverage/src/FlipCard/FlipCard.module.css.html +0 -190
  249. package/coverage/src/FlipCard/index.html +0 -131
  250. package/coverage/src/FlipCard/props/defaultProps.js.html +0 -100
  251. package/coverage/src/FlipCard/props/index.html +0 -131
  252. package/coverage/src/FlipCard/props/propTypes.js.html +0 -199
  253. package/coverage/src/FormAction/FormAction.js.html +0 -391
  254. package/coverage/src/FormAction/FormAction.module.css.html +0 -292
  255. package/coverage/src/FormAction/index.html +0 -131
  256. package/coverage/src/FormAction/props/defaultProps.js.html +0 -100
  257. package/coverage/src/FormAction/props/index.html +0 -131
  258. package/coverage/src/FormAction/props/propTypes.js.html +0 -112
  259. package/coverage/src/FreezeLayer/FreezeLayer.js.html +0 -364
  260. package/coverage/src/FreezeLayer/css/FreezeLayer.module.css.html +0 -199
  261. package/coverage/src/FreezeLayer/css/cssJSLogic.js.html +0 -139
  262. package/coverage/src/FreezeLayer/css/index.html +0 -131
  263. package/coverage/src/FreezeLayer/index.html +0 -116
  264. package/coverage/src/FreezeLayer/props/defaultProps.js.html +0 -112
  265. package/coverage/src/FreezeLayer/props/index.html +0 -131
  266. package/coverage/src/FreezeLayer/props/propTypes.js.html +0 -160
  267. package/coverage/src/Hooks/Dragger/css/Dragger.module.css.html +0 -91
  268. package/coverage/src/Hooks/Dragger/css/index.html +0 -116
  269. package/coverage/src/Hooks/Dragger/index.html +0 -116
  270. package/coverage/src/Hooks/Dragger/props/defaultProps.js.html +0 -100
  271. package/coverage/src/Hooks/Dragger/props/index.html +0 -131
  272. package/coverage/src/Hooks/Dragger/props/propTypes.js.html +0 -124
  273. package/coverage/src/Hooks/Dragger/useDragger.js.html +0 -445
  274. package/coverage/src/Hooks/Dragger/utils/DraggerUtil.js.html +0 -133
  275. package/coverage/src/Hooks/Dragger/utils/index.html +0 -116
  276. package/coverage/src/Hooks/index.html +0 -116
  277. package/coverage/src/Hooks/useFreezeLayer.js.html +0 -247
  278. package/coverage/src/IconButton/IconButton.js.html +0 -469
  279. package/coverage/src/IconButton/IconButton.module.css.html +0 -238
  280. package/coverage/src/IconButton/index.html +0 -131
  281. package/coverage/src/IconButton/props/defaultProps.js.html +0 -139
  282. package/coverage/src/IconButton/props/index.html +0 -131
  283. package/coverage/src/IconButton/props/propTypes.js.html +0 -190
  284. package/coverage/src/Image/Image.js.html +0 -190
  285. package/coverage/src/Image/Image.module.css.html +0 -118
  286. package/coverage/src/Image/index.html +0 -131
  287. package/coverage/src/Image/props/defaultProps.js.html +0 -97
  288. package/coverage/src/Image/props/index.html +0 -131
  289. package/coverage/src/Image/props/propTypes.js.html +0 -133
  290. package/coverage/src/ImportantNotes/ImportantNotes.js.html +0 -223
  291. package/coverage/src/ImportantNotes/ImportantNotes.module.css.html +0 -133
  292. package/coverage/src/ImportantNotes/index.html +0 -131
  293. package/coverage/src/ImportantNotes/props/defaultProps.js.html +0 -103
  294. package/coverage/src/ImportantNotes/props/index.html +0 -131
  295. package/coverage/src/ImportantNotes/props/propTypes.js.html +0 -118
  296. package/coverage/src/Link/Link.js.html +0 -388
  297. package/coverage/src/Link/Link.module.css.html +0 -94
  298. package/coverage/src/Link/LinkContext.js.html +0 -112
  299. package/coverage/src/Link/index.html +0 -146
  300. package/coverage/src/Link/props/defaultProps.js.html +0 -100
  301. package/coverage/src/Link/props/index.html +0 -131
  302. package/coverage/src/Link/props/propTypes.js.html +0 -142
  303. package/coverage/src/Loader/Loader.js.html +0 -136
  304. package/coverage/src/Loader/Loader.module.css.html +0 -163
  305. package/coverage/src/Loader/index.html +0 -131
  306. package/coverage/src/Message/Message.js.html +0 -361
  307. package/coverage/src/Message/Message.module.css.html +0 -292
  308. package/coverage/src/Message/index.html +0 -131
  309. package/coverage/src/Message/props/defaultProps.js.html +0 -97
  310. package/coverage/src/Message/props/index.html +0 -131
  311. package/coverage/src/Message/props/propTypes.js.html +0 -157
  312. package/coverage/src/MessageBanner/MessageBanner.js.html +0 -244
  313. package/coverage/src/MessageBanner/MessageBanner.module.css.html +0 -199
  314. package/coverage/src/MessageBanner/index.html +0 -131
  315. package/coverage/src/MessageBanner/props/defaultProps.js.html +0 -106
  316. package/coverage/src/MessageBanner/props/index.html +0 -131
  317. package/coverage/src/MessageBanner/props/propTypes.js.html +0 -127
  318. package/coverage/src/NewStar/NewStar.js.html +0 -259
  319. package/coverage/src/NewStar/NewStar.module.css.html +0 -490
  320. package/coverage/src/NewStar/index.html +0 -131
  321. package/coverage/src/NewStar/props/defaultProps.js.html +0 -97
  322. package/coverage/src/NewStar/props/index.html +0 -131
  323. package/coverage/src/NewStar/props/propTypes.js.html +0 -121
  324. package/coverage/src/Onboarding/CarouselDots/CarouselDot/CarouselDot.js.html +0 -184
  325. package/coverage/src/Onboarding/CarouselDots/CarouselDot/css/CarouselDot.module.css.html +0 -262
  326. package/coverage/src/Onboarding/CarouselDots/CarouselDot/css/index.html +0 -116
  327. package/coverage/src/Onboarding/CarouselDots/CarouselDot/index.html +0 -116
  328. package/coverage/src/Onboarding/CarouselDots/CarouselDot/props/defaultProps.js.html +0 -103
  329. package/coverage/src/Onboarding/CarouselDots/CarouselDot/props/index.html +0 -131
  330. package/coverage/src/Onboarding/CarouselDots/CarouselDot/props/propTypes.js.html +0 -115
  331. package/coverage/src/Onboarding/CarouselDots/CarouselDots.js.html +0 -238
  332. package/coverage/src/Onboarding/CarouselDots/css/CarouselDots.module.css.html +0 -100
  333. package/coverage/src/Onboarding/CarouselDots/css/index.html +0 -116
  334. package/coverage/src/Onboarding/CarouselDots/index.html +0 -116
  335. package/coverage/src/Onboarding/CarouselDots/props/defaultProps.js.html +0 -106
  336. package/coverage/src/Onboarding/CarouselDots/props/index.html +0 -131
  337. package/coverage/src/Onboarding/CarouselDots/props/propTypes.js.html +0 -133
  338. package/coverage/src/Onboarding/Onboarding.js.html +0 -778
  339. package/coverage/src/Onboarding/css/Onboarding.module.css.html +0 -1108
  340. package/coverage/src/Onboarding/css/index.html +0 -116
  341. package/coverage/src/Onboarding/hooks/index.html +0 -131
  342. package/coverage/src/Onboarding/hooks/useOnboarding.js.html +0 -190
  343. package/coverage/src/Onboarding/hooks/useOnboardingSlider.js.html +0 -283
  344. package/coverage/src/Onboarding/index.html +0 -116
  345. package/coverage/src/Onboarding/props/defaultProps.js.html +0 -142
  346. package/coverage/src/Onboarding/props/index.html +0 -131
  347. package/coverage/src/Onboarding/props/propTypes.js.html +0 -298
  348. package/coverage/src/PlusIcon/PlusIcon.js.html +0 -193
  349. package/coverage/src/PlusIcon/PlusIcon.module.css.html +0 -139
  350. package/coverage/src/PlusIcon/index.html +0 -131
  351. package/coverage/src/PlusIcon/props/defaultProps.js.html +0 -112
  352. package/coverage/src/PlusIcon/props/index.html +0 -131
  353. package/coverage/src/PlusIcon/props/propTypes.js.html +0 -127
  354. package/coverage/src/Provider/Config.js.html +0 -136
  355. package/coverage/src/Provider/index.html +0 -116
  356. package/coverage/src/Separator/Separator.js.html +0 -286
  357. package/coverage/src/Separator/Separator.module.css.html +0 -187
  358. package/coverage/src/Separator/index.html +0 -131
  359. package/coverage/src/Separator/props/defaultProps.js.html +0 -118
  360. package/coverage/src/Separator/props/index.html +0 -131
  361. package/coverage/src/Separator/props/propTypes.js.html +0 -121
  362. package/coverage/src/TagWithIcon/TagWithIcon.js.html +0 -247
  363. package/coverage/src/TagWithIcon/TagWithIcon.module.css.html +0 -262
  364. package/coverage/src/TagWithIcon/index.html +0 -131
  365. package/coverage/src/TagWithIcon/props/defaultProps.js.html +0 -106
  366. package/coverage/src/TagWithIcon/props/index.html +0 -131
  367. package/coverage/src/TagWithIcon/props/propTypes.js.html +0 -124
  368. package/coverage/src/ToastMessage/ToastMessage.js.html +0 -751
  369. package/coverage/src/ToastMessage/ToastMessage.module.css.html +0 -859
  370. package/coverage/src/ToastMessage/index.html +0 -131
  371. package/coverage/src/ToastMessage/props/defaultProps.js.html +0 -139
  372. package/coverage/src/ToastMessage/props/index.html +0 -131
  373. package/coverage/src/ToastMessage/props/propTypes.js.html +0 -229
  374. package/coverage/src/Upload/Upload.js.html +0 -310
  375. package/coverage/src/Upload/Upload.module.css.html +0 -403
  376. package/coverage/src/Upload/index.html +0 -131
  377. package/coverage/src/Upload/props/defaultProps.js.html +0 -106
  378. package/coverage/src/Upload/props/index.html +0 -131
  379. package/coverage/src/Upload/props/propTypes.js.html +0 -139
  380. package/coverage/src/VideoLookup/VideoLookup.js.html +0 -307
  381. package/coverage/src/VideoLookup/css/VideoLookup.module.css.html +0 -262
  382. package/coverage/src/VideoLookup/css/index.html +0 -116
  383. package/coverage/src/VideoLookup/index.html +0 -116
  384. package/coverage/src/VideoLookup/props/defaultProps.js.html +0 -109
  385. package/coverage/src/VideoLookup/props/index.html +0 -131
  386. package/coverage/src/VideoLookup/props/propTypes.js.html +0 -124
  387. package/coverage/src/actions/AutoClose.js.html +0 -181
  388. package/coverage/src/actions/index.html +0 -116
  389. package/coverage/src/actions/props/defaultProps.js.html +0 -94
  390. package/coverage/src/actions/props/index.html +0 -131
  391. package/coverage/src/actions/props/propTypes.js.html +0 -112
  392. package/coverage/src/alert/AlertHeader/AlertHeader.js.html +0 -337
  393. package/coverage/src/alert/AlertHeader/AlertHeader.module.css.html +0 -271
  394. package/coverage/src/alert/AlertHeader/index.html +0 -131
  395. package/coverage/src/alert/AlertHeader/props/defaultProps.js.html +0 -109
  396. package/coverage/src/alert/AlertHeader/props/index.html +0 -131
  397. package/coverage/src/alert/AlertHeader/props/propTypes.js.html +0 -148
  398. package/coverage/src/alert/AlertLookup/AlertLookup.js.html +0 -472
  399. package/coverage/src/alert/AlertLookup/AlertLookup.module.css.html +0 -151
  400. package/coverage/src/alert/AlertLookup/index.html +0 -131
  401. package/coverage/src/alert/AlertLookup/props/defaultProps.js.html +0 -127
  402. package/coverage/src/alert/AlertLookup/props/index.html +0 -131
  403. package/coverage/src/alert/AlertLookup/props/propTypes.js.html +0 -193
  404. package/coverage/src/avatar/AvatarClose/AvatarClose.js.html +0 -190
  405. package/coverage/src/avatar/AvatarClose/AvatarClose.module.css.html +0 -178
  406. package/coverage/src/avatar/AvatarClose/index.html +0 -131
  407. package/coverage/src/avatar/AvatarClose/props/defaultProps.js.html +0 -106
  408. package/coverage/src/avatar/AvatarClose/props/index.html +0 -131
  409. package/coverage/src/avatar/AvatarClose/props/propTypes.js.html +0 -133
  410. package/coverage/src/avatar/AvatarCollision/AvatarCollision.js.html +0 -241
  411. package/coverage/src/avatar/AvatarCollision/AvatarCollision.module.css.html +0 -250
  412. package/coverage/src/avatar/AvatarCollision/index.html +0 -131
  413. package/coverage/src/avatar/AvatarCollision/props/defaultProps.js.html +0 -109
  414. package/coverage/src/avatar/AvatarCollision/props/index.html +0 -131
  415. package/coverage/src/avatar/AvatarCollision/props/propTypes.js.html +0 -139
  416. package/coverage/src/avatar/AvatarIcon/AvatarIcon.js.html +0 -253
  417. package/coverage/src/avatar/AvatarIcon/AvatarIcon.module.css.html +0 -268
  418. package/coverage/src/avatar/AvatarIcon/index.html +0 -131
  419. package/coverage/src/avatar/AvatarIcon/props/defaultProps.js.html +0 -127
  420. package/coverage/src/avatar/AvatarIcon/props/index.html +0 -131
  421. package/coverage/src/avatar/AvatarIcon/props/propTypes.js.html +0 -148
  422. package/coverage/src/avatar/AvatarStatus/AvatarStatus.js.html +0 -301
  423. package/coverage/src/avatar/AvatarStatus/AvatarStatus.module.css.html +0 -373
  424. package/coverage/src/avatar/AvatarStatus/index.html +0 -131
  425. package/coverage/src/avatar/AvatarStatus/props/defaultProps.js.html +0 -121
  426. package/coverage/src/avatar/AvatarStatus/props/index.html +0 -131
  427. package/coverage/src/avatar/AvatarStatus/props/propTypes.js.html +0 -166
  428. package/coverage/src/avatar/AvatarThread/AvatarThread.js.html +0 -367
  429. package/coverage/src/avatar/AvatarThread/AvatarThread.module.css.html +0 -439
  430. package/coverage/src/avatar/AvatarThread/index.html +0 -131
  431. package/coverage/src/avatar/AvatarThread/props/defaultProps.js.html +0 -112
  432. package/coverage/src/avatar/AvatarThread/props/index.html +0 -131
  433. package/coverage/src/avatar/AvatarThread/props/propTypes.js.html +0 -178
  434. package/coverage/src/avatar/AvatarUser/AvatarUser.js.html +0 -415
  435. package/coverage/src/avatar/AvatarUser/AvatarUser.module.css.html +0 -385
  436. package/coverage/src/avatar/AvatarUser/index.html +0 -131
  437. package/coverage/src/avatar/AvatarUser/props/defaultProps.js.html +0 -109
  438. package/coverage/src/avatar/AvatarUser/props/index.html +0 -131
  439. package/coverage/src/avatar/AvatarUser/props/propTypes.js.html +0 -193
  440. package/coverage/src/avatar/AvatarWithTeam/AvatarWithTeam.js.html +0 -448
  441. package/coverage/src/avatar/AvatarWithTeam/AvatarWithTeam.module.css.html +0 -133
  442. package/coverage/src/avatar/AvatarWithTeam/index.html +0 -131
  443. package/coverage/src/avatar/AvatarWithTeam/props/defaultProps.js.html +0 -112
  444. package/coverage/src/avatar/AvatarWithTeam/props/index.html +0 -131
  445. package/coverage/src/avatar/AvatarWithTeam/props/propTypes.js.html +0 -163
  446. package/coverage/src/common/dot_boxShadow.module.css.html +0 -214
  447. package/coverage/src/common/index.html +0 -116
  448. package/coverage/src/dropdown/ToggleDropDown/ToggleDropDown.js.html +0 -2773
  449. package/coverage/src/dropdown/ToggleDropDown/ToggleDropDown.module.css.html +0 -346
  450. package/coverage/src/dropdown/ToggleDropDown/index.html +0 -131
  451. package/coverage/src/dropdown/ToggleDropDown/props/defaultProps.js.html +0 -175
  452. package/coverage/src/dropdown/ToggleDropDown/props/index.html +0 -131
  453. package/coverage/src/dropdown/ToggleDropDown/props/propTypes.js.html +0 -379
  454. package/coverage/src/emptystate/CommonEmptyState/CommonEmptyState.js.html +0 -334
  455. package/coverage/src/emptystate/CommonEmptyState/CommonEmptyState.module.css.html +0 -334
  456. package/coverage/src/emptystate/CommonEmptyState/index.html +0 -131
  457. package/coverage/src/emptystate/CommonEmptyState/props/defaultProps.js.html +0 -115
  458. package/coverage/src/emptystate/CommonEmptyState/props/index.html +0 -131
  459. package/coverage/src/emptystate/CommonEmptyState/props/propTypes.js.html +0 -151
  460. package/coverage/src/emptystate/EditionPage/EditionPage.css.html +0 -196
  461. package/coverage/src/emptystate/EditionPage/EditionPage.js.html +0 -229
  462. package/coverage/src/emptystate/EditionPage/index.html +0 -131
  463. package/coverage/src/emptystate/EditionPage/props/defaultProps.js.html +0 -100
  464. package/coverage/src/emptystate/EditionPage/props/index.html +0 -131
  465. package/coverage/src/emptystate/EditionPage/props/propTypes.js.html +0 -121
  466. package/coverage/src/errorstate/EmptyStates.module.css.html +0 -337
  467. package/coverage/src/errorstate/Inconvenience/Inconvenience.js.html +0 -349
  468. package/coverage/src/errorstate/Inconvenience/Inconvenience.module.css.html +0 -97
  469. package/coverage/src/errorstate/Inconvenience/index.html +0 -131
  470. package/coverage/src/errorstate/Inconvenience/props/defaultProps.js.html +0 -97
  471. package/coverage/src/errorstate/Inconvenience/props/index.html +0 -131
  472. package/coverage/src/errorstate/Inconvenience/props/propTypes.js.html +0 -121
  473. package/coverage/src/errorstate/LinkText/LinkText.js.html +0 -166
  474. package/coverage/src/errorstate/LinkText/LinkText.module.css.html +0 -103
  475. package/coverage/src/errorstate/LinkText/index.html +0 -131
  476. package/coverage/src/errorstate/LinkText/props/defaultProps.js.html +0 -97
  477. package/coverage/src/errorstate/LinkText/props/index.html +0 -131
  478. package/coverage/src/errorstate/LinkText/props/propTypes.js.html +0 -112
  479. package/coverage/src/errorstate/NoRequestFound/NoRequestFound.js.html +0 -349
  480. package/coverage/src/errorstate/NoRequestFound/NoRequestFound.module.css.html +0 -94
  481. package/coverage/src/errorstate/NoRequestFound/index.html +0 -131
  482. package/coverage/src/errorstate/NoRequestFound/props/defaultProps.js.html +0 -97
  483. package/coverage/src/errorstate/NoRequestFound/props/index.html +0 -131
  484. package/coverage/src/errorstate/NoRequestFound/props/propTypes.js.html +0 -121
  485. package/coverage/src/errorstate/PermissionPlay/PermissionPlay.js.html +0 -343
  486. package/coverage/src/errorstate/PermissionPlay/PermissionPlay.module.css.html +0 -187
  487. package/coverage/src/errorstate/PermissionPlay/index.html +0 -131
  488. package/coverage/src/errorstate/PermissionPlay/props/defaultProps.js.html +0 -97
  489. package/coverage/src/errorstate/PermissionPlay/props/index.html +0 -131
  490. package/coverage/src/errorstate/PermissionPlay/props/propTypes.js.html +0 -121
  491. package/coverage/src/errorstate/RequestUrlNotFound/RequestUrlNotFound.js.html +0 -349
  492. package/coverage/src/errorstate/RequestUrlNotFound/RequestUrlNotFound.module.css.html +0 -94
  493. package/coverage/src/errorstate/RequestUrlNotFound/index.html +0 -131
  494. package/coverage/src/errorstate/RequestUrlNotFound/props/defaultProps.js.html +0 -97
  495. package/coverage/src/errorstate/RequestUrlNotFound/props/index.html +0 -131
  496. package/coverage/src/errorstate/RequestUrlNotFound/props/propTypes.js.html +0 -121
  497. package/coverage/src/errorstate/UnableToProcess/UnableToProcess.js.html +0 -337
  498. package/coverage/src/errorstate/UnableToProcess/UnableToProcess.module.css.html +0 -94
  499. package/coverage/src/errorstate/UnableToProcess/index.html +0 -131
  500. package/coverage/src/errorstate/UnableToProcess/props/defaultProps.js.html +0 -97
  501. package/coverage/src/errorstate/UnableToProcess/props/index.html +0 -131
  502. package/coverage/src/errorstate/UnableToProcess/props/propTypes.js.html +0 -121
  503. package/coverage/src/errorstate/UnauthorizedLogin/UnauthorizedLogin.js.html +0 -337
  504. package/coverage/src/errorstate/UnauthorizedLogin/UnauthorizedLogin.module.css.html +0 -94
  505. package/coverage/src/errorstate/UnauthorizedLogin/index.html +0 -131
  506. package/coverage/src/errorstate/UnauthorizedLogin/props/defaultProps.js.html +0 -97
  507. package/coverage/src/errorstate/UnauthorizedLogin/props/index.html +0 -131
  508. package/coverage/src/errorstate/UnauthorizedLogin/props/propTypes.js.html +0 -121
  509. package/coverage/src/errorstate/WillBack/WillBack.js.html +0 -307
  510. package/coverage/src/errorstate/WillBack/WillBack.module.css.html +0 -193
  511. package/coverage/src/errorstate/WillBack/index.html +0 -131
  512. package/coverage/src/errorstate/WillBack/props/defaultProps.js.html +0 -97
  513. package/coverage/src/errorstate/WillBack/props/index.html +0 -131
  514. package/coverage/src/errorstate/WillBack/props/propTypes.js.html +0 -103
  515. package/coverage/src/errorstate/index.html +0 -116
  516. package/coverage/src/form/fields/CheckBoxField/CheckBoxField.js.html +0 -580
  517. package/coverage/src/form/fields/CheckBoxField/index.html +0 -116
  518. package/coverage/src/form/fields/CheckBoxField/props/defaultProps.js.html +0 -124
  519. package/coverage/src/form/fields/CheckBoxField/props/index.html +0 -131
  520. package/coverage/src/form/fields/CheckBoxField/props/propTypes.js.html +0 -178
  521. package/coverage/src/form/fields/CurrencyField/CurrencyField.js.html +0 -667
  522. package/coverage/src/form/fields/CurrencyField/index.html +0 -116
  523. package/coverage/src/form/fields/CurrencyField/props/defaultProps.js.html +0 -139
  524. package/coverage/src/form/fields/CurrencyField/props/index.html +0 -131
  525. package/coverage/src/form/fields/CurrencyField/props/propTypes.js.html +0 -208
  526. package/coverage/src/form/fields/DateField/DateField.js.html +0 -682
  527. package/coverage/src/form/fields/DateField/index.html +0 -116
  528. package/coverage/src/form/fields/DateField/props/defaultProps.js.html +0 -145
  529. package/coverage/src/form/fields/DateField/props/index.html +0 -131
  530. package/coverage/src/form/fields/DateField/props/propTypes.js.html +0 -208
  531. package/coverage/src/form/fields/FieldContainer/FieldContainer.js.html +0 -271
  532. package/coverage/src/form/fields/FieldContainer/index.html +0 -116
  533. package/coverage/src/form/fields/FieldContainer/props/defaultProps.js.html +0 -109
  534. package/coverage/src/form/fields/FieldContainer/props/index.html +0 -131
  535. package/coverage/src/form/fields/FieldContainer/props/propTypes.js.html +0 -166
  536. package/coverage/src/form/fields/Fields.module.css.html +0 -628
  537. package/coverage/src/form/fields/MultiSelectField/MultiSelectField.js.html +0 -745
  538. package/coverage/src/form/fields/MultiSelectField/index.html +0 -116
  539. package/coverage/src/form/fields/MultiSelectField/props/defaultProps.js.html +0 -139
  540. package/coverage/src/form/fields/MultiSelectField/props/index.html +0 -131
  541. package/coverage/src/form/fields/MultiSelectField/props/propTypes.js.html +0 -241
  542. package/coverage/src/form/fields/PhoneField/PhoneField.js.html +0 -616
  543. package/coverage/src/form/fields/PhoneField/index.html +0 -116
  544. package/coverage/src/form/fields/PhoneField/props/defaultProps.js.html +0 -133
  545. package/coverage/src/form/fields/PhoneField/props/index.html +0 -131
  546. package/coverage/src/form/fields/PhoneField/props/propTypes.js.html +0 -229
  547. package/coverage/src/form/fields/RadioField/RadioField.js.html +0 -640
  548. package/coverage/src/form/fields/RadioField/index.html +0 -116
  549. package/coverage/src/form/fields/RadioField/props/defaultProps.js.html +0 -124
  550. package/coverage/src/form/fields/RadioField/props/index.html +0 -131
  551. package/coverage/src/form/fields/RadioField/props/propTypes.js.html +0 -205
  552. package/coverage/src/form/fields/SelectField/SelectField.js.html +0 -700
  553. package/coverage/src/form/fields/SelectField/index.html +0 -116
  554. package/coverage/src/form/fields/SelectField/props/defaultProps.js.html +0 -142
  555. package/coverage/src/form/fields/SelectField/props/index.html +0 -131
  556. package/coverage/src/form/fields/SelectField/props/propTypes.js.html +0 -241
  557. package/coverage/src/form/fields/TagsMultiSelect/TagsMultiSelect.js.html +0 -1075
  558. package/coverage/src/form/fields/TagsMultiSelect/TagsMultiSelect.module.css.html +0 -391
  559. package/coverage/src/form/fields/TagsMultiSelect/index.html +0 -131
  560. package/coverage/src/form/fields/TagsMultiSelect/props/defaultProps.js.html +0 -133
  561. package/coverage/src/form/fields/TagsMultiSelect/props/index.html +0 -131
  562. package/coverage/src/form/fields/TagsMultiSelect/props/propTypes.js.html +0 -259
  563. package/coverage/src/form/fields/TagsMultiSelectField/TagsMultiSelectField.js.html +0 -868
  564. package/coverage/src/form/fields/TagsMultiSelectField/TagsMultiSelectField.module.css.html +0 -103
  565. package/coverage/src/form/fields/TagsMultiSelectField/index.html +0 -131
  566. package/coverage/src/form/fields/TagsMultiSelectField/props/defaultProps.js.html +0 -157
  567. package/coverage/src/form/fields/TagsMultiSelectField/props/index.html +0 -131
  568. package/coverage/src/form/fields/TagsMultiSelectField/props/propTypes.js.html +0 -304
  569. package/coverage/src/form/fields/TextBoxField/TextBoxField.js.html +0 -634
  570. package/coverage/src/form/fields/TextBoxField/index.html +0 -116
  571. package/coverage/src/form/fields/TextBoxField/props/defaultProps.js.html +0 -139
  572. package/coverage/src/form/fields/TextBoxField/props/index.html +0 -131
  573. package/coverage/src/form/fields/TextBoxField/props/propTypes.js.html +0 -223
  574. package/coverage/src/form/fields/TextEditor/TextEditor.js.html +0 -1183
  575. package/coverage/src/form/fields/TextEditor/TextEditor.module.css.html +0 -2113
  576. package/coverage/src/form/fields/TextEditor/index.html +0 -131
  577. package/coverage/src/form/fields/TextEditor/props/defaultProps.js.html +0 -133
  578. package/coverage/src/form/fields/TextEditor/props/index.html +0 -131
  579. package/coverage/src/form/fields/TextEditor/props/propTypes.js.html +0 -268
  580. package/coverage/src/form/fields/TextEditorField/TextEditorField.js.html +0 -619
  581. package/coverage/src/form/fields/TextEditorField/index.html +0 -116
  582. package/coverage/src/form/fields/TextEditorField/props/defaultProps.js.html +0 -133
  583. package/coverage/src/form/fields/TextEditorField/props/index.html +0 -131
  584. package/coverage/src/form/fields/TextEditorField/props/propTypes.js.html +0 -268
  585. package/coverage/src/form/fields/TextEditorWrapper/TextEditorWrapper.js.html +0 -631
  586. package/coverage/src/form/fields/TextEditorWrapper/TextEditorWrapper.module.css.html +0 -163
  587. package/coverage/src/form/fields/TextEditorWrapper/index.html +0 -131
  588. package/coverage/src/form/fields/TextEditorWrapper/props/defaultProps.js.html +0 -112
  589. package/coverage/src/form/fields/TextEditorWrapper/props/index.html +0 -131
  590. package/coverage/src/form/fields/TextEditorWrapper/props/propTypes.js.html +0 -226
  591. package/coverage/src/form/fields/TextareaField/TextareaField.js.html +0 -622
  592. package/coverage/src/form/fields/TextareaField/index.html +0 -116
  593. package/coverage/src/form/fields/TextareaField/props/defaultProps.js.html +0 -136
  594. package/coverage/src/form/fields/TextareaField/props/index.html +0 -131
  595. package/coverage/src/form/fields/TextareaField/props/propTypes.js.html +0 -202
  596. package/coverage/src/form/fields/ValidationMessage/ValidationMessage.js.html +0 -232
  597. package/coverage/src/form/fields/ValidationMessage/ValidationMessage.module.css.html +0 -151
  598. package/coverage/src/form/fields/ValidationMessage/index.html +0 -131
  599. package/coverage/src/form/fields/ValidationMessage/props/defaultProps.js.html +0 -106
  600. package/coverage/src/form/fields/ValidationMessage/props/index.html +0 -131
  601. package/coverage/src/form/fields/ValidationMessage/props/propTypes.js.html +0 -136
  602. package/coverage/src/form/fields/index.html +0 -116
  603. package/coverage/src/form/fields/props/FieldCommonDefaultProps.js.html +0 -115
  604. package/coverage/src/form/fields/props/FieldCommonPropTypes.js.html +0 -130
  605. package/coverage/src/form/fields/props/index.html +0 -131
  606. package/coverage/src/form/layout/Field/Field.js.html +0 -184
  607. package/coverage/src/form/layout/Field/Field.module.css.html +0 -151
  608. package/coverage/src/form/layout/Field/index.html +0 -131
  609. package/coverage/src/form/layout/Field/props/defaultProps.js.html +0 -97
  610. package/coverage/src/form/layout/Field/props/index.html +0 -131
  611. package/coverage/src/form/layout/Field/props/propTypes.js.html +0 -118
  612. package/coverage/src/form/layout/Section/ModuleFormSection.module.css.html +0 -94
  613. package/coverage/src/form/layout/Section/Section.js.html +0 -175
  614. package/coverage/src/form/layout/Section/index.html +0 -131
  615. package/coverage/src/form/layout/Section/props/index.html +0 -116
  616. package/coverage/src/form/layout/Section/props/propTypes.js.html +0 -121
  617. package/coverage/src/layout/SetupDetailLayout/SetupDetailLayout.js.html +0 -679
  618. package/coverage/src/layout/SetupDetailLayout/SetupDetailLayout.module.css.html +0 -433
  619. package/coverage/src/layout/SetupDetailLayout/index.html +0 -131
  620. package/coverage/src/layout/SetupDetailLayout/props/defaultProps.js.html +0 -154
  621. package/coverage/src/layout/SetupDetailLayout/props/index.html +0 -131
  622. package/coverage/src/layout/SetupDetailLayout/props/propTypes.js.html +0 -223
  623. package/coverage/src/layout/SubtabLayout/SubtabLayout.js.html +0 -577
  624. package/coverage/src/layout/SubtabLayout/SubtabLayout.module.css.html +0 -484
  625. package/coverage/src/layout/SubtabLayout/index.html +0 -131
  626. package/coverage/src/layout/SubtabLayout/props/defaultProps.js.html +0 -169
  627. package/coverage/src/layout/SubtabLayout/props/index.html +0 -131
  628. package/coverage/src/layout/SubtabLayout/props/propTypes.js.html +0 -217
  629. package/coverage/src/list/AvatarFlip/AvatarFlip.js.html +0 -325
  630. package/coverage/src/list/AvatarFlip/AvatarFlip.module.css.html +0 -94
  631. package/coverage/src/list/AvatarFlip/index.html +0 -131
  632. package/coverage/src/list/AvatarFlip/props/defaultProps.js.html +0 -103
  633. package/coverage/src/list/AvatarFlip/props/index.html +0 -131
  634. package/coverage/src/list/AvatarFlip/props/propTypes.js.html +0 -175
  635. package/coverage/src/list/BluePrintStatus/BluePrintStatus.js.html +0 -160
  636. package/coverage/src/list/BluePrintStatus/BluePrintStatus.module.css.html +0 -127
  637. package/coverage/src/list/BluePrintStatus/index.html +0 -131
  638. package/coverage/src/list/BluePrintStatus/props/index.html +0 -116
  639. package/coverage/src/list/BluePrintStatus/props/propTypes.js.html +0 -100
  640. package/coverage/src/list/Comment/Comment.js.html +0 -199
  641. package/coverage/src/list/Comment/Comment.module.css.html +0 -157
  642. package/coverage/src/list/Comment/index.html +0 -131
  643. package/coverage/src/list/Comment/props/defaultProps.js.html +0 -97
  644. package/coverage/src/list/Comment/props/index.html +0 -131
  645. package/coverage/src/list/Comment/props/propTypes.js.html +0 -109
  646. package/coverage/src/list/DepartmentDropDown/DepartmentDropDown.js.html +0 -358
  647. package/coverage/src/list/DepartmentDropDown/DepartmentDropDown.module.css.html +0 -112
  648. package/coverage/src/list/DepartmentDropDown/index.html +0 -131
  649. package/coverage/src/list/DepartmentDropDown/props/defaultProps.js.html +0 -106
  650. package/coverage/src/list/DepartmentDropDown/props/index.html +0 -131
  651. package/coverage/src/list/DepartmentDropDown/props/propTypes.js.html +0 -160
  652. package/coverage/src/list/Dot/Dot.js.html +0 -151
  653. package/coverage/src/list/Dot/Dot.module.css.html +0 -130
  654. package/coverage/src/list/Dot/index.html +0 -131
  655. package/coverage/src/list/Dot/props/defaultProps.js.html +0 -97
  656. package/coverage/src/list/Dot/props/index.html +0 -131
  657. package/coverage/src/list/Dot/props/propTypes.js.html +0 -103
  658. package/coverage/src/list/DotNew/DotNew.js.html +0 -154
  659. package/coverage/src/list/DotNew/DotNew.module.css.html +0 -157
  660. package/coverage/src/list/DotNew/index.html +0 -131
  661. package/coverage/src/list/DotNew/props/defaultProps.js.html +0 -94
  662. package/coverage/src/list/DotNew/props/index.html +0 -131
  663. package/coverage/src/list/DotNew/props/propTypes.js.html +0 -106
  664. package/coverage/src/list/GridStencils/GridStencils.js.html +0 -208
  665. package/coverage/src/list/GridStencils/GridStencils.module.css.html +0 -373
  666. package/coverage/src/list/GridStencils/index.html +0 -131
  667. package/coverage/src/list/GridStencils/props/index.html +0 -116
  668. package/coverage/src/list/GridStencils/props/propTypes.js.html +0 -112
  669. package/coverage/src/list/Icons/AddNewIcon.js.html +0 -154
  670. package/coverage/src/list/Icons/CompleteIcon.js.html +0 -151
  671. package/coverage/src/list/Icons/DeleteIcon.js.html +0 -157
  672. package/coverage/src/list/Icons/EditIcon.js.html +0 -157
  673. package/coverage/src/list/Icons/FloatingIcons.js.html +0 -166
  674. package/coverage/src/list/Icons/Icons.module.css.html +0 -133
  675. package/coverage/src/list/Icons/ReadUnreadIcon.js.html +0 -181
  676. package/coverage/src/list/Icons/SmartIcon.js.html +0 -160
  677. package/coverage/src/list/Icons/index.html +0 -221
  678. package/coverage/src/list/Icons/props/defaultProps.js.html +0 -106
  679. package/coverage/src/list/Icons/props/index.html +0 -131
  680. package/coverage/src/list/Icons/props/propTypes.js.html +0 -265
  681. package/coverage/src/list/ListLayout/ListLayout.js.html +0 -337
  682. package/coverage/src/list/ListLayout/ListLayout.module.css.html +0 -283
  683. package/coverage/src/list/ListLayout/index.html +0 -131
  684. package/coverage/src/list/ListLayout/props/defaultProps.js.html +0 -118
  685. package/coverage/src/list/ListLayout/props/index.html +0 -131
  686. package/coverage/src/list/ListLayout/props/propTypes.js.html +0 -175
  687. package/coverage/src/list/ListStencils/ListStencils.js.html +0 -223
  688. package/coverage/src/list/ListStencils/ListStencils.module.css.html +0 -271
  689. package/coverage/src/list/ListStencils/index.html +0 -131
  690. package/coverage/src/list/ListStencils/props/defaultProps.js.html +0 -94
  691. package/coverage/src/list/ListStencils/props/index.html +0 -131
  692. package/coverage/src/list/ListStencils/props/propTypes.js.html +0 -106
  693. package/coverage/src/list/SecondaryText/AccountName.js.html +0 -358
  694. package/coverage/src/list/SecondaryText/ContactName.js.html +0 -361
  695. package/coverage/src/list/SecondaryText/DepartmentText.js.html +0 -160
  696. package/coverage/src/list/SecondaryText/Email.js.html +0 -253
  697. package/coverage/src/list/SecondaryText/HappinessRating.js.html +0 -172
  698. package/coverage/src/list/SecondaryText/PhoneNumber.js.html +0 -262
  699. package/coverage/src/list/SecondaryText/PriorityText.js.html +0 -181
  700. package/coverage/src/list/SecondaryText/SecondaryText.js.html +0 -190
  701. package/coverage/src/list/SecondaryText/SecondaryText.module.css.html +0 -463
  702. package/coverage/src/list/SecondaryText/StatusText.js.html +0 -181
  703. package/coverage/src/list/SecondaryText/TicketId.js.html +0 -214
  704. package/coverage/src/list/SecondaryText/Website.js.html +0 -226
  705. package/coverage/src/list/SecondaryText/index.html +0 -296
  706. package/coverage/src/list/SecondaryText/index.js.html +0 -118
  707. package/coverage/src/list/SecondaryText/props/defaultProps.js.html +0 -241
  708. package/coverage/src/list/SecondaryText/props/index.html +0 -131
  709. package/coverage/src/list/SecondaryText/props/propTypes.js.html +0 -544
  710. package/coverage/src/list/SecondryPanel/SecondryPanel.js.html +0 -406
  711. package/coverage/src/list/SecondryPanel/SecondryPanel.module.css.html +0 -100
  712. package/coverage/src/list/SecondryPanel/index.html +0 -131
  713. package/coverage/src/list/SecondryPanel/props/defaultProps.js.html +0 -148
  714. package/coverage/src/list/SecondryPanel/props/index.html +0 -131
  715. package/coverage/src/list/SecondryPanel/props/propTypes.js.html +0 -178
  716. package/coverage/src/list/SentimentStatus/SentimentStatus.js.html +0 -175
  717. package/coverage/src/list/SentimentStatus/SentimentStatus.module.css.html +0 -112
  718. package/coverage/src/list/SentimentStatus/index.html +0 -131
  719. package/coverage/src/list/SentimentStatus/props/index.html +0 -116
  720. package/coverage/src/list/SentimentStatus/props/propTypes.js.html +0 -103
  721. package/coverage/src/list/Subject/Subject.js.html +0 -304
  722. package/coverage/src/list/Subject/Subject.module.css.html +0 -187
  723. package/coverage/src/list/Subject/index.html +0 -131
  724. package/coverage/src/list/Subject/props/defaultProps.js.html +0 -109
  725. package/coverage/src/list/Subject/props/index.html +0 -131
  726. package/coverage/src/list/Subject/props/propTypes.js.html +0 -148
  727. package/coverage/src/list/TagNew/TagNew.js.html +0 -181
  728. package/coverage/src/list/TagNew/TagNew.module.css.html +0 -412
  729. package/coverage/src/list/TagNew/index.html +0 -131
  730. package/coverage/src/list/TagNew/props/defaultProps.js.html +0 -97
  731. package/coverage/src/list/TagNew/props/index.html +0 -131
  732. package/coverage/src/list/TagNew/props/propTypes.js.html +0 -112
  733. package/coverage/src/list/Thread/Thread.js.html +0 -199
  734. package/coverage/src/list/Thread/Thread.module.css.html +0 -175
  735. package/coverage/src/list/Thread/index.html +0 -131
  736. package/coverage/src/list/Thread/props/defaultProps.js.html +0 -97
  737. package/coverage/src/list/Thread/props/index.html +0 -131
  738. package/coverage/src/list/Thread/props/propTypes.js.html +0 -112
  739. package/coverage/src/list/status/StatusDropdown/StatusDropdown.js.html +0 -1186
  740. package/coverage/src/list/status/StatusDropdown/StatusDropdown.module.css.html +0 -292
  741. package/coverage/src/list/status/StatusDropdown/index.html +0 -131
  742. package/coverage/src/list/status/StatusDropdown/props/defaultProps.js.html +0 -151
  743. package/coverage/src/list/status/StatusDropdown/props/index.html +0 -131
  744. package/coverage/src/list/status/StatusDropdown/props/propTypes.js.html +0 -337
  745. package/coverage/src/list/status/StatusListItem/StatusListItem.js.html +0 -424
  746. package/coverage/src/list/status/StatusListItem/StatusListItem.module.css.html +0 -352
  747. package/coverage/src/list/status/StatusListItem/index.html +0 -131
  748. package/coverage/src/list/status/StatusListItem/props/defaultProps.js.html +0 -133
  749. package/coverage/src/list/status/StatusListItem/props/index.html +0 -131
  750. package/coverage/src/list/status/StatusListItem/props/propTypes.js.html +0 -181
  751. package/coverage/src/lookup/EmptyPage/EmptyPage.js.html +0 -256
  752. package/coverage/src/lookup/EmptyPage/LookupEmptyPage.module.css.html +0 -121
  753. package/coverage/src/lookup/EmptyPage/index.html +0 -131
  754. package/coverage/src/lookup/EmptyPage/props/defaultProps.js.html +0 -97
  755. package/coverage/src/lookup/EmptyPage/props/index.html +0 -131
  756. package/coverage/src/lookup/EmptyPage/props/propTypes.js.html +0 -103
  757. package/coverage/src/lookup/Lookup/Lookup.js.html +0 -502
  758. package/coverage/src/lookup/Lookup/Lookup.module.css.html +0 -229
  759. package/coverage/src/lookup/Lookup/index.html +0 -131
  760. package/coverage/src/lookup/Lookup/props/defaultProps.js.html +0 -112
  761. package/coverage/src/lookup/Lookup/props/index.html +0 -131
  762. package/coverage/src/lookup/Lookup/props/propTypes.js.html +0 -163
  763. package/coverage/src/lookup/Section/LookupSection.module.css.html +0 -109
  764. package/coverage/src/lookup/Section/Section.js.html +0 -142
  765. package/coverage/src/lookup/Section/index.html +0 -131
  766. package/coverage/src/lookup/Section/props/index.html +0 -116
  767. package/coverage/src/lookup/Section/props/propTypes.js.html +0 -106
  768. package/coverage/src/lookup/header/Close/Close.js.html +0 -154
  769. package/coverage/src/lookup/header/Close/index.html +0 -116
  770. package/coverage/src/lookup/header/Close/props/defaultProps.js.html +0 -94
  771. package/coverage/src/lookup/header/Close/props/index.html +0 -131
  772. package/coverage/src/lookup/header/Close/props/propTypes.js.html +0 -106
  773. package/coverage/src/lookup/header/ModuleHeader/ModuleHeader.js.html +0 -367
  774. package/coverage/src/lookup/header/ModuleHeader/index.html +0 -116
  775. package/coverage/src/lookup/header/ModuleHeader/props/defaultProps.js.html +0 -97
  776. package/coverage/src/lookup/header/ModuleHeader/props/index.html +0 -131
  777. package/coverage/src/lookup/header/ModuleHeader/props/propTypes.js.html +0 -148
  778. package/coverage/src/lookup/header/Search/LookupSearch.module.css.html +0 -244
  779. package/coverage/src/lookup/header/Search/Search.js.html +0 -715
  780. package/coverage/src/lookup/header/Search/index.html +0 -131
  781. package/coverage/src/lookup/header/Search/props/defaultProps.js.html +0 -103
  782. package/coverage/src/lookup/header/Search/props/index.html +0 -131
  783. package/coverage/src/lookup/header/Search/props/propTypes.js.html +0 -190
  784. package/coverage/src/lookup/header/TicketHeader/TicketHeader.js.html +0 -433
  785. package/coverage/src/lookup/header/TicketHeader/TicketHeader.module.css.html +0 -142
  786. package/coverage/src/lookup/header/TicketHeader/index.html +0 -131
  787. package/coverage/src/lookup/header/TicketHeader/props/defaultProps.js.html +0 -100
  788. package/coverage/src/lookup/header/TicketHeader/props/index.html +0 -131
  789. package/coverage/src/lookup/header/TicketHeader/props/propTypes.js.html +0 -151
  790. package/coverage/src/lookup/header/Title/LookupTitle.module.css.html +0 -148
  791. package/coverage/src/lookup/header/Title/Title.js.html +0 -169
  792. package/coverage/src/lookup/header/Title/index.html +0 -131
  793. package/coverage/src/lookup/header/Title/props/defaultProps.js.html +0 -94
  794. package/coverage/src/lookup/header/Title/props/index.html +0 -131
  795. package/coverage/src/lookup/header/Title/props/propTypes.js.html +0 -106
  796. package/coverage/src/lookup/header/ViewDropDown/ViewDropDown.js.html +0 -634
  797. package/coverage/src/lookup/header/ViewDropDown/ViewDropDown.module.css.html +0 -220
  798. package/coverage/src/lookup/header/ViewDropDown/index.html +0 -131
  799. package/coverage/src/lookup/header/ViewDropDown/props/defaultProps.js.html +0 -115
  800. package/coverage/src/lookup/header/ViewDropDown/props/index.html +0 -131
  801. package/coverage/src/lookup/header/ViewDropDown/props/propTypes.js.html +0 -169
  802. package/coverage/src/lookup/header/index.html +0 -131
  803. package/coverage/src/lookup/header/lookupHeaderCommon.module.css.html +0 -178
  804. package/coverage/src/lookup/header/lookupHeaderCommonResponsive.module.css.html +0 -130
  805. package/coverage/src/setup/header/Button/Button.js.html +0 -169
  806. package/coverage/src/setup/header/Button/HeaderButton.module.css.html +0 -94
  807. package/coverage/src/setup/header/Button/index.html +0 -131
  808. package/coverage/src/setup/header/Button/props/defaultProps.js.html +0 -97
  809. package/coverage/src/setup/header/Button/props/index.html +0 -131
  810. package/coverage/src/setup/header/Button/props/propTypes.js.html +0 -109
  811. package/coverage/src/setup/header/Link/HeaderLink.module.css.html +0 -130
  812. package/coverage/src/setup/header/Link/Link.js.html +0 -193
  813. package/coverage/src/setup/header/Link/index.html +0 -131
  814. package/coverage/src/setup/header/Link/props/defaultProps.js.html +0 -97
  815. package/coverage/src/setup/header/Link/props/index.html +0 -131
  816. package/coverage/src/setup/header/Link/props/propTypes.js.html +0 -112
  817. package/coverage/src/setup/header/Search/Search.js.html +0 -280
  818. package/coverage/src/setup/header/Search/Search.module.css.html +0 -259
  819. package/coverage/src/setup/header/Search/index.html +0 -131
  820. package/coverage/src/setup/header/Search/props/defaultProps.js.html +0 -103
  821. package/coverage/src/setup/header/Search/props/index.html +0 -131
  822. package/coverage/src/setup/header/Search/props/propTypes.js.html +0 -124
  823. package/coverage/src/setup/header/Views/Views.js.html +0 -208
  824. package/coverage/src/setup/header/Views/Views.module.css.html +0 -169
  825. package/coverage/src/setup/header/Views/index.html +0 -131
  826. package/coverage/src/setup/header/Views/props/defaultProps.js.html +0 -103
  827. package/coverage/src/setup/header/Views/props/index.html +0 -131
  828. package/coverage/src/setup/header/Views/props/propTypes.js.html +0 -115
  829. package/coverage/src/setup/helptips/Description/Description.js.html +0 -148
  830. package/coverage/src/setup/helptips/Description/HelpTipsDescription.module.css.html +0 -103
  831. package/coverage/src/setup/helptips/Description/index.html +0 -131
  832. package/coverage/src/setup/helptips/Description/props/index.html +0 -116
  833. package/coverage/src/setup/helptips/Description/props/propTypes.js.html +0 -100
  834. package/coverage/src/setup/helptips/Link/HelpTipsLink.module.css.html +0 -103
  835. package/coverage/src/setup/helptips/Link/Link.js.html +0 -172
  836. package/coverage/src/setup/helptips/Link/index.html +0 -131
  837. package/coverage/src/setup/helptips/Link/props/index.html +0 -116
  838. package/coverage/src/setup/helptips/Link/props/propTypes.js.html +0 -109
  839. package/coverage/src/setup/helptips/ListGroup/ListGroup.js.html +0 -205
  840. package/coverage/src/setup/helptips/ListGroup/ListGroup.module.css.html +0 -136
  841. package/coverage/src/setup/helptips/ListGroup/index.html +0 -131
  842. package/coverage/src/setup/helptips/ListGroup/props/index.html +0 -116
  843. package/coverage/src/setup/helptips/ListGroup/props/propTypes.js.html +0 -103
  844. package/coverage/src/setup/helptips/Title/HelpTipsTitle.module.css.html +0 -100
  845. package/coverage/src/setup/helptips/Title/Title.js.html +0 -148
  846. package/coverage/src/setup/helptips/Title/index.html +0 -131
  847. package/coverage/src/setup/helptips/Title/props/index.html +0 -116
  848. package/coverage/src/setup/helptips/Title/props/propTypes.js.html +0 -100
  849. package/coverage/src/setup/table/Table/Table.js.html +0 -160
  850. package/coverage/src/setup/table/Table/index.html +0 -116
  851. package/coverage/src/setup/table/Table/props/defaultProps.js.html +0 -97
  852. package/coverage/src/setup/table/Table/props/index.html +0 -131
  853. package/coverage/src/setup/table/Table/props/propTypes.js.html +0 -106
  854. package/coverage/src/setup/table/TableBody/TableBody.js.html +0 -160
  855. package/coverage/src/setup/table/TableBody/index.html +0 -116
  856. package/coverage/src/setup/table/TableBody/props/defaultProps.js.html +0 -94
  857. package/coverage/src/setup/table/TableBody/props/index.html +0 -131
  858. package/coverage/src/setup/table/TableBody/props/propTypes.js.html +0 -109
  859. package/coverage/src/setup/table/TableData/SetupTableData.module.css.html +0 -193
  860. package/coverage/src/setup/table/TableData/TableData.js.html +0 -199
  861. package/coverage/src/setup/table/TableData/index.html +0 -131
  862. package/coverage/src/setup/table/TableData/props/defaultProps.js.html +0 -100
  863. package/coverage/src/setup/table/TableData/props/index.html +0 -131
  864. package/coverage/src/setup/table/TableData/props/propTypes.js.html +0 -121
  865. package/coverage/src/setup/table/TableHead/SetupTableHead.module.css.html +0 -109
  866. package/coverage/src/setup/table/TableHead/TableHead.js.html +0 -193
  867. package/coverage/src/setup/table/TableHead/index.html +0 -131
  868. package/coverage/src/setup/table/TableHead/props/defaultProps.js.html +0 -97
  869. package/coverage/src/setup/table/TableHead/props/index.html +0 -131
  870. package/coverage/src/setup/table/TableHead/props/propTypes.js.html +0 -112
  871. package/coverage/src/setup/table/TableRow/SetupTableRow.module.css.html +0 -115
  872. package/coverage/src/setup/table/TableRow/TableRow.js.html +0 -205
  873. package/coverage/src/setup/table/TableRow/index.html +0 -131
  874. package/coverage/src/setup/table/TableRow/props/defaultProps.js.html +0 -97
  875. package/coverage/src/setup/table/TableRow/props/index.html +0 -131
  876. package/coverage/src/setup/table/TableRow/props/propTypes.js.html +0 -121
  877. package/coverage/src/setup/table/Text/TableText.module.css.html +0 -196
  878. package/coverage/src/setup/table/Text/Text.js.html +0 -214
  879. package/coverage/src/setup/table/Text/index.html +0 -131
  880. package/coverage/src/setup/table/Text/props/defaultProps.js.html +0 -106
  881. package/coverage/src/setup/table/Text/props/index.html +0 -131
  882. package/coverage/src/setup/table/Text/props/propTypes.js.html +0 -127
  883. package/coverage/src/svg/PlusIcon.js.html +0 -175
  884. package/coverage/src/svg/SnippetIcon.js.html +0 -196
  885. package/coverage/src/svg/TemplateIcon.js.html +0 -160
  886. package/coverage/src/svg/index.html +0 -146
  887. package/coverage/src/svg/props/defaultProps.js.html +0 -136
  888. package/coverage/src/svg/props/index.html +0 -131
  889. package/coverage/src/svg/props/propTypes.js.html +0 -142
  890. package/coverage/src/utils/ChannelIconMapping.js.html +0 -475
  891. package/coverage/src/utils/General.js.html +0 -211
  892. package/coverage/src/utils/editorUtils.js.html +0 -649
  893. package/coverage/src/utils/index.html +0 -146
  894. package/coverage/src/version2/AlertClose/AlertClose.js.html +0 -202
  895. package/coverage/src/version2/AlertClose/AlertClose.module.css.html +0 -214
  896. package/coverage/src/version2/AlertClose/index.html +0 -131
  897. package/coverage/src/version2/AlertClose/props/index.html +0 -116
  898. package/coverage/src/version2/AlertClose/props/propTypes.js.html +0 -112
  899. package/coverage/src/version2/GlobalNotification/GlobalNotification.js.html +0 -463
  900. package/coverage/src/version2/GlobalNotification/GlobalNotification.module.css.html +0 -472
  901. package/coverage/src/version2/GlobalNotification/index.html +0 -131
  902. package/coverage/src/version2/GlobalNotification/props/defaultProps.js.html +0 -103
  903. package/coverage/src/version2/GlobalNotification/props/index.html +0 -131
  904. package/coverage/src/version2/GlobalNotification/props/propTypes.js.html +0 -214
  905. package/coverage/src/version2/alertIcons/AlarmAlertIcon.js.html +0 -166
  906. package/coverage/src/version2/alertIcons/AlertIcons.js.html +0 -262
  907. package/coverage/src/version2/alertIcons/AlertIcons.module.css.html +0 -313
  908. package/coverage/src/version2/alertIcons/DangerAlertIcon.js.html +0 -166
  909. package/coverage/src/version2/alertIcons/ErrorAlertIcon.js.html +0 -169
  910. package/coverage/src/version2/alertIcons/InfoAlertIcon.js.html +0 -172
  911. package/coverage/src/version2/alertIcons/NotificationAlertIcon.js.html +0 -166
  912. package/coverage/src/version2/alertIcons/SuccessAlertIcon.js.html +0 -166
  913. package/coverage/src/version2/alertIcons/WarningAlertIcon.js.html +0 -163
  914. package/coverage/src/version2/alertIcons/index.html +0 -236
  915. package/coverage/src/version2/alertIcons/props/defaultProps.js.html +0 -187
  916. package/coverage/src/version2/alertIcons/props/index.html +0 -131
  917. package/coverage/src/version2/alertIcons/props/propTypes.js.html +0 -211
  918. package/coverage/src/version2/errorstate/Inconvenience/Inconvenience.js.html +0 -319
  919. package/coverage/src/version2/errorstate/Inconvenience/index.html +0 -116
  920. package/coverage/src/version2/errorstate/Inconvenience/props/defaultProps.js.html +0 -109
  921. package/coverage/src/version2/errorstate/Inconvenience/props/index.html +0 -131
  922. package/coverage/src/version2/errorstate/Inconvenience/props/propTypes.js.html +0 -136
  923. package/coverage/src/version2/errorstate/OopsSomethingMiss/OopsSomethingMiss.js.html +0 -319
  924. package/coverage/src/version2/errorstate/OopsSomethingMiss/index.html +0 -116
  925. package/coverage/src/version2/errorstate/OopsSomethingMiss/props/defaultProps.js.html +0 -109
  926. package/coverage/src/version2/errorstate/OopsSomethingMiss/props/index.html +0 -131
  927. package/coverage/src/version2/errorstate/OopsSomethingMiss/props/propTypes.js.html +0 -136
  928. package/coverage/src/version2/errorstate/UnableToProcessRequest/UnableToProcessRequest.js.html +0 -319
  929. package/coverage/src/version2/errorstate/UnableToProcessRequest/index.html +0 -116
  930. package/coverage/src/version2/errorstate/UnableToProcessRequest/props/defaultProps.js.html +0 -109
  931. package/coverage/src/version2/errorstate/UnableToProcessRequest/props/index.html +0 -131
  932. package/coverage/src/version2/errorstate/UnableToProcessRequest/props/propTypes.js.html +0 -136
  933. package/coverage/src/version2/errorstate/UnauthorizedLogin/UnauthorizedLogin.js.html +0 -319
  934. package/coverage/src/version2/errorstate/UnauthorizedLogin/index.html +0 -116
  935. package/coverage/src/version2/errorstate/UnauthorizedLogin/props/defaultProps.js.html +0 -112
  936. package/coverage/src/version2/errorstate/UnauthorizedLogin/props/index.html +0 -131
  937. package/coverage/src/version2/errorstate/UnauthorizedLogin/props/propTypes.js.html +0 -139
  938. package/coverage/src/version2/errorstate/UrlNotFound/UrlNotFound.js.html +0 -319
  939. package/coverage/src/version2/errorstate/UrlNotFound/index.html +0 -116
  940. package/coverage/src/version2/errorstate/UrlNotFound/props/defaultProps.js.html +0 -109
  941. package/coverage/src/version2/errorstate/UrlNotFound/props/index.html +0 -131
  942. package/coverage/src/version2/errorstate/UrlNotFound/props/propTypes.js.html +0 -136
  943. package/coverage/src/version2/errorstate/V2_ErrorStates.module.css.html +0 -223
  944. package/coverage/src/version2/errorstate/WillBeRightBack/WillBeRightBack.js.html +0 -319
  945. package/coverage/src/version2/errorstate/WillBeRightBack/index.html +0 -116
  946. package/coverage/src/version2/errorstate/WillBeRightBack/props/defaultProps.js.html +0 -109
  947. package/coverage/src/version2/errorstate/WillBeRightBack/props/index.html +0 -131
  948. package/coverage/src/version2/errorstate/WillBeRightBack/props/propTypes.js.html +0 -136
  949. package/coverage/src/version2/errorstate/index.html +0 -116
  950. package/coverage/src/version2/lookup/AlertHeader/AlertHeader.js.html +0 -316
  951. package/coverage/src/version2/lookup/AlertHeader/css/AlertHeaderNew.module.css.html +0 -265
  952. package/coverage/src/version2/lookup/AlertHeader/css/cssJSLogic.js.html +0 -130
  953. package/coverage/src/version2/lookup/AlertHeader/css/index.html +0 -131
  954. package/coverage/src/version2/lookup/AlertHeader/index.html +0 -116
  955. package/coverage/src/version2/lookup/AlertHeader/props/defaultProps.js.html +0 -106
  956. package/coverage/src/version2/lookup/AlertHeader/props/index.html +0 -131
  957. package/coverage/src/version2/lookup/AlertHeader/props/propTypes.js.html +0 -166
  958. package/coverage/src/version2/lookup/AlertLookup/AlertLookup.js.html +0 -778
  959. package/coverage/src/version2/lookup/AlertLookup/AlertLookupNew.module.css.html +0 -202
  960. package/coverage/src/version2/lookup/AlertLookup/index.html +0 -131
  961. package/coverage/src/version2/lookup/AlertLookup/props/defaultProps.js.html +0 -124
  962. package/coverage/src/version2/lookup/AlertLookup/props/index.html +0 -131
  963. package/coverage/src/version2/lookup/AlertLookup/props/propTypes.js.html +0 -214
  964. package/coverage/src/version2/notification/DesktopNotification/DesktopNotification.js.html +0 -712
  965. package/coverage/src/version2/notification/DesktopNotification/DesktopNotification.module.css.html +0 -424
  966. package/coverage/src/version2/notification/DesktopNotification/index.html +0 -131
  967. package/coverage/src/version2/notification/DesktopNotification/props/defaultProps.js.html +0 -139
  968. package/coverage/src/version2/notification/DesktopNotification/props/index.html +0 -131
  969. package/coverage/src/version2/notification/DesktopNotification/props/propTypes.js.html +0 -217
  970. package/coverage/src/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.js.html +0 -361
  971. package/coverage/src/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.module.css.html +0 -385
  972. package/coverage/src/version2/notification/DesktopNotificationHeader/index.html +0 -131
  973. package/coverage/src/version2/notification/DesktopNotificationHeader/props/defaultProps.js.html +0 -109
  974. package/coverage/src/version2/notification/DesktopNotificationHeader/props/index.html +0 -131
  975. package/coverage/src/version2/notification/DesktopNotificationHeader/props/propTypes.js.html +0 -124
  976. package/es/common/dot_common.module.css +0 -4
  977. package/lib/common/dot_common.module.css +0 -4
package/result.json CHANGED
@@ -1 +1 @@
1
- {"jobDetails":{"isRunByLocal":true,"hostName":"bharathi-19811","platForm":"Darwin","branchName":"master"},"tests":{"unitCase":{"isExecuted":"Yes","numberOfSuccess":615,"numberOfFails":0,"numberOfCases":615,"numberOfSuites":152,"endTime":1757592338039,"startTime":1757592269941,"coverageDetail":{"codeCoveragePercentage":77.79,"fileCoveragePercentage":0},"fileDetails":[{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/AttachmentViewer/__tests__/AttachmentImage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/Drawer/__tests__/Header.spec.js","CaseList":{"passedCaseList":["renders with default props","renders Header with title only","renders Header with title and close button","renders Header with title and icon","renders Header with title, icon, and close button","renders Header with title and custom className","renders Header with title and getTitleChildren function","renders Header with title, icon, and getTitleChildren function","renders Header with title, close button, and getTitleChildren function","renders Header with title, icon, close button, and getTitleChildren function"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/FlipCard/__tests__/FlipCard.spec.js","CaseList":{"passedCaseList":["renders with default props","renders with id","renders with action","renders with name","renders with initial","renders with isChecked - true","renders with noNeedFlip - true","renders with noNeedFlip set to false","renders with noNeedFlip set to true and isChecked set to true","renders with noNeedFlip set to false and isChecked set to true","renders with noNeedFlip set to true and size variations","renders with noNeedFlip set to false and size variations","renders with noNeedFlip set to true and custom props","renders with noNeedFlip set to false and custom props","renders with size - small","renders with size - medium","renders with size - large","renders with channel","renders with isPaidUser - true","renders with isPortalUser - true","renders with src","renders with icon","renders with iconSize","renders with iconClass","renders with ticListContainer","renders with ticList","renders with dataId","renders with className","renders with palette - primary","renders with palette - secondary","renders with palette - info","renders with palette - default","renders with textPalette - white","renders with textPalette - black","renders with customTextClass","renders with frontClass","renders with needTitle - true","renders with iconColor","renders with tourId","renders with isFilledCheckbox - true","renders with channelTitle","renders with customProps","renders correctly with customProps for CheckBoxProps","renders correctly with customProps for ChannelIconProps","renders correctly with customProps for AvatarIconProps","renders correctly with customProps for AvatarUserProps","renders correctly with customProps for multiple props","renders correctly with channel: email and action: incoming","renders correctly with channel: chat and action: outgoing","renders correctly with channel: call and action: missed","renders correctly with channel: social and action: incoming","renders correctly with channel: sms and action: outgoing","renders correctly with name and icon","renders correctly with name but without icon","renders correctly with needTitle set to true and name","renders correctly with needTitle set to false and name","renders correctly with needTitle set to true, icon, and name","renders correctly with needTitle set to false, icon, and name","renders correctly with size: small and icon","renders correctly with size: medium and icon","renders correctly with size: large and icon","renders correctly with size: small and initial","renders correctly with size: medium and initial","renders correctly with size: large and initial","renders correctly with size: small and src","renders correctly with size: medium and src","renders correctly with size: large and src","renders correctly with size: small and name","renders correctly with size: medium and name","renders correctly with size: large and name","renders correctly with iconSize as a number","renders correctly with iconSize as a number and channel & action","renders correctly with className, channel, and action","renders correctly with palette, channel, and action","renders correctly with textPalette, channel, and action","renders correctly with customTextClass, channel, and action"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/DotProvider/__tests__/DotProvider.spec.js","CaseList":{"passedCaseList":["rendering the default props","rendering the default attributes, styles and modified the tag props","rendering the default attributes, styles and modifying the tag prop to React.Fragment","rendering the providerRef props","rendering the additional ...rest props","rendering the wrong themeAppearance and themeColor","should render with themeAppearance = light and themeColor = blue ","should render with themeAppearance = light and themeColor = green ","should render with themeAppearance = light and themeColor = orange ","should render with themeAppearance = light and themeColor = red ","should render with themeAppearance = light and themeColor = yellow ","should render with themeAppearance = dark and themeColor = blue ","should render with themeAppearance = dark and themeColor = green ","should render with themeAppearance = dark and themeColor = orange ","should render with themeAppearance = dark and themeColor = red ","should render with themeAppearance = dark and themeColor = yellow ","should render with themeAppearance = pureDark and themeColor = blue ","should render with themeAppearance = pureDark and themeColor = green ","should render with themeAppearance = pureDark and themeColor = orange ","should render with themeAppearance = pureDark and themeColor = red ","should render with themeAppearance = pureDark and themeColor = yellow ","should render with themeAppearance = light and themeColor = blue with custom attributes","should render with themeAppearance = light and themeColor = green with custom attributes","should render with themeAppearance = light and themeColor = orange with custom attributes","should render with themeAppearance = light and themeColor = red with custom attributes","should render with themeAppearance = light and themeColor = yellow with custom attributes","should render with themeAppearance = dark and themeColor = blue with custom attributes","should render with themeAppearance = dark and themeColor = green with custom attributes","should render with themeAppearance = dark and themeColor = orange with custom attributes","should render with themeAppearance = dark and themeColor = red with custom attributes","should render with themeAppearance = dark and themeColor = yellow with custom attributes","should render with themeAppearance = pureDark and themeColor = blue with custom attributes","should render with themeAppearance = pureDark and themeColor = green with custom attributes","should render with themeAppearance = pureDark and themeColor = orange with custom attributes","should render with themeAppearance = pureDark and themeColor = red with custom attributes","should render with themeAppearance = pureDark and themeColor = yellow with custom attributes","rendering the baseZoomUnit props of 0.5","rendering the baseZoomUnit props of 0.8","rendering the baseZoomUnit props of 1","rendering the baseZoomUnit props of 1.2","rendering the baseFontUnit props of 1px","rendering the baseFontUnit props of 1rem","rendering the baseFontUnit props of 1em","rendering the baseFontUnit props of 1","rendering the zoomUnitVariable prop along with baseZoomUnit props","rendering the fontUnitVariable prop along with baseFontUnit props","rendering the ref function type props","rendering the ref object type props","rendering the onAssetsDownloadSuccess props","rendering the getAssetsPromises props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/AttachmentViewer/__tests__/AttachmentViewer.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the when isActive is true "],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/IconButton/__tests__/IconButton.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the palette of- primary","rendering the palette of- primaryFilled","rendering the palette of- default","rendering the isActive true with palette of- primary","rendering the isActive true with palette of- primaryFilled","rendering the isActive true with palette of- default","rendering the size of- xsmall","rendering the size of- small","rendering the size of- medium","rendering the size of- large","rendering the size of- xlarge","rendering the hovertypes- default","rendering the hovertypes- border","rendering the hovertypes- bg","rendering isNeedEffect is False","rendering ally","rendering ally","rendering needButtonTag","rendering tourId","rendering in Icon","rendering in dataIsHtml is True","rendering in isDisabled is True","rendering in ClassName","rendering in title","eleRef prop is a function","Checking the \"Children\""],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/ActionButton/__tests__/ActionButton.spec.js","CaseList":{"passedCaseList":["renders with default props","renders with isLoading set to true","renders with text","renders with subText","renders with iconName: { iconName: 'ZD-replyall', iconSize: '9' } and iconSize: %s","renders with onClick prop and validates class","renders with size - small","renders with size - medium","renders with size - large","renders with dataId prop","renders dataId prop with isLoading set to true","renders with disabled state true","renders with dropBoxClassProps - case 1","renders with dropBoxClassProps - case 2","renders with dropBoxClassProps - case 3","renders with dropBoxClassProps - case 4","renders with dataSelectorId and children props","renders with custom className","renders with dataTitle","renders with innerClassName set to custom-class","renders with innerClassName set to empty string","renders with innerClassName set to undefined","renders with arrowBoxSize small and isPopupOpen true","renders with arrowBoxSize medium and isPopupOpen false","renders with palette - primaryFilled","renders with palette - primary","renders with children prop","renders with dataId, children, and popup open","renders with isArrow true and popup open","renders with isArrow false and popup open","renders with children and tooltip enabled","renders with children and tooltip disabled","renders with arrowBoxSize small and children","renders with arrowBoxSize medium and children","renders with palette - primaryFilled and loading","renders with palette - primary and loading","renders with palette - primaryFilled and children","renders with palette - primary and children","renders with isPopupOpen true and children","renders with isPopupOpen false and children","renders with removeClose set to a function","renders with isAbsolutePositioningNeeded set to true","renders with isRestrictScroll set to true","renders with isAbsolutePositioningNeeded set to true and isPopupOpen true","renders with isRestrictScroll set to true and isPopupOpen true"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/Onboarding/__tests__/Onboarding.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering data of hasCloseIcon","rendering data without hasCloseIcon","rendering prop of ribbonText","rendering the prop of hasRibbon is false","rendering data with customStyle","rendering data of sliderData with heading and description","rendering data of sliderData with image ","rendering data of image with hasVideoPlayButton ","rendering data of image without hasVideoPlayButton","rendering data of videoSource ","rendering data of primaryButtonText","rendering data without primaryButtonText","rendering data of secondaryButtonText","rendering data without secondaryButtonText","rendering data of SecondaryButton as link","rendering data without SecondaryButton as link","rendering data of customprops for primarybuttonprops ","rendering data of two sliderData","rendering data of hasBouncAnimationOnMount","rendering data without hasBouncAnimationOnMount","rendering with customId","rendering with customId - hasSecondaryButtonLink ","rendering with testId","rendering data of Video with videoFormats","rendering data with hasExpandedButton by hasSecondaryButton, hasSecondaryButtonLink as true","rendering data with hasExpandedButton - hasSecondaryButton as true, hasSecondaryButtonLink as false","rendering data without hasExpandedButton","rendering data of customprops for Secondarybuttonprops ","rendering data of customprops for secondaryButtonLinkProps ","rendering data of customprops for ribbonProps ","rendering data of customprops for footerProps ","rendering data of customprops for headingProps ","rendering data of customprops for descriptionProps ","rendering data with mediaElement","rendering data with tagAttributes","rendering data with a11yAttributes","rendering data with closeIconTooltip","rendering data with position - absolute","rendering data without isDraggable"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/Separator/__tests__/Separator.spec.js","CaseList":{"passedCaseList":["rendering the default props","rendering the palette of - default","rendering the palette of - primary","rendering the palette of - secondary","rendering the type of - dot","rendering the type of - slash","rendering the type of - arrow","rendering the type of - comma","rendering the type of - none","rendering with customSeparatorType props","rendering the aligndirection of - row","rendering the aligndirection of - column","rendering the aligndirection of - row-reverse","rendering the aligndirection of - column-reverse","rendering the wrap of - wrap","rendering the wrap of - wrap-reverse","rendering the wrap of - nowrap","rendering the customClass props","rendering the shrink props with true","rendering the all types of children data"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/Link/__tests__/Link.spec.js","CaseList":{"passedCaseList":["renders with default props","renders with children content","renders with href prop","renders with target - _blank","renders with target - _self","renders with urlName and urlData using provider","renders with urlName and undefined urlData using provider","renders with urlName and urlData as undefined using provider","renders with custom className","renders with title prop","renders with download attribute","renders with rel attribute","renders with dataId prop","renders with customProps"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/ExternalLink/__tests__/ExternalLink.spec.js","CaseList":{"passedCaseList":["renders with default props","render the herf","render the herf as bool value","renders with target is - _blank","renders with target is - _self","renders with title prop","renders with custom className","renders with rel attribute","renders with dataId prop","renders with customProps","renders with children content"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/ImportantNotes/__tests__/ImportantNotes.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the text prop","rendering the iconName prop","rendering the iconName prop and text and children are empty","rendering the iconName prop is null and given text value","rendering the iconSize","rendering the children","rendering the text and children prop","rendering the text and children prop is empty","rendering the iconClass","rendering the isCover prop is true","rendering the isCover prop is false","rendering the className prop"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/Upload/__tests__/Upload.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the isPreview prop","rendering the isPreview prop is false","rendering the tooltip prop","rendering the dataId prop with isPreview isPreviewType are true ","rendering the dataId prop with isPreviewType is false","rendering the dataSelectorId prop","rendering the progressValue prop","rendering the iconName prop","rendering the fileSize prop","rendering the imgSrc prop","rendering the isPreviewType true prop","rendering the isPreviewType false prop","rendering the onRemove prop","rendering the size of - small","rendering the size of - medium","rendering the palette of - light","rendering the palette of - night","eleRef prop is a function"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/Drawer/__tests__/Drawer.spec.js","CaseList":{"passedCaseList":["renders with default props","renders Drawer with size - small","renders Drawer with size - xsmall","renders Drawer with size - medium","renders Drawer with size - xmedium","renders Drawer with size - large","renders Drawer with size - xlarge","renders Drawer with size - xxlarge","renders Drawer with size - default","renders Drawer with palette - dark","renders Drawer with palette - default","renders Drawer with palette - darkLight","renders Drawer with palette - plain","renders Drawer with subDrawerSize - xsmall","renders Drawer with subDrawerSize - small","renders Drawer with subDrawerSize - medium","renders with custom className","renders Drawer with subDrawerActive set to true","renders Drawer with isActive set to true","renders Drawer with needAutoZindex set to true","renders Drawer with needFocusScope set to true","renders Drawer with flexible set to true","renders Drawer with isIconBold set to true","renders Drawer with isBoxIcon set to true","renders Drawer with needFreeze set to true","renders with customProps","renders Drawer with all options combined"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/alert/AlertHeader/__tests__/AlertHeader.spec.js","CaseList":{"passedCaseList":["renders with default props","renders with title","renders with palette - default","renders with palette - primary","renders with palette - danger","renders with needIcon false","renders with iconType - delete","renders with iconType - alert","renders with iconType - remoteAssist","renders with iconType - splitTicket","renders with iconType - update","renders with onClose function and closeTitle","renders iconName is provided","renders with breakChildren prop","renders with children content","renders with custom iconClass","renders with dataId prop","renders iconType and iconSize is fales","renders iconType and iconSize is true","renders falls back when neither iconName nor matching iconType is available"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/VideoLookup/__tests__/VideoLookup.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering with prop isOpened","rendering with link","rendering with isEmbeddedLink is true","rendering with closeText","rendering with customStyle","rendering with customId","rendering with TestId","rendering with videoFormat"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/Image/__tests__/Image.spec.js","CaseList":{"passedCaseList":["rendering the default props","checking \"isCover\" is false","rendering \"alt\" and \"src\" value ","rendering \"dataid\" value","rendering \"Original\" value","rendering \"Id\" value","rendering \"title\" value"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/Onboarding/CarouselDots/__tests__/CarouselDots.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering of slider data","rendering prop of currentSliderIndex","rendering prop of isAnimationPaused","rendering with customId","rendering with testId"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/PlusIcon/__tests__/PlusIcon.spec.js","CaseList":{"passedCaseList":["renders with default props","renders with dataId prop","renders with iconName prop","renders with iconClass prop","renders with iconSize prop","renders with size is - small","renders with size is - xsmall","renders with size is - xxsmall","renders with size is - medium","renders with size is - xmedium","renders with size is - xlarge","renders with title prop","renders with customClass prop"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/MessageBanner/__tests__/MessageBanner.spec.js","CaseList":{"passedCaseList":["rendering the default props","rendering the href props along with urlText props","rendering the palette of - default","rendering the palette of - blue","rendering the palette of - white","rendering the type of - primary","rendering the type of - secondary","rendering the customClass props","rendering the onClose props via mock function"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/Onboarding/CarouselDots/CarouselDot/__tests__/CarouselDot.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering of isActive","rendering of isAnimationPaused","rendering with customId","rendering with testId"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/NewStar/__tests__/NewStar.spec.js","CaseList":{"passedCaseList":["rendering the default props","rendering the palette of - green","rendering the palette of - blue","rendering the palette of - yellow","rendering the position of - topRight","rendering the position of - topLeft","rendering the position of - bottomRight","rendering the position of - bottomLeft","rendering the customClass props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/form/fields/RadioField/__tests__/RadioField.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering with options","rendering options with isBoxStyle"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/Drawer/__tests__/Footer.spec.js","CaseList":{"passedCaseList":["renders Footer with size - small","renders Footer with size - xsmall","renders Footer with size - medium","renders Footer with size - xmedium","renders Footer with size - large","renders Footer with size - xlarge","renders Footer with size - xxlarge","renders Footer with size - default","renders Footer with variant - primary","renders Footer with variant - secondary","renders Footer with variant - tertiary","renders Footer with variant - default","renders Footer with size - small and all variants","renders Footer with size - xsmall and all variants","renders Footer with size - medium and all variants","renders Footer with size - xmedium and all variants","renders Footer with size - large and all variants","renders Footer with size - xlarge and all variants","renders Footer with size - xxlarge and all variants","renders Footer with size - default and all variants"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/lookup/header/Search/__tests__/Search.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the search active","rendering the prop hasSeparator is true","rendering the prop hasSeparator is false","rendering the renderChildren props via function","rendering the customized style search"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/form/fields/CheckBoxField/__tests__/CheckBoxField.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the custom children","rendering the custom label children via renderLabelProps"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/setup/table/Text/__tests__/Text.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the url","Should render size - bold","Should render size - semiBold","Should render size - heading"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/Subject/__tests__/Subject.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the whiteSpace of -normal","rendering the whiteSpace of -nowrap","rendering the whiteSpace of -pre","rendering the whiteSpace of -pre-line","rendering the whiteSpace of -pre-wrap","rendering the whiteSpace of -break-spaces"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/Drawer/__tests__/Content.spec.js","CaseList":{"passedCaseList":["renders Content with paddingSize - small","renders Content with paddingSize - medium","renders Content with paddingSize - large","renders Content with paddingSize - small and isVisible - true","renders Content with paddingSize - small and isVisible - false","renders Content with paddingSize - medium and isVisible - true","renders Content with paddingSize - medium and isVisible - false","renders Content with paddingSize - large and isVisible - true","renders Content with paddingSize - large and isVisible - false"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/setup/helptips/ListGroup/__tests__/ListGroup.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/status/StatusDropdown/__tests__/StatusDropdown.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering target element"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/ListStencils/__tests__/ListStencils.spec.js","CaseList":{"passedCaseList":["rendering the defult props","customId and testId"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/FreezeLayer/__tests__/FreezeLayer.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering isActive is true"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/lookup/Lookup/__tests__/Lookup.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering isActive is true"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/version2/errorstate/UnableToProcessRequest/__tests__/UnableToProcessRequest.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/alert/AlertLookup/__tests__/AlertLookup.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/version2/lookup/AlertLookup/__tests__/AlertLookup.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering isActive is true defult"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/version2/alertIcons/__tests__/NotificationAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/version2/notification/DesktopNotificationHeader/__tests__/DesktopNotificationHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/form/fields/TagsMultiSelectField/__tests__/TagsMultiSelectField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/errorstate/RequestUrlNotFound/__tests__/RequestUrlNotFound.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/version2/notification/DesktopNotification/__tests__/DesktopNotification.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/form/fields/TagsMultiSelect/__tests__/TagsMultiSelect.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/version2/GlobalNotification/__tests__/GlobalNotification.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/version2/errorstate/OopsSomethingMiss/__tests__/OopsSomethingMiss.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/DepartmentDropDown/__tests__/DepartmentDropDown.spec.js","CaseList":{"passedCaseList":[],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/layout/SetupDetailLayout/__tests__/SetupDetailLayout.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/form/fields/ValidationMessage/__tests__/ValidationMessage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/errorstate/UnauthorizedLogin/__tests__/UnauthorizedLogin.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/version2/errorstate/UnauthorizedLogin/__tests__/UnauthorizedLogin.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/version2/alertIcons/__tests__/WarningAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/version2/alertIcons/__tests__/SuccessAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/svg/__tests__/TemplateIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/form/fields/TextEditorWrapper/__tests__/TextEditorWrapper.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/emptystate/CommonEmptyState/__tests__/CommonEmptyState.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/version2/alertIcons/__tests__/DangerAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/version2/errorstate/WillBeRightBack/__tests__/WillBeRightBack.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/form/fields/MultiSelectField/__tests__/MultiSelectField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/SecondaryText/__tests__/HappinessRating.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/BluePrintStatus/__tests__/BluePrintStatus.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/SentimentStatus/__tests__/SentimentStatus.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/errorstate/UnableToProcess/__tests__/UnableToProcess.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/avatar/AvatarCollision/__tests__/AvatarCollision.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/svg/__tests__/SnippetIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/version2/alertIcons/__tests__/ErrorAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/AlphabeticList/__tests__/AlphabeticList.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/version2/alertIcons/__tests__/AlarmAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/SecondaryText/__tests__/DepartmentText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/form/fields/TextEditorField/__tests__/TextEditorField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/Icons/__tests__/ReadUnreadIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/status/StatusListItem/__tests__/StatusListItem.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/form/fields/FieldContainer/__tests__/FieldContainer.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/errorstate/NoRequestFound/__tests__/NoRequestFound.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/errorstate/PermissionPlay/__tests__/PermissionPlay.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/version2/errorstate/Inconvenience/__tests__/Inconvenience.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/version2/alertIcons/__tests__/InfoAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/SecondryPanel/__tests__/SecondryPanel.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/Icons/__tests__/FloatingIcons.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/SecondaryText/__tests__/SecondaryText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/form/fields/CurrencyField/__tests__/CurrencyField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/errorstate/Inconvenience/__tests__/Inconvenience.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/SecondaryText/__tests__/PriorityText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/dropdown/ToggleDropDown/__tests__/ToggleDropDown.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/form/fields/TextareaField/__tests__/TextareaField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/Icons/__tests__/CompleteIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/GridStencils/__tests__/GridStencils.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/layout/SubtabLayout/__tests__/SubtabLayout.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/ToastMessage/__tests__/ToastMessage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/form/fields/TextBoxField/__tests__/TextBoxField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/avatar/AvatarStatus/__tests__/AvatarStatus.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/lookup/header/ModuleHeader/__tests__/ModuleHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/avatar/AvatarThread/__tests__/AvatarThread.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/lookup/header/TicketHeader/__tests__/TicketHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/svg/__tests__/PlusIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/TagWithIcon/__tests__/TagWithIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/lookup/header/ViewDropDown/__test__/ViewDropDown.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/version2/errorstate/UrlNotFound/__tests__/UrlNotFound.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/version2/lookup/AlertHeader/__tests__/AlertHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/SecondaryText/__tests__/PhoneNumber.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/SecondaryText/__tests__/AccountName.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/setup/helptips/Description/__tests__/Description.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/SecondaryText/__tests__/ContactName.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/emptystate/EditionPage/__tests__/EditionPage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/ChannelIcon/__tests__/ChannelIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/avatar/AvatarClose/__tests__/AvatarClose.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/version2/alertIcons/__tests__/AlertIcons.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/version2/AlertClose/__tests__/AlertClose.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/SecondaryText/__tests__/StatusText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/AvatarFlip/__tests__/AvatarFlip.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/ListLayout/__tests__/ListLayout.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/Icons/__tests__/AddNewIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/FormAction/__tests__/FormAction.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/form/fields/SelectField/__tests__/SelectField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/Icons/__tests__/DeleteIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/form/fields/TextEditor/__tests__/TextEditor.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/form/fields/PhoneField/__tests__/PhoneField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/avatar/AvatarUser/__tests__/AvatarUser.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/setup/table/TableData/__tests__/TableData.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/avatar/AvatarIcon/__tests__/AvatarIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/Attachment/__tests__/Attachment.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/setup/table/TableBody/__tests__/TableBody.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/setup/table/TableHead/__tests__/TableHead.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/lookup/EmptyPage/__tests__/EmptyPage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/Icons/__tests__/SmartIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/setup/table/TableRow/__tests__/TableRow.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/SecondaryText/__tests__/TicketId.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/errorstate/LinkText/__tests__/LinkText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/Icons/__tests__/EditIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/lookup/header/Close/__tests__/Close.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/errorstate/WillBack/__tests__/WillBack.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/SecondaryText/__tests__/Website.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/form/fields/DateField/__tests__/DateField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/Comment/__tests__/Comment.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/lookup/Section/__tests__/Section.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/Message/__tests__/Message.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/form/layout/Section/__tests__/Section.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/Loader/__tests__/Loader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/TagNew/__tests__/TagNew.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/Thread/__tests__/Thread.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/DotNew/__tests__/DotNew.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/setup/header/Button/__tests__/Button.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/setup/header/Search/__tests__/Search.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/setup/table/Table/__tests__/Table.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/lookup/header/Title/__tests__/Titles.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/SecondaryText/__tests__/Email.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/setup/helptips/Title/__tests__/Title.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/setup/header/Views/__tests__/Views.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/form/layout/Field/__tests__/Field.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/Dot/__tests__/Dot.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/setup/helptips/Link/__tests__/Link.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/setup/header/Link/__tests__/Link.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/AttachmentViewer/__tests__/AttachmentImage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/FlipCard/__tests__/FlipCard.spec.js","CaseList":{"passedCaseList":["renders with default props","renders with id","renders with action","renders with name","renders with initial","renders with isChecked - true","renders with noNeedFlip - true","renders with noNeedFlip set to false","renders with noNeedFlip set to true and isChecked set to true","renders with noNeedFlip set to false and isChecked set to true","renders with noNeedFlip set to true and size variations","renders with noNeedFlip set to false and size variations","renders with noNeedFlip set to true and custom props","renders with noNeedFlip set to false and custom props","renders with size - small","renders with size - medium","renders with size - large","renders with channel","renders with isPaidUser - true","renders with isPortalUser - true","renders with src","renders with icon","renders with iconSize","renders with iconClass","renders with ticListContainer","renders with ticList","renders with dataId","renders with className","renders with palette - primary","renders with palette - secondary","renders with palette - info","renders with palette - default","renders with textPalette - white","renders with textPalette - black","renders with customTextClass","renders with frontClass","renders with needTitle - true","renders with iconColor","renders with tourId","renders with isFilledCheckbox - true","renders with channelTitle","renders with customProps","renders correctly with customProps for CheckBoxProps","renders correctly with customProps for ChannelIconProps","renders correctly with customProps for AvatarIconProps","renders correctly with customProps for AvatarUserProps","renders correctly with customProps for multiple props","renders correctly with channel: email and action: incoming","renders correctly with channel: chat and action: outgoing","renders correctly with channel: call and action: missed","renders correctly with channel: social and action: incoming","renders correctly with channel: sms and action: outgoing","renders correctly with name and icon","renders correctly with name but without icon","renders correctly with needTitle set to true and name","renders correctly with needTitle set to false and name","renders correctly with needTitle set to true, icon, and name","renders correctly with needTitle set to false, icon, and name","renders correctly with size: small and icon","renders correctly with size: medium and icon","renders correctly with size: large and icon","renders correctly with size: small and initial","renders correctly with size: medium and initial","renders correctly with size: large and initial","renders correctly with size: small and src","renders correctly with size: medium and src","renders correctly with size: large and src","renders correctly with size: small and name","renders correctly with size: medium and name","renders correctly with size: large and name","renders correctly with iconSize as a number","renders correctly with iconSize as a number and channel & action","renders correctly with className, channel, and action","renders correctly with palette, channel, and action","renders correctly with textPalette, channel, and action","renders correctly with customTextClass, channel, and action"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/Drawer/__tests__/Header.spec.js","CaseList":{"passedCaseList":["renders with default props","renders Header with title only","renders Header with title and close button","renders Header with title and icon","renders Header with title, icon, and close button","renders Header with title and custom className","renders Header with title and getTitleChildren function","renders Header with title, icon, and getTitleChildren function","renders Header with title, close button, and getTitleChildren function","renders Header with title, icon, close button, and getTitleChildren function"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/DotProvider/__tests__/DotProvider.spec.js","CaseList":{"passedCaseList":["rendering the default props","rendering the default attributes, styles and modified the tag props","rendering the default attributes, styles and modifying the tag prop to React.Fragment","rendering the providerRef props","rendering the additional ...rest props","rendering the wrong themeAppearance and themeColor","should render with themeAppearance = light and themeColor = blue ","should render with themeAppearance = light and themeColor = green ","should render with themeAppearance = light and themeColor = orange ","should render with themeAppearance = light and themeColor = red ","should render with themeAppearance = light and themeColor = yellow ","should render with themeAppearance = dark and themeColor = blue ","should render with themeAppearance = dark and themeColor = green ","should render with themeAppearance = dark and themeColor = orange ","should render with themeAppearance = dark and themeColor = red ","should render with themeAppearance = dark and themeColor = yellow ","should render with themeAppearance = pureDark and themeColor = blue ","should render with themeAppearance = pureDark and themeColor = green ","should render with themeAppearance = pureDark and themeColor = orange ","should render with themeAppearance = pureDark and themeColor = red ","should render with themeAppearance = pureDark and themeColor = yellow ","should render with themeAppearance = light and themeColor = blue with custom attributes","should render with themeAppearance = light and themeColor = green with custom attributes","should render with themeAppearance = light and themeColor = orange with custom attributes","should render with themeAppearance = light and themeColor = red with custom attributes","should render with themeAppearance = light and themeColor = yellow with custom attributes","should render with themeAppearance = dark and themeColor = blue with custom attributes","should render with themeAppearance = dark and themeColor = green with custom attributes","should render with themeAppearance = dark and themeColor = orange with custom attributes","should render with themeAppearance = dark and themeColor = red with custom attributes","should render with themeAppearance = dark and themeColor = yellow with custom attributes","should render with themeAppearance = pureDark and themeColor = blue with custom attributes","should render with themeAppearance = pureDark and themeColor = green with custom attributes","should render with themeAppearance = pureDark and themeColor = orange with custom attributes","should render with themeAppearance = pureDark and themeColor = red with custom attributes","should render with themeAppearance = pureDark and themeColor = yellow with custom attributes","rendering the baseZoomUnit props of 0.5","rendering the baseZoomUnit props of 0.8","rendering the baseZoomUnit props of 1","rendering the baseZoomUnit props of 1.2","rendering the baseFontUnit props of 1px","rendering the baseFontUnit props of 1rem","rendering the baseFontUnit props of 1em","rendering the baseFontUnit props of 1","rendering the zoomUnitVariable prop along with baseZoomUnit props","rendering the fontUnitVariable prop along with baseFontUnit props","rendering the ref function type props","rendering the ref object type props","rendering the onAssetsDownloadSuccess props","rendering the getAssetsPromises props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/ActionButton/__tests__/ActionButton.spec.js","CaseList":{"passedCaseList":["renders with default props","renders with isLoading set to true","renders with text","renders with subText","renders with iconName: { iconName: 'ZD-replyall', iconSize: '9' } and iconSize: %s","renders with onClick prop and validates class","renders with size - small","renders with size - medium","renders with size - large","renders with dataId prop","renders dataId prop with isLoading set to true","renders with disabled state true","renders with dropBoxClassProps - case 1","renders with dropBoxClassProps - case 2","renders with dropBoxClassProps - case 3","renders with dropBoxClassProps - case 4","renders with dataSelectorId and children props","renders with custom className","renders with dataTitle","renders with innerClassName set to custom-class","renders with innerClassName set to empty string","renders with innerClassName set to undefined","renders with arrowBoxSize small and isPopupOpen true","renders with arrowBoxSize medium and isPopupOpen false","renders with palette - primaryFilled","renders with palette - primary","renders with children prop","renders with dataId, children, and popup open","renders with isArrow true and popup open","renders with isArrow false and popup open","renders with children and tooltip enabled","renders with children and tooltip disabled","renders with arrowBoxSize small and children","renders with arrowBoxSize medium and children","renders with palette - primaryFilled and loading","renders with palette - primary and loading","renders with palette - primaryFilled and children","renders with palette - primary and children","renders with isPopupOpen true and children","renders with isPopupOpen false and children","renders with removeClose set to a function","renders with isAbsolutePositioningNeeded set to true","renders with isRestrictScroll set to true","renders with isAbsolutePositioningNeeded set to true and isPopupOpen true","renders with isRestrictScroll set to true and isPopupOpen true"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/IconButton/__tests__/IconButton.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the palette of- primary","rendering the palette of- primaryFilled","rendering the palette of- default","rendering the isActive true with palette of- primary","rendering the isActive true with palette of- primaryFilled","rendering the isActive true with palette of- default","rendering the size of- xsmall","rendering the size of- small","rendering the size of- medium","rendering the size of- large","rendering the size of- xlarge","rendering the hovertypes- default","rendering the hovertypes- border","rendering the hovertypes- bg","rendering isNeedEffect is False","rendering ally","rendering ally","rendering needButtonTag","rendering tourId","rendering in Icon","rendering in dataIsHtml is True","rendering in isDisabled is True","rendering in ClassName","rendering in title","eleRef prop is a function","Checking the \"Children\""],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/AttachmentViewer/__tests__/AttachmentViewer.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the when isActive is true "],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/Onboarding/__tests__/Onboarding.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering data of hasCloseIcon","rendering data without hasCloseIcon","rendering prop of ribbonText","rendering the prop of hasRibbon is false","rendering data with customStyle","rendering data of sliderData with heading and description","rendering data of sliderData with image ","rendering data of image with hasVideoPlayButton ","rendering data of image without hasVideoPlayButton","rendering data of videoSource ","rendering data of primaryButtonText","rendering data without primaryButtonText","rendering data of secondaryButtonText","rendering data without secondaryButtonText","rendering data of SecondaryButton as link","rendering data without SecondaryButton as link","rendering data of customprops for primarybuttonprops ","rendering data of two sliderData","rendering data of hasBouncAnimationOnMount","rendering data without hasBouncAnimationOnMount","rendering with customId","rendering with customId - hasSecondaryButtonLink ","rendering with testId","rendering data of Video with videoFormats","rendering data with hasExpandedButton by hasSecondaryButton, hasSecondaryButtonLink as true","rendering data with hasExpandedButton - hasSecondaryButton as true, hasSecondaryButtonLink as false","rendering data without hasExpandedButton","rendering data of customprops for Secondarybuttonprops ","rendering data of customprops for secondaryButtonLinkProps ","rendering data of customprops for ribbonProps ","rendering data of customprops for footerProps ","rendering data of customprops for headingProps ","rendering data of customprops for descriptionProps ","rendering data with mediaElement","rendering data with tagAttributes","rendering data with a11yAttributes","rendering data with closeIconTooltip","rendering data with position - absolute","rendering data without isDraggable"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/Separator/__tests__/Separator.spec.js","CaseList":{"passedCaseList":["rendering the default props","rendering the palette of - default","rendering the palette of - primary","rendering the palette of - secondary","rendering the type of - dot","rendering the type of - slash","rendering the type of - arrow","rendering the type of - comma","rendering the type of - none","rendering with customSeparatorType props","rendering the aligndirection of - row","rendering the aligndirection of - column","rendering the aligndirection of - row-reverse","rendering the aligndirection of - column-reverse","rendering the wrap of - wrap","rendering the wrap of - wrap-reverse","rendering the wrap of - nowrap","rendering the customClass props","rendering the shrink props with true","rendering the all types of children data"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/Drawer/__tests__/Drawer.spec.js","CaseList":{"passedCaseList":["renders with default props","renders Drawer with size - small","renders Drawer with size - xsmall","renders Drawer with size - medium","renders Drawer with size - xmedium","renders Drawer with size - large","renders Drawer with size - xlarge","renders Drawer with size - xxlarge","renders Drawer with size - default","renders Drawer with palette - dark","renders Drawer with palette - default","renders Drawer with palette - darkLight","renders Drawer with palette - plain","renders Drawer with subDrawerSize - xsmall","renders Drawer with subDrawerSize - small","renders Drawer with subDrawerSize - medium","renders with custom className","renders Drawer with subDrawerActive set to true","renders Drawer with isActive set to true","renders Drawer with needAutoZindex set to true","renders Drawer with needFocusScope set to true","renders Drawer with flexible set to true","renders Drawer with isIconBold set to true","renders Drawer with isBoxIcon set to true","renders Drawer with needFreeze set to true","renders with customProps","renders Drawer with all options combined"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/Link/__tests__/Link.spec.js","CaseList":{"passedCaseList":["renders with default props","renders with children content","renders with href prop","renders with target - _blank","renders with target - _self","renders with urlName and urlData using provider","renders with urlName and undefined urlData using provider","renders with urlName and urlData as undefined using provider","renders with custom className","renders with title prop","renders with download attribute","renders with rel attribute","renders with dataId prop","renders with customProps"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/ImportantNotes/__tests__/ImportantNotes.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the text prop","rendering the iconName prop","rendering the iconName prop and text and children are empty","rendering the iconName prop is null and given text value","rendering the iconSize","rendering the children","rendering the text and children prop","rendering the text and children prop is empty","rendering the iconClass","rendering the isCover prop is true","rendering the isCover prop is false","rendering the className prop"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/ExternalLink/__tests__/ExternalLink.spec.js","CaseList":{"passedCaseList":["renders with default props","render the herf","render the herf as bool value","renders with target is - _blank","renders with target is - _self","renders with title prop","renders with custom className","renders with rel attribute","renders with dataId prop","renders with customProps","renders with children content"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/Upload/__tests__/Upload.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the isPreview prop","rendering the isPreview prop is false","rendering the tooltip prop","rendering the dataId prop with isPreview isPreviewType are true ","rendering the dataId prop with isPreviewType is false","rendering the dataSelectorId prop","rendering the progressValue prop","rendering the iconName prop","rendering the fileSize prop","rendering the imgSrc prop","rendering the isPreviewType true prop","rendering the isPreviewType false prop","rendering the onRemove prop","rendering the size of - small","rendering the size of - medium","rendering the palette of - light","rendering the palette of - night","eleRef prop is a function"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/alert/AlertHeader/__tests__/AlertHeader.spec.js","CaseList":{"passedCaseList":["renders with default props","renders with title","renders with palette - default","renders with palette - primary","renders with palette - danger","renders with needIcon false","renders with iconType - delete","renders with iconType - alert","renders with iconType - remoteAssist","renders with iconType - splitTicket","renders with iconType - update","renders with onClose function and closeTitle","renders iconName is provided","renders with breakChildren prop","renders with children content","renders with custom iconClass","renders with dataId prop","renders iconType and iconSize is fales","renders iconType and iconSize is true","renders falls back when neither iconName nor matching iconType is available"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/Onboarding/CarouselDots/__tests__/CarouselDots.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering of slider data","rendering prop of currentSliderIndex","rendering prop of isAnimationPaused","rendering with customId","rendering with testId"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/Image/__tests__/Image.spec.js","CaseList":{"passedCaseList":["rendering the default props","checking \"isCover\" is false","rendering \"alt\" and \"src\" value ","rendering \"dataid\" value","rendering \"Original\" value","rendering \"Id\" value","rendering \"title\" value"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/MessageBanner/__tests__/MessageBanner.spec.js","CaseList":{"passedCaseList":["rendering the default props","rendering the href props along with urlText props","rendering the palette of - default","rendering the palette of - blue","rendering the palette of - white","rendering the type of - primary","rendering the type of - secondary","rendering the customClass props","rendering the onClose props via mock function"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/PlusIcon/__tests__/PlusIcon.spec.js","CaseList":{"passedCaseList":["renders with default props","renders with dataId prop","renders with iconName prop","renders with iconClass prop","renders with iconSize prop","renders with size is - small","renders with size is - xsmall","renders with size is - xxsmall","renders with size is - medium","renders with size is - xmedium","renders with size is - xlarge","renders with title prop","renders with customClass prop"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/VideoLookup/__tests__/VideoLookup.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering with prop isOpened","rendering with link","rendering with isEmbeddedLink is true","rendering with closeText","rendering with customStyle","rendering with customId","rendering with TestId","rendering with videoFormat"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/NewStar/__tests__/NewStar.spec.js","CaseList":{"passedCaseList":["rendering the default props","rendering the palette of - green","rendering the palette of - blue","rendering the palette of - yellow","rendering the position of - topRight","rendering the position of - topLeft","rendering the position of - bottomRight","rendering the position of - bottomLeft","rendering the customClass props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/Onboarding/CarouselDots/CarouselDot/__tests__/CarouselDot.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering of isActive","rendering of isAnimationPaused","rendering with customId","rendering with testId"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/form/fields/RadioField/__tests__/RadioField.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering with options","rendering options with isBoxStyle"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/Drawer/__tests__/Footer.spec.js","CaseList":{"passedCaseList":["renders Footer with size - small","renders Footer with size - xsmall","renders Footer with size - medium","renders Footer with size - xmedium","renders Footer with size - large","renders Footer with size - xlarge","renders Footer with size - xxlarge","renders Footer with size - default","renders Footer with variant - primary","renders Footer with variant - secondary","renders Footer with variant - tertiary","renders Footer with variant - default","renders Footer with size - small and all variants","renders Footer with size - xsmall and all variants","renders Footer with size - medium and all variants","renders Footer with size - xmedium and all variants","renders Footer with size - large and all variants","renders Footer with size - xlarge and all variants","renders Footer with size - xxlarge and all variants","renders Footer with size - default and all variants"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/lookup/header/Search/__tests__/Search.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the search active","rendering the prop hasSeparator is true","rendering the prop hasSeparator is false","rendering the renderChildren props via function","rendering the customized style search"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/Drawer/__tests__/Content.spec.js","CaseList":{"passedCaseList":["renders Content with paddingSize - small","renders Content with paddingSize - medium","renders Content with paddingSize - large","renders Content with paddingSize - small and isVisible - true","renders Content with paddingSize - small and isVisible - false","renders Content with paddingSize - medium and isVisible - true","renders Content with paddingSize - medium and isVisible - false","renders Content with paddingSize - large and isVisible - true","renders Content with paddingSize - large and isVisible - false"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/form/fields/CheckBoxField/__tests__/CheckBoxField.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the custom children","rendering the custom label children via renderLabelProps"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/setup/table/Text/__tests__/Text.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the url","Should render size - bold","Should render size - semiBold","Should render size - heading"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/Subject/__tests__/Subject.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the whiteSpace of -normal","rendering the whiteSpace of -nowrap","rendering the whiteSpace of -pre","rendering the whiteSpace of -pre-line","rendering the whiteSpace of -pre-wrap","rendering the whiteSpace of -break-spaces"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/setup/helptips/ListGroup/__tests__/ListGroup.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/status/StatusDropdown/__tests__/StatusDropdown.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering target element"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/ListStencils/__tests__/ListStencils.spec.js","CaseList":{"passedCaseList":["rendering the defult props","customId and testId"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/FreezeLayer/__tests__/FreezeLayer.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering isActive is true"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/lookup/Lookup/__tests__/Lookup.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering isActive is true"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/version2/lookup/AlertLookup/__tests__/AlertLookup.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering isActive is true defult"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/version2/alertIcons/__tests__/NotificationAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/version2/errorstate/UnableToProcessRequest/__tests__/UnableToProcessRequest.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/version2/notification/DesktopNotificationHeader/__tests__/DesktopNotificationHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/alert/AlertLookup/__tests__/AlertLookup.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/form/fields/TagsMultiSelectField/__tests__/TagsMultiSelectField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/version2/notification/DesktopNotification/__tests__/DesktopNotification.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/DepartmentDropDown/__tests__/DepartmentDropDown.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/version2/GlobalNotification/__tests__/GlobalNotification.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/errorstate/RequestUrlNotFound/__tests__/RequestUrlNotFound.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/form/fields/TagsMultiSelect/__tests__/TagsMultiSelect.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/version2/errorstate/OopsSomethingMiss/__tests__/OopsSomethingMiss.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/form/fields/ValidationMessage/__tests__/ValidationMessage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/version2/errorstate/UnauthorizedLogin/__tests__/UnauthorizedLogin.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/layout/SetupDetailLayout/__tests__/SetupDetailLayout.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/version2/alertIcons/__tests__/WarningAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/errorstate/UnauthorizedLogin/__tests__/UnauthorizedLogin.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/version2/alertIcons/__tests__/SuccessAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/form/fields/TextEditorWrapper/__tests__/TextEditorWrapper.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/svg/__tests__/TemplateIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/emptystate/CommonEmptyState/__tests__/CommonEmptyState.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/version2/errorstate/WillBeRightBack/__tests__/WillBeRightBack.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/version2/alertIcons/__tests__/DangerAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/form/fields/MultiSelectField/__tests__/MultiSelectField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/SecondaryText/__tests__/HappinessRating.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/SentimentStatus/__tests__/SentimentStatus.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/BluePrintStatus/__tests__/BluePrintStatus.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/errorstate/UnableToProcess/__tests__/UnableToProcess.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/avatar/AvatarCollision/__tests__/AvatarCollision.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/svg/__tests__/SnippetIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/version2/alertIcons/__tests__/AlarmAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/version2/alertIcons/__tests__/ErrorAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/AlphabeticList/__tests__/AlphabeticList.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/SecondaryText/__tests__/DepartmentText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/form/fields/TextEditorField/__tests__/TextEditorField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/Icons/__tests__/ReadUnreadIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/status/StatusListItem/__tests__/StatusListItem.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/errorstate/NoRequestFound/__tests__/NoRequestFound.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/errorstate/PermissionPlay/__tests__/PermissionPlay.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/form/fields/FieldContainer/__tests__/FieldContainer.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/version2/alertIcons/__tests__/InfoAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/version2/errorstate/Inconvenience/__tests__/Inconvenience.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/SecondaryText/__tests__/SecondaryText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/SecondryPanel/__tests__/SecondryPanel.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/Icons/__tests__/FloatingIcons.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/SecondaryText/__tests__/PriorityText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/form/fields/CurrencyField/__tests__/CurrencyField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/errorstate/Inconvenience/__tests__/Inconvenience.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/form/fields/TextareaField/__tests__/TextareaField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/Icons/__tests__/CompleteIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/GridStencils/__tests__/GridStencils.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/dropdown/ToggleDropDown/__tests__/ToggleDropDown.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/lookup/header/ViewDropDown/__test__/ViewDropDown.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/layout/SubtabLayout/__tests__/SubtabLayout.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/ToastMessage/__tests__/ToastMessage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/form/fields/TextBoxField/__tests__/TextBoxField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/lookup/header/ModuleHeader/__tests__/ModuleHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/avatar/AvatarStatus/__tests__/AvatarStatus.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/svg/__tests__/PlusIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/avatar/AvatarThread/__tests__/AvatarThread.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/TagWithIcon/__tests__/TagWithIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/lookup/header/TicketHeader/__tests__/TicketHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/version2/errorstate/UrlNotFound/__tests__/UrlNotFound.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/version2/lookup/AlertHeader/__tests__/AlertHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/SecondaryText/__tests__/AccountName.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/SecondaryText/__tests__/PhoneNumber.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/emptystate/EditionPage/__tests__/EditionPage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/SecondaryText/__tests__/ContactName.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/setup/helptips/Description/__tests__/Description.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/ChannelIcon/__tests__/ChannelIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/avatar/AvatarClose/__tests__/AvatarClose.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/version2/alertIcons/__tests__/AlertIcons.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/SecondaryText/__tests__/StatusText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/version2/AlertClose/__tests__/AlertClose.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/ListLayout/__tests__/ListLayout.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/form/fields/SelectField/__tests__/SelectField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/Icons/__tests__/AddNewIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/Icons/__tests__/DeleteIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/FormAction/__tests__/FormAction.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/AvatarFlip/__tests__/AvatarFlip.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/form/fields/PhoneField/__tests__/PhoneField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/avatar/AvatarUser/__tests__/AvatarUser.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/avatar/AvatarIcon/__tests__/AvatarIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/form/fields/TextEditor/__tests__/TextEditor.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/setup/table/TableBody/__tests__/TableBody.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/setup/table/TableData/__tests__/TableData.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/Attachment/__tests__/Attachment.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/setup/table/TableHead/__tests__/TableHead.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/Icons/__tests__/SmartIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/lookup/EmptyPage/__tests__/EmptyPage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/SecondaryText/__tests__/TicketId.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/Icons/__tests__/EditIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/setup/table/TableRow/__tests__/TableRow.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/errorstate/LinkText/__tests__/LinkText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/errorstate/WillBack/__tests__/WillBack.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/SecondaryText/__tests__/Website.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/lookup/header/Close/__tests__/Close.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/lookup/Section/__tests__/Section.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/form/fields/DateField/__tests__/DateField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/Comment/__tests__/Comment.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/Message/__tests__/Message.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/TagNew/__tests__/TagNew.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/form/layout/Section/__tests__/Section.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/Thread/__tests__/Thread.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/DotNew/__tests__/DotNew.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/setup/header/Button/__tests__/Button.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/Loader/__tests__/Loader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/setup/header/Search/__tests__/Search.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/setup/helptips/Title/__tests__/Title.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/setup/table/Table/__tests__/Table.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/lookup/header/Title/__tests__/Titles.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/SecondaryText/__tests__/Email.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/form/layout/Field/__tests__/Field.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/setup/header/Views/__tests__/Views.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/setup/header/Link/__tests__/Link.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/setup/helptips/Link/__tests__/Link.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/Dot/__tests__/Dot.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}}]}}}
1
+ {"jobDetails":{"isRunByLocal":true,"hostName":"bharathi-19811","platForm":"Darwin","branchName":"master"},"tests":{"unitCase":{"isExecuted":"Yes","numberOfSuccess":50,"numberOfFails":0,"numberOfCases":50,"numberOfSuites":1,"endTime":1758280232431,"startTime":1758280227715,"coverageDetail":{"codeCoveragePercentage":100,"fileCoveragePercentage":0},"fileDetails":[{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/AttachmentViewer/__tests__/AttachmentImage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/Drawer/__tests__/Header.spec.js","CaseList":{"passedCaseList":["renders with default props","renders Header with title only","renders Header with title and close button","renders Header with title and icon","renders Header with title, icon, and close button","renders Header with title and custom className","renders Header with title and getTitleChildren function","renders Header with title, icon, and getTitleChildren function","renders Header with title, close button, and getTitleChildren function","renders Header with title, icon, close button, and getTitleChildren function"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/FlipCard/__tests__/FlipCard.spec.js","CaseList":{"passedCaseList":["renders with default props","renders with id","renders with action","renders with name","renders with initial","renders with isChecked - true","renders with noNeedFlip - true","renders with noNeedFlip set to false","renders with noNeedFlip set to true and isChecked set to true","renders with noNeedFlip set to false and isChecked set to true","renders with noNeedFlip set to true and size variations","renders with noNeedFlip set to false and size variations","renders with noNeedFlip set to true and custom props","renders with noNeedFlip set to false and custom props","renders with size - small","renders with size - medium","renders with size - large","renders with channel","renders with isPaidUser - true","renders with isPortalUser - true","renders with src","renders with icon","renders with iconSize","renders with iconClass","renders with ticListContainer","renders with ticList","renders with dataId","renders with className","renders with palette - primary","renders with palette - secondary","renders with palette - info","renders with palette - default","renders with textPalette - white","renders with textPalette - black","renders with customTextClass","renders with frontClass","renders with needTitle - true","renders with iconColor","renders with tourId","renders with isFilledCheckbox - true","renders with channelTitle","renders with customProps","renders correctly with customProps for CheckBoxProps","renders correctly with customProps for ChannelIconProps","renders correctly with customProps for AvatarIconProps","renders correctly with customProps for AvatarUserProps","renders correctly with customProps for multiple props","renders correctly with channel: email and action: incoming","renders correctly with channel: chat and action: outgoing","renders correctly with channel: call and action: missed","renders correctly with channel: social and action: incoming","renders correctly with channel: sms and action: outgoing","renders correctly with name and icon","renders correctly with name but without icon","renders correctly with needTitle set to true and name","renders correctly with needTitle set to false and name","renders correctly with needTitle set to true, icon, and name","renders correctly with needTitle set to false, icon, and name","renders correctly with size: small and icon","renders correctly with size: medium and icon","renders correctly with size: large and icon","renders correctly with size: small and initial","renders correctly with size: medium and initial","renders correctly with size: large and initial","renders correctly with size: small and src","renders correctly with size: medium and src","renders correctly with size: large and src","renders correctly with size: small and name","renders correctly with size: medium and name","renders correctly with size: large and name","renders correctly with iconSize as a number","renders correctly with iconSize as a number and channel & action","renders correctly with className, channel, and action","renders correctly with palette, channel, and action","renders correctly with textPalette, channel, and action","renders correctly with customTextClass, channel, and action"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/DotProvider/__tests__/DotProvider.spec.js","CaseList":{"passedCaseList":["rendering the default props","rendering the default attributes, styles and modified the tag props","rendering the default attributes, styles and modifying the tag prop to React.Fragment","rendering the providerRef props","rendering the additional ...rest props","rendering the wrong themeAppearance and themeColor","should render with themeAppearance = light and themeColor = blue ","should render with themeAppearance = light and themeColor = green ","should render with themeAppearance = light and themeColor = orange ","should render with themeAppearance = light and themeColor = red ","should render with themeAppearance = light and themeColor = yellow ","should render with themeAppearance = dark and themeColor = blue ","should render with themeAppearance = dark and themeColor = green ","should render with themeAppearance = dark and themeColor = orange ","should render with themeAppearance = dark and themeColor = red ","should render with themeAppearance = dark and themeColor = yellow ","should render with themeAppearance = pureDark and themeColor = blue ","should render with themeAppearance = pureDark and themeColor = green ","should render with themeAppearance = pureDark and themeColor = orange ","should render with themeAppearance = pureDark and themeColor = red ","should render with themeAppearance = pureDark and themeColor = yellow ","should render with themeAppearance = light and themeColor = blue with custom attributes","should render with themeAppearance = light and themeColor = green with custom attributes","should render with themeAppearance = light and themeColor = orange with custom attributes","should render with themeAppearance = light and themeColor = red with custom attributes","should render with themeAppearance = light and themeColor = yellow with custom attributes","should render with themeAppearance = dark and themeColor = blue with custom attributes","should render with themeAppearance = dark and themeColor = green with custom attributes","should render with themeAppearance = dark and themeColor = orange with custom attributes","should render with themeAppearance = dark and themeColor = red with custom attributes","should render with themeAppearance = dark and themeColor = yellow with custom attributes","should render with themeAppearance = pureDark and themeColor = blue with custom attributes","should render with themeAppearance = pureDark and themeColor = green with custom attributes","should render with themeAppearance = pureDark and themeColor = orange with custom attributes","should render with themeAppearance = pureDark and themeColor = red with custom attributes","should render with themeAppearance = pureDark and themeColor = yellow with custom attributes","rendering the baseZoomUnit props of 0.5","rendering the baseZoomUnit props of 0.8","rendering the baseZoomUnit props of 1","rendering the baseZoomUnit props of 1.2","rendering the baseFontUnit props of 1px","rendering the baseFontUnit props of 1rem","rendering the baseFontUnit props of 1em","rendering the baseFontUnit props of 1","rendering the zoomUnitVariable prop along with baseZoomUnit props","rendering the fontUnitVariable prop along with baseFontUnit props","rendering the ref function type props","rendering the ref object type props","rendering the onAssetsDownloadSuccess props","rendering the getAssetsPromises props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/AttachmentViewer/__tests__/AttachmentViewer.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the when isActive is true "],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/IconButton/__tests__/IconButton.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the palette of- primary","rendering the palette of- primaryFilled","rendering the palette of- default","rendering the isActive true with palette of- primary","rendering the isActive true with palette of- primaryFilled","rendering the isActive true with palette of- default","rendering the size of- xsmall","rendering the size of- small","rendering the size of- medium","rendering the size of- large","rendering the size of- xlarge","rendering the hovertypes- default","rendering the hovertypes- border","rendering the hovertypes- bg","rendering isNeedEffect is False","rendering ally","rendering ally","rendering needButtonTag","rendering tourId","rendering in Icon","rendering in dataIsHtml is True","rendering in isDisabled is True","rendering in ClassName","rendering in title","eleRef prop is a function","Checking the \"Children\""],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/ActionButton/__tests__/ActionButton.spec.js","CaseList":{"passedCaseList":["renders with default props","renders with isLoading set to true","renders with text","renders with subText","renders with iconName: { iconName: 'ZD-replyall', iconSize: '9' } and iconSize: %s","renders with onClick prop and validates class","renders with size - small","renders with size - medium","renders with size - large","renders with dataId prop","renders dataId prop with isLoading set to true","renders with disabled state true","renders with dropBoxClassProps - case 1","renders with dropBoxClassProps - case 2","renders with dropBoxClassProps - case 3","renders with dropBoxClassProps - case 4","renders with dataSelectorId and children props","renders with custom className","renders with dataTitle","renders with innerClassName set to custom-class","renders with innerClassName set to empty string","renders with innerClassName set to undefined","renders with arrowBoxSize small and isPopupOpen true","renders with arrowBoxSize medium and isPopupOpen false","renders with palette - primaryFilled","renders with palette - primary","renders with children prop","renders with dataId, children, and popup open","renders with isArrow true and popup open","renders with isArrow false and popup open","renders with children and tooltip enabled","renders with children and tooltip disabled","renders with arrowBoxSize small and children","renders with arrowBoxSize medium and children","renders with palette - primaryFilled and loading","renders with palette - primary and loading","renders with palette - primaryFilled and children","renders with palette - primary and children","renders with isPopupOpen true and children","renders with isPopupOpen false and children","renders with removeClose set to a function","renders with isAbsolutePositioningNeeded set to true","renders with isRestrictScroll set to true","renders with isAbsolutePositioningNeeded set to true and isPopupOpen true","renders with isRestrictScroll set to true and isPopupOpen true"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/Onboarding/__tests__/Onboarding.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering data of hasCloseIcon","rendering data without hasCloseIcon","rendering prop of ribbonText","rendering the prop of hasRibbon is false","rendering data with customStyle","rendering data of sliderData with heading and description","rendering data of sliderData with image ","rendering data of image with hasVideoPlayButton ","rendering data of image without hasVideoPlayButton","rendering data of videoSource ","rendering data of primaryButtonText","rendering data without primaryButtonText","rendering data of secondaryButtonText","rendering data without secondaryButtonText","rendering data of SecondaryButton as link","rendering data without SecondaryButton as link","rendering data of customprops for primarybuttonprops ","rendering data of two sliderData","rendering data of hasBouncAnimationOnMount","rendering data without hasBouncAnimationOnMount","rendering with customId","rendering with customId - hasSecondaryButtonLink ","rendering with testId","rendering data of Video with videoFormats","rendering data with hasExpandedButton by hasSecondaryButton, hasSecondaryButtonLink as true","rendering data with hasExpandedButton - hasSecondaryButton as true, hasSecondaryButtonLink as false","rendering data without hasExpandedButton","rendering data of customprops for Secondarybuttonprops ","rendering data of customprops for secondaryButtonLinkProps ","rendering data of customprops for ribbonProps ","rendering data of customprops for footerProps ","rendering data of customprops for headingProps ","rendering data of customprops for descriptionProps ","rendering data with mediaElement","rendering data with tagAttributes","rendering data with a11yAttributes","rendering data with closeIconTooltip","rendering data with position - absolute","rendering data without isDraggable"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/Separator/__tests__/Separator.spec.js","CaseList":{"passedCaseList":["rendering the default props","rendering the palette of - default","rendering the palette of - primary","rendering the palette of - secondary","rendering the type of - dot","rendering the type of - slash","rendering the type of - arrow","rendering the type of - comma","rendering the type of - none","rendering with customSeparatorType props","rendering the aligndirection of - row","rendering the aligndirection of - column","rendering the aligndirection of - row-reverse","rendering the aligndirection of - column-reverse","rendering the wrap of - wrap","rendering the wrap of - wrap-reverse","rendering the wrap of - nowrap","rendering the customClass props","rendering the shrink props with true","rendering the all types of children data"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/Link/__tests__/Link.spec.js","CaseList":{"passedCaseList":["renders with default props","renders with children content","renders with href prop","renders with target - _blank","renders with target - _self","renders with urlName and urlData using provider","renders with urlName and undefined urlData using provider","renders with urlName and urlData as undefined using provider","renders with custom className","renders with title prop","renders with download attribute","renders with rel attribute","renders with dataId prop","renders with customProps"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/ExternalLink/__tests__/ExternalLink.spec.js","CaseList":{"passedCaseList":["renders with default props","render the herf","render the herf as bool value","renders with target is - _blank","renders with target is - _self","renders with title prop","renders with custom className","renders with rel attribute","renders with dataId prop","renders with customProps","renders with children content"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/ImportantNotes/__tests__/ImportantNotes.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the text prop","rendering the iconName prop","rendering the iconName prop and text and children are empty","rendering the iconName prop is null and given text value","rendering the iconSize","rendering the children","rendering the text and children prop","rendering the text and children prop is empty","rendering the iconClass","rendering the isCover prop is true","rendering the isCover prop is false","rendering the className prop"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/Upload/__tests__/Upload.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the isPreview prop","rendering the isPreview prop is false","rendering the tooltip prop","rendering the dataId prop with isPreview isPreviewType are true ","rendering the dataId prop with isPreviewType is false","rendering the dataSelectorId prop","rendering the progressValue prop","rendering the iconName prop","rendering the fileSize prop","rendering the imgSrc prop","rendering the isPreviewType true prop","rendering the isPreviewType false prop","rendering the onRemove prop","rendering the size of - small","rendering the size of - medium","rendering the palette of - light","rendering the palette of - night","eleRef prop is a function"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/Drawer/__tests__/Drawer.spec.js","CaseList":{"passedCaseList":["renders with default props","renders Drawer with size - small","renders Drawer with size - xsmall","renders Drawer with size - medium","renders Drawer with size - xmedium","renders Drawer with size - large","renders Drawer with size - xlarge","renders Drawer with size - xxlarge","renders Drawer with size - default","renders Drawer with palette - dark","renders Drawer with palette - default","renders Drawer with palette - darkLight","renders Drawer with palette - plain","renders Drawer with subDrawerSize - xsmall","renders Drawer with subDrawerSize - small","renders Drawer with subDrawerSize - medium","renders with custom className","renders Drawer with subDrawerActive set to true","renders Drawer with isActive set to true","renders Drawer with needAutoZindex set to true","renders Drawer with needFocusScope set to true","renders Drawer with flexible set to true","renders Drawer with isIconBold set to true","renders Drawer with isBoxIcon set to true","renders Drawer with needFreeze set to true","renders with customProps","renders Drawer with all options combined"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/alert/AlertHeader/__tests__/AlertHeader.spec.js","CaseList":{"passedCaseList":["renders with default props","renders with title","renders with palette - default","renders with palette - primary","renders with palette - danger","renders with needIcon false","renders with iconType - delete","renders with iconType - alert","renders with iconType - remoteAssist","renders with iconType - splitTicket","renders with iconType - update","renders with onClose function and closeTitle","renders iconName is provided","renders with breakChildren prop","renders with children content","renders with custom iconClass","renders with dataId prop","renders iconType and iconSize is fales","renders iconType and iconSize is true","renders falls back when neither iconName nor matching iconType is available"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/VideoLookup/__tests__/VideoLookup.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering with prop isOpened","rendering with link","rendering with isEmbeddedLink is true","rendering with closeText","rendering with customStyle","rendering with customId","rendering with TestId","rendering with videoFormat"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/Image/__tests__/Image.spec.js","CaseList":{"passedCaseList":["rendering the default props","checking \"isCover\" is false","rendering \"alt\" and \"src\" value ","rendering \"dataid\" value","rendering \"Original\" value","rendering \"Id\" value","rendering \"title\" value"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/Onboarding/CarouselDots/__tests__/CarouselDots.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering of slider data","rendering prop of currentSliderIndex","rendering prop of isAnimationPaused","rendering with customId","rendering with testId"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/PlusIcon/__tests__/PlusIcon.spec.js","CaseList":{"passedCaseList":["renders with default props","renders with dataId prop","renders with iconName prop","renders with iconClass prop","renders with iconSize prop","renders with size is - small","renders with size is - xsmall","renders with size is - xxsmall","renders with size is - medium","renders with size is - xmedium","renders with size is - xlarge","renders with title prop","renders with customClass prop"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/MessageBanner/__tests__/MessageBanner.spec.js","CaseList":{"passedCaseList":["rendering the default props","rendering the href props along with urlText props","rendering the palette of - default","rendering the palette of - blue","rendering the palette of - white","rendering the type of - primary","rendering the type of - secondary","rendering the customClass props","rendering the onClose props via mock function"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/Onboarding/CarouselDots/CarouselDot/__tests__/CarouselDot.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering of isActive","rendering of isAnimationPaused","rendering with customId","rendering with testId"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/NewStar/__tests__/NewStar.spec.js","CaseList":{"passedCaseList":["rendering the default props","rendering the palette of - green","rendering the palette of - blue","rendering the palette of - yellow","rendering the position of - topRight","rendering the position of - topLeft","rendering the position of - bottomRight","rendering the position of - bottomLeft","rendering the customClass props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/form/fields/RadioField/__tests__/RadioField.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering with options","rendering options with isBoxStyle"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/Drawer/__tests__/Footer.spec.js","CaseList":{"passedCaseList":["renders Footer with size - small","renders Footer with size - xsmall","renders Footer with size - medium","renders Footer with size - xmedium","renders Footer with size - large","renders Footer with size - xlarge","renders Footer with size - xxlarge","renders Footer with size - default","renders Footer with variant - primary","renders Footer with variant - secondary","renders Footer with variant - tertiary","renders Footer with variant - default","renders Footer with size - small and all variants","renders Footer with size - xsmall and all variants","renders Footer with size - medium and all variants","renders Footer with size - xmedium and all variants","renders Footer with size - large and all variants","renders Footer with size - xlarge and all variants","renders Footer with size - xxlarge and all variants","renders Footer with size - default and all variants"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/lookup/header/Search/__tests__/Search.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the search active","rendering the prop hasSeparator is true","rendering the prop hasSeparator is false","rendering the renderChildren props via function","rendering the customized style search"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/form/fields/CheckBoxField/__tests__/CheckBoxField.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the custom children","rendering the custom label children via renderLabelProps"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/setup/table/Text/__tests__/Text.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the url","Should render size - bold","Should render size - semiBold","Should render size - heading"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/Subject/__tests__/Subject.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the whiteSpace of -normal","rendering the whiteSpace of -nowrap","rendering the whiteSpace of -pre","rendering the whiteSpace of -pre-line","rendering the whiteSpace of -pre-wrap","rendering the whiteSpace of -break-spaces"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/Drawer/__tests__/Content.spec.js","CaseList":{"passedCaseList":["renders Content with paddingSize - small","renders Content with paddingSize - medium","renders Content with paddingSize - large","renders Content with paddingSize - small and isVisible - true","renders Content with paddingSize - small and isVisible - false","renders Content with paddingSize - medium and isVisible - true","renders Content with paddingSize - medium and isVisible - false","renders Content with paddingSize - large and isVisible - true","renders Content with paddingSize - large and isVisible - false"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/setup/helptips/ListGroup/__tests__/ListGroup.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/status/StatusDropdown/__tests__/StatusDropdown.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering target element"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/ListStencils/__tests__/ListStencils.spec.js","CaseList":{"passedCaseList":["rendering the defult props","customId and testId"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/FreezeLayer/__tests__/FreezeLayer.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering isActive is true"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/lookup/Lookup/__tests__/Lookup.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering isActive is true"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/version2/errorstate/UnableToProcessRequest/__tests__/UnableToProcessRequest.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/alert/AlertLookup/__tests__/AlertLookup.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/version2/lookup/AlertLookup/__tests__/AlertLookup.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering isActive is true defult"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/version2/alertIcons/__tests__/NotificationAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/version2/notification/DesktopNotificationHeader/__tests__/DesktopNotificationHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/form/fields/TagsMultiSelectField/__tests__/TagsMultiSelectField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/errorstate/RequestUrlNotFound/__tests__/RequestUrlNotFound.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/version2/notification/DesktopNotification/__tests__/DesktopNotification.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/form/fields/TagsMultiSelect/__tests__/TagsMultiSelect.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/version2/GlobalNotification/__tests__/GlobalNotification.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/version2/errorstate/OopsSomethingMiss/__tests__/OopsSomethingMiss.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/DepartmentDropDown/__tests__/DepartmentDropDown.spec.js","CaseList":{"passedCaseList":[],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/layout/SetupDetailLayout/__tests__/SetupDetailLayout.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/form/fields/ValidationMessage/__tests__/ValidationMessage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/errorstate/UnauthorizedLogin/__tests__/UnauthorizedLogin.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/version2/errorstate/UnauthorizedLogin/__tests__/UnauthorizedLogin.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/version2/alertIcons/__tests__/WarningAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/version2/alertIcons/__tests__/SuccessAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/svg/__tests__/TemplateIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/form/fields/TextEditorWrapper/__tests__/TextEditorWrapper.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/emptystate/CommonEmptyState/__tests__/CommonEmptyState.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/version2/alertIcons/__tests__/DangerAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/version2/errorstate/WillBeRightBack/__tests__/WillBeRightBack.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/form/fields/MultiSelectField/__tests__/MultiSelectField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/SecondaryText/__tests__/HappinessRating.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/BluePrintStatus/__tests__/BluePrintStatus.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/SentimentStatus/__tests__/SentimentStatus.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/errorstate/UnableToProcess/__tests__/UnableToProcess.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/avatar/AvatarCollision/__tests__/AvatarCollision.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/svg/__tests__/SnippetIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/version2/alertIcons/__tests__/ErrorAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/AlphabeticList/__tests__/AlphabeticList.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/version2/alertIcons/__tests__/AlarmAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/SecondaryText/__tests__/DepartmentText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/form/fields/TextEditorField/__tests__/TextEditorField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/Icons/__tests__/ReadUnreadIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/status/StatusListItem/__tests__/StatusListItem.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/form/fields/FieldContainer/__tests__/FieldContainer.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/errorstate/NoRequestFound/__tests__/NoRequestFound.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/errorstate/PermissionPlay/__tests__/PermissionPlay.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/version2/errorstate/Inconvenience/__tests__/Inconvenience.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/version2/alertIcons/__tests__/InfoAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/SecondryPanel/__tests__/SecondryPanel.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/Icons/__tests__/FloatingIcons.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/SecondaryText/__tests__/SecondaryText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/form/fields/CurrencyField/__tests__/CurrencyField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/errorstate/Inconvenience/__tests__/Inconvenience.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/SecondaryText/__tests__/PriorityText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/dropdown/ToggleDropDown/__tests__/ToggleDropDown.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/form/fields/TextareaField/__tests__/TextareaField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/Icons/__tests__/CompleteIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/GridStencils/__tests__/GridStencils.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/layout/SubtabLayout/__tests__/SubtabLayout.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/ToastMessage/__tests__/ToastMessage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/form/fields/TextBoxField/__tests__/TextBoxField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/avatar/AvatarStatus/__tests__/AvatarStatus.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/lookup/header/ModuleHeader/__tests__/ModuleHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/avatar/AvatarThread/__tests__/AvatarThread.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/lookup/header/TicketHeader/__tests__/TicketHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/svg/__tests__/PlusIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/TagWithIcon/__tests__/TagWithIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/lookup/header/ViewDropDown/__test__/ViewDropDown.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/version2/errorstate/UrlNotFound/__tests__/UrlNotFound.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/version2/lookup/AlertHeader/__tests__/AlertHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/SecondaryText/__tests__/PhoneNumber.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/SecondaryText/__tests__/AccountName.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/setup/helptips/Description/__tests__/Description.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/SecondaryText/__tests__/ContactName.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/emptystate/EditionPage/__tests__/EditionPage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/ChannelIcon/__tests__/ChannelIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/avatar/AvatarClose/__tests__/AvatarClose.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/version2/alertIcons/__tests__/AlertIcons.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/version2/AlertClose/__tests__/AlertClose.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/SecondaryText/__tests__/StatusText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/AvatarFlip/__tests__/AvatarFlip.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/ListLayout/__tests__/ListLayout.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/Icons/__tests__/AddNewIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/FormAction/__tests__/FormAction.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/form/fields/SelectField/__tests__/SelectField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/Icons/__tests__/DeleteIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/form/fields/TextEditor/__tests__/TextEditor.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/form/fields/PhoneField/__tests__/PhoneField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/avatar/AvatarUser/__tests__/AvatarUser.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/setup/table/TableData/__tests__/TableData.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/avatar/AvatarIcon/__tests__/AvatarIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/Attachment/__tests__/Attachment.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/setup/table/TableBody/__tests__/TableBody.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/setup/table/TableHead/__tests__/TableHead.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/lookup/EmptyPage/__tests__/EmptyPage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/Icons/__tests__/SmartIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/setup/table/TableRow/__tests__/TableRow.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/SecondaryText/__tests__/TicketId.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/errorstate/LinkText/__tests__/LinkText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/Icons/__tests__/EditIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/lookup/header/Close/__tests__/Close.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/errorstate/WillBack/__tests__/WillBack.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/SecondaryText/__tests__/Website.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/form/fields/DateField/__tests__/DateField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/Comment/__tests__/Comment.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/lookup/Section/__tests__/Section.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/Message/__tests__/Message.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/form/layout/Section/__tests__/Section.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/Loader/__tests__/Loader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/TagNew/__tests__/TagNew.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/Thread/__tests__/Thread.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/DotNew/__tests__/DotNew.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/setup/header/Button/__tests__/Button.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/setup/header/Search/__tests__/Search.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/setup/table/Table/__tests__/Table.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/lookup/header/Title/__tests__/Titles.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/SecondaryText/__tests__/Email.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/setup/helptips/Title/__tests__/Title.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/setup/header/Views/__tests__/Views.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/form/layout/Field/__tests__/Field.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/Dot/__tests__/Dot.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/setup/helptips/Link/__tests__/Link.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/setup/header/Link/__tests__/Link.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/AttachmentViewer/__tests__/AttachmentImage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/FlipCard/__tests__/FlipCard.spec.js","CaseList":{"passedCaseList":["renders with default props","renders with id","renders with action","renders with name","renders with initial","renders with isChecked - true","renders with noNeedFlip - true","renders with noNeedFlip set to false","renders with noNeedFlip set to true and isChecked set to true","renders with noNeedFlip set to false and isChecked set to true","renders with noNeedFlip set to true and size variations","renders with noNeedFlip set to false and size variations","renders with noNeedFlip set to true and custom props","renders with noNeedFlip set to false and custom props","renders with size - small","renders with size - medium","renders with size - large","renders with channel","renders with isPaidUser - true","renders with isPortalUser - true","renders with src","renders with icon","renders with iconSize","renders with iconClass","renders with ticListContainer","renders with ticList","renders with dataId","renders with className","renders with palette - primary","renders with palette - secondary","renders with palette - info","renders with palette - default","renders with textPalette - white","renders with textPalette - black","renders with customTextClass","renders with frontClass","renders with needTitle - true","renders with iconColor","renders with tourId","renders with isFilledCheckbox - true","renders with channelTitle","renders with customProps","renders correctly with customProps for CheckBoxProps","renders correctly with customProps for ChannelIconProps","renders correctly with customProps for AvatarIconProps","renders correctly with customProps for AvatarUserProps","renders correctly with customProps for multiple props","renders correctly with channel: email and action: incoming","renders correctly with channel: chat and action: outgoing","renders correctly with channel: call and action: missed","renders correctly with channel: social and action: incoming","renders correctly with channel: sms and action: outgoing","renders correctly with name and icon","renders correctly with name but without icon","renders correctly with needTitle set to true and name","renders correctly with needTitle set to false and name","renders correctly with needTitle set to true, icon, and name","renders correctly with needTitle set to false, icon, and name","renders correctly with size: small and icon","renders correctly with size: medium and icon","renders correctly with size: large and icon","renders correctly with size: small and initial","renders correctly with size: medium and initial","renders correctly with size: large and initial","renders correctly with size: small and src","renders correctly with size: medium and src","renders correctly with size: large and src","renders correctly with size: small and name","renders correctly with size: medium and name","renders correctly with size: large and name","renders correctly with iconSize as a number","renders correctly with iconSize as a number and channel & action","renders correctly with className, channel, and action","renders correctly with palette, channel, and action","renders correctly with textPalette, channel, and action","renders correctly with customTextClass, channel, and action"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/Drawer/__tests__/Header.spec.js","CaseList":{"passedCaseList":["renders with default props","renders Header with title only","renders Header with title and close button","renders Header with title and icon","renders Header with title, icon, and close button","renders Header with title and custom className","renders Header with title and getTitleChildren function","renders Header with title, icon, and getTitleChildren function","renders Header with title, close button, and getTitleChildren function","renders Header with title, icon, close button, and getTitleChildren function"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/DotProvider/__tests__/DotProvider.spec.js","CaseList":{"passedCaseList":["rendering the default props","rendering the default attributes, styles and modified the tag props","rendering the default attributes, styles and modifying the tag prop to React.Fragment","rendering the providerRef props","rendering the additional ...rest props","rendering the wrong themeAppearance and themeColor","should render with themeAppearance = light and themeColor = blue ","should render with themeAppearance = light and themeColor = green ","should render with themeAppearance = light and themeColor = orange ","should render with themeAppearance = light and themeColor = red ","should render with themeAppearance = light and themeColor = yellow ","should render with themeAppearance = dark and themeColor = blue ","should render with themeAppearance = dark and themeColor = green ","should render with themeAppearance = dark and themeColor = orange ","should render with themeAppearance = dark and themeColor = red ","should render with themeAppearance = dark and themeColor = yellow ","should render with themeAppearance = pureDark and themeColor = blue ","should render with themeAppearance = pureDark and themeColor = green ","should render with themeAppearance = pureDark and themeColor = orange ","should render with themeAppearance = pureDark and themeColor = red ","should render with themeAppearance = pureDark and themeColor = yellow ","should render with themeAppearance = light and themeColor = blue with custom attributes","should render with themeAppearance = light and themeColor = green with custom attributes","should render with themeAppearance = light and themeColor = orange with custom attributes","should render with themeAppearance = light and themeColor = red with custom attributes","should render with themeAppearance = light and themeColor = yellow with custom attributes","should render with themeAppearance = dark and themeColor = blue with custom attributes","should render with themeAppearance = dark and themeColor = green with custom attributes","should render with themeAppearance = dark and themeColor = orange with custom attributes","should render with themeAppearance = dark and themeColor = red with custom attributes","should render with themeAppearance = dark and themeColor = yellow with custom attributes","should render with themeAppearance = pureDark and themeColor = blue with custom attributes","should render with themeAppearance = pureDark and themeColor = green with custom attributes","should render with themeAppearance = pureDark and themeColor = orange with custom attributes","should render with themeAppearance = pureDark and themeColor = red with custom attributes","should render with themeAppearance = pureDark and themeColor = yellow with custom attributes","rendering the baseZoomUnit props of 0.5","rendering the baseZoomUnit props of 0.8","rendering the baseZoomUnit props of 1","rendering the baseZoomUnit props of 1.2","rendering the baseFontUnit props of 1px","rendering the baseFontUnit props of 1rem","rendering the baseFontUnit props of 1em","rendering the baseFontUnit props of 1","rendering the zoomUnitVariable prop along with baseZoomUnit props","rendering the fontUnitVariable prop along with baseFontUnit props","rendering the ref function type props","rendering the ref object type props","rendering the onAssetsDownloadSuccess props","rendering the getAssetsPromises props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/ActionButton/__tests__/ActionButton.spec.js","CaseList":{"passedCaseList":["renders with default props","renders with isLoading set to true","renders with text","renders with subText","renders with iconName: { iconName: 'ZD-replyall', iconSize: '9' } and iconSize: %s","renders with onClick prop and validates class","renders with size - small","renders with size - medium","renders with size - large","renders with dataId prop","renders dataId prop with isLoading set to true","renders with disabled state true","renders with dropBoxClassProps - case 1","renders with dropBoxClassProps - case 2","renders with dropBoxClassProps - case 3","renders with dropBoxClassProps - case 4","renders with dataSelectorId and children props","renders with custom className","renders with dataTitle","renders with innerClassName set to custom-class","renders with innerClassName set to empty string","renders with innerClassName set to undefined","renders with arrowBoxSize small and isPopupOpen true","renders with arrowBoxSize medium and isPopupOpen false","renders with palette - primaryFilled","renders with palette - primary","renders with children prop","renders with dataId, children, and popup open","renders with isArrow true and popup open","renders with isArrow false and popup open","renders with children and tooltip enabled","renders with children and tooltip disabled","renders with arrowBoxSize small and children","renders with arrowBoxSize medium and children","renders with palette - primaryFilled and loading","renders with palette - primary and loading","renders with palette - primaryFilled and children","renders with palette - primary and children","renders with isPopupOpen true and children","renders with isPopupOpen false and children","renders with removeClose set to a function","renders with isAbsolutePositioningNeeded set to true","renders with isRestrictScroll set to true","renders with isAbsolutePositioningNeeded set to true and isPopupOpen true","renders with isRestrictScroll set to true and isPopupOpen true"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/IconButton/__tests__/IconButton.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the palette of- primary","rendering the palette of- primaryFilled","rendering the palette of- default","rendering the isActive true with palette of- primary","rendering the isActive true with palette of- primaryFilled","rendering the isActive true with palette of- default","rendering the size of- xsmall","rendering the size of- small","rendering the size of- medium","rendering the size of- large","rendering the size of- xlarge","rendering the hovertypes- default","rendering the hovertypes- border","rendering the hovertypes- bg","rendering isNeedEffect is False","rendering ally","rendering ally","rendering needButtonTag","rendering tourId","rendering in Icon","rendering in dataIsHtml is True","rendering in isDisabled is True","rendering in ClassName","rendering in title","eleRef prop is a function","Checking the \"Children\""],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/AttachmentViewer/__tests__/AttachmentViewer.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the when isActive is true "],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/Onboarding/__tests__/Onboarding.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering data of hasCloseIcon","rendering data without hasCloseIcon","rendering prop of ribbonText","rendering the prop of hasRibbon is false","rendering data with customStyle","rendering data of sliderData with heading and description","rendering data of sliderData with image ","rendering data of image with hasVideoPlayButton ","rendering data of image without hasVideoPlayButton","rendering data of videoSource ","rendering data of primaryButtonText","rendering data without primaryButtonText","rendering data of secondaryButtonText","rendering data without secondaryButtonText","rendering data of SecondaryButton as link","rendering data without SecondaryButton as link","rendering data of customprops for primarybuttonprops ","rendering data of two sliderData","rendering data of hasBouncAnimationOnMount","rendering data without hasBouncAnimationOnMount","rendering with customId","rendering with customId - hasSecondaryButtonLink ","rendering with testId","rendering data of Video with videoFormats","rendering data with hasExpandedButton by hasSecondaryButton, hasSecondaryButtonLink as true","rendering data with hasExpandedButton - hasSecondaryButton as true, hasSecondaryButtonLink as false","rendering data without hasExpandedButton","rendering data of customprops for Secondarybuttonprops ","rendering data of customprops for secondaryButtonLinkProps ","rendering data of customprops for ribbonProps ","rendering data of customprops for footerProps ","rendering data of customprops for headingProps ","rendering data of customprops for descriptionProps ","rendering data with mediaElement","rendering data with tagAttributes","rendering data with a11yAttributes","rendering data with closeIconTooltip","rendering data with position - absolute","rendering data without isDraggable"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/Separator/__tests__/Separator.spec.js","CaseList":{"passedCaseList":["rendering the default props","rendering the palette of - default","rendering the palette of - primary","rendering the palette of - secondary","rendering the type of - dot","rendering the type of - slash","rendering the type of - arrow","rendering the type of - comma","rendering the type of - none","rendering with customSeparatorType props","rendering the aligndirection of - row","rendering the aligndirection of - column","rendering the aligndirection of - row-reverse","rendering the aligndirection of - column-reverse","rendering the wrap of - wrap","rendering the wrap of - wrap-reverse","rendering the wrap of - nowrap","rendering the customClass props","rendering the shrink props with true","rendering the all types of children data"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/Drawer/__tests__/Drawer.spec.js","CaseList":{"passedCaseList":["renders with default props","renders Drawer with size - small","renders Drawer with size - xsmall","renders Drawer with size - medium","renders Drawer with size - xmedium","renders Drawer with size - large","renders Drawer with size - xlarge","renders Drawer with size - xxlarge","renders Drawer with size - default","renders Drawer with palette - dark","renders Drawer with palette - default","renders Drawer with palette - darkLight","renders Drawer with palette - plain","renders Drawer with subDrawerSize - xsmall","renders Drawer with subDrawerSize - small","renders Drawer with subDrawerSize - medium","renders with custom className","renders Drawer with subDrawerActive set to true","renders Drawer with isActive set to true","renders Drawer with needAutoZindex set to true","renders Drawer with needFocusScope set to true","renders Drawer with flexible set to true","renders Drawer with isIconBold set to true","renders Drawer with isBoxIcon set to true","renders Drawer with needFreeze set to true","renders with customProps","renders Drawer with all options combined"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/Link/__tests__/Link.spec.js","CaseList":{"passedCaseList":["renders with default props","renders with children content","renders with href prop","renders with target - _blank","renders with target - _self","renders with urlName and urlData using provider","renders with urlName and undefined urlData using provider","renders with urlName and urlData as undefined using provider","renders with custom className","renders with title prop","renders with download attribute","renders with rel attribute","renders with dataId prop","renders with customProps"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/ImportantNotes/__tests__/ImportantNotes.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the text prop","rendering the iconName prop","rendering the iconName prop and text and children are empty","rendering the iconName prop is null and given text value","rendering the iconSize","rendering the children","rendering the text and children prop","rendering the text and children prop is empty","rendering the iconClass","rendering the isCover prop is true","rendering the isCover prop is false","rendering the className prop"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/ExternalLink/__tests__/ExternalLink.spec.js","CaseList":{"passedCaseList":["renders with default props","render the herf","render the herf as bool value","renders with target is - _blank","renders with target is - _self","renders with title prop","renders with custom className","renders with rel attribute","renders with dataId prop","renders with customProps","renders with children content"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/Upload/__tests__/Upload.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the isPreview prop","rendering the isPreview prop is false","rendering the tooltip prop","rendering the dataId prop with isPreview isPreviewType are true ","rendering the dataId prop with isPreviewType is false","rendering the dataSelectorId prop","rendering the progressValue prop","rendering the iconName prop","rendering the fileSize prop","rendering the imgSrc prop","rendering the isPreviewType true prop","rendering the isPreviewType false prop","rendering the onRemove prop","rendering the size of - small","rendering the size of - medium","rendering the palette of - light","rendering the palette of - night","eleRef prop is a function"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/alert/AlertHeader/__tests__/AlertHeader.spec.js","CaseList":{"passedCaseList":["renders with default props","renders with title","renders with palette - default","renders with palette - primary","renders with palette - danger","renders with needIcon false","renders with iconType - delete","renders with iconType - alert","renders with iconType - remoteAssist","renders with iconType - splitTicket","renders with iconType - update","renders with onClose function and closeTitle","renders iconName is provided","renders with breakChildren prop","renders with children content","renders with custom iconClass","renders with dataId prop","renders iconType and iconSize is fales","renders iconType and iconSize is true","renders falls back when neither iconName nor matching iconType is available"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/Onboarding/CarouselDots/__tests__/CarouselDots.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering of slider data","rendering prop of currentSliderIndex","rendering prop of isAnimationPaused","rendering with customId","rendering with testId"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/Image/__tests__/Image.spec.js","CaseList":{"passedCaseList":["rendering the default props","checking \"isCover\" is false","rendering \"alt\" and \"src\" value ","rendering \"dataid\" value","rendering \"Original\" value","rendering \"Id\" value","rendering \"title\" value"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/MessageBanner/__tests__/MessageBanner.spec.js","CaseList":{"passedCaseList":["rendering the default props","rendering the href props along with urlText props","rendering the palette of - default","rendering the palette of - blue","rendering the palette of - white","rendering the type of - primary","rendering the type of - secondary","rendering the customClass props","rendering the onClose props via mock function"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/PlusIcon/__tests__/PlusIcon.spec.js","CaseList":{"passedCaseList":["renders with default props","renders with dataId prop","renders with iconName prop","renders with iconClass prop","renders with iconSize prop","renders with size is - small","renders with size is - xsmall","renders with size is - xxsmall","renders with size is - medium","renders with size is - xmedium","renders with size is - xlarge","renders with title prop","renders with customClass prop"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/VideoLookup/__tests__/VideoLookup.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering with prop isOpened","rendering with link","rendering with isEmbeddedLink is true","rendering with closeText","rendering with customStyle","rendering with customId","rendering with TestId","rendering with videoFormat"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/NewStar/__tests__/NewStar.spec.js","CaseList":{"passedCaseList":["rendering the default props","rendering the palette of - green","rendering the palette of - blue","rendering the palette of - yellow","rendering the position of - topRight","rendering the position of - topLeft","rendering the position of - bottomRight","rendering the position of - bottomLeft","rendering the customClass props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/Onboarding/CarouselDots/CarouselDot/__tests__/CarouselDot.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering of isActive","rendering of isAnimationPaused","rendering with customId","rendering with testId"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/form/fields/RadioField/__tests__/RadioField.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering with options","rendering options with isBoxStyle"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/Drawer/__tests__/Footer.spec.js","CaseList":{"passedCaseList":["renders Footer with size - small","renders Footer with size - xsmall","renders Footer with size - medium","renders Footer with size - xmedium","renders Footer with size - large","renders Footer with size - xlarge","renders Footer with size - xxlarge","renders Footer with size - default","renders Footer with variant - primary","renders Footer with variant - secondary","renders Footer with variant - tertiary","renders Footer with variant - default","renders Footer with size - small and all variants","renders Footer with size - xsmall and all variants","renders Footer with size - medium and all variants","renders Footer with size - xmedium and all variants","renders Footer with size - large and all variants","renders Footer with size - xlarge and all variants","renders Footer with size - xxlarge and all variants","renders Footer with size - default and all variants"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/lookup/header/Search/__tests__/Search.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the search active","rendering the prop hasSeparator is true","rendering the prop hasSeparator is false","rendering the renderChildren props via function","rendering the customized style search"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/Drawer/__tests__/Content.spec.js","CaseList":{"passedCaseList":["renders Content with paddingSize - small","renders Content with paddingSize - medium","renders Content with paddingSize - large","renders Content with paddingSize - small and isVisible - true","renders Content with paddingSize - small and isVisible - false","renders Content with paddingSize - medium and isVisible - true","renders Content with paddingSize - medium and isVisible - false","renders Content with paddingSize - large and isVisible - true","renders Content with paddingSize - large and isVisible - false"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/form/fields/CheckBoxField/__tests__/CheckBoxField.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the custom children","rendering the custom label children via renderLabelProps"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/setup/table/Text/__tests__/Text.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the url","Should render size - bold","Should render size - semiBold","Should render size - heading"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/Subject/__tests__/Subject.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the whiteSpace of -normal","rendering the whiteSpace of -nowrap","rendering the whiteSpace of -pre","rendering the whiteSpace of -pre-line","rendering the whiteSpace of -pre-wrap","rendering the whiteSpace of -break-spaces"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/setup/helptips/ListGroup/__tests__/ListGroup.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/status/StatusDropdown/__tests__/StatusDropdown.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering target element"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/ListStencils/__tests__/ListStencils.spec.js","CaseList":{"passedCaseList":["rendering the defult props","customId and testId"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/FreezeLayer/__tests__/FreezeLayer.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering isActive is true"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/lookup/Lookup/__tests__/Lookup.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering isActive is true"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/version2/lookup/AlertLookup/__tests__/AlertLookup.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering isActive is true defult"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/version2/alertIcons/__tests__/NotificationAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/version2/errorstate/UnableToProcessRequest/__tests__/UnableToProcessRequest.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/version2/notification/DesktopNotificationHeader/__tests__/DesktopNotificationHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/alert/AlertLookup/__tests__/AlertLookup.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/form/fields/TagsMultiSelectField/__tests__/TagsMultiSelectField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/version2/notification/DesktopNotification/__tests__/DesktopNotification.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/DepartmentDropDown/__tests__/DepartmentDropDown.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/version2/GlobalNotification/__tests__/GlobalNotification.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/errorstate/RequestUrlNotFound/__tests__/RequestUrlNotFound.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/form/fields/TagsMultiSelect/__tests__/TagsMultiSelect.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/version2/errorstate/OopsSomethingMiss/__tests__/OopsSomethingMiss.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/form/fields/ValidationMessage/__tests__/ValidationMessage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/version2/errorstate/UnauthorizedLogin/__tests__/UnauthorizedLogin.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/layout/SetupDetailLayout/__tests__/SetupDetailLayout.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/version2/alertIcons/__tests__/WarningAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/errorstate/UnauthorizedLogin/__tests__/UnauthorizedLogin.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/version2/alertIcons/__tests__/SuccessAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/form/fields/TextEditorWrapper/__tests__/TextEditorWrapper.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/svg/__tests__/TemplateIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/emptystate/CommonEmptyState/__tests__/CommonEmptyState.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/version2/errorstate/WillBeRightBack/__tests__/WillBeRightBack.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/version2/alertIcons/__tests__/DangerAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/form/fields/MultiSelectField/__tests__/MultiSelectField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/SecondaryText/__tests__/HappinessRating.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/SentimentStatus/__tests__/SentimentStatus.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/BluePrintStatus/__tests__/BluePrintStatus.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/errorstate/UnableToProcess/__tests__/UnableToProcess.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/avatar/AvatarCollision/__tests__/AvatarCollision.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/svg/__tests__/SnippetIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/version2/alertIcons/__tests__/AlarmAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/version2/alertIcons/__tests__/ErrorAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/AlphabeticList/__tests__/AlphabeticList.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/SecondaryText/__tests__/DepartmentText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/form/fields/TextEditorField/__tests__/TextEditorField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/Icons/__tests__/ReadUnreadIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/status/StatusListItem/__tests__/StatusListItem.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/errorstate/NoRequestFound/__tests__/NoRequestFound.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/errorstate/PermissionPlay/__tests__/PermissionPlay.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/form/fields/FieldContainer/__tests__/FieldContainer.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/version2/alertIcons/__tests__/InfoAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/version2/errorstate/Inconvenience/__tests__/Inconvenience.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/SecondaryText/__tests__/SecondaryText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/SecondryPanel/__tests__/SecondryPanel.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/Icons/__tests__/FloatingIcons.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/SecondaryText/__tests__/PriorityText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/form/fields/CurrencyField/__tests__/CurrencyField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/errorstate/Inconvenience/__tests__/Inconvenience.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/form/fields/TextareaField/__tests__/TextareaField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/Icons/__tests__/CompleteIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/GridStencils/__tests__/GridStencils.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/dropdown/ToggleDropDown/__tests__/ToggleDropDown.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/lookup/header/ViewDropDown/__test__/ViewDropDown.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/layout/SubtabLayout/__tests__/SubtabLayout.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/ToastMessage/__tests__/ToastMessage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/form/fields/TextBoxField/__tests__/TextBoxField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/lookup/header/ModuleHeader/__tests__/ModuleHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/avatar/AvatarStatus/__tests__/AvatarStatus.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/svg/__tests__/PlusIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/avatar/AvatarThread/__tests__/AvatarThread.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/TagWithIcon/__tests__/TagWithIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/lookup/header/TicketHeader/__tests__/TicketHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/version2/errorstate/UrlNotFound/__tests__/UrlNotFound.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/version2/lookup/AlertHeader/__tests__/AlertHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/SecondaryText/__tests__/AccountName.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/SecondaryText/__tests__/PhoneNumber.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/emptystate/EditionPage/__tests__/EditionPage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/SecondaryText/__tests__/ContactName.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/setup/helptips/Description/__tests__/Description.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/ChannelIcon/__tests__/ChannelIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/avatar/AvatarClose/__tests__/AvatarClose.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/version2/alertIcons/__tests__/AlertIcons.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/SecondaryText/__tests__/StatusText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/version2/AlertClose/__tests__/AlertClose.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/ListLayout/__tests__/ListLayout.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/form/fields/SelectField/__tests__/SelectField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/Icons/__tests__/AddNewIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/Icons/__tests__/DeleteIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/FormAction/__tests__/FormAction.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/AvatarFlip/__tests__/AvatarFlip.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/form/fields/PhoneField/__tests__/PhoneField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/avatar/AvatarUser/__tests__/AvatarUser.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/avatar/AvatarIcon/__tests__/AvatarIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/form/fields/TextEditor/__tests__/TextEditor.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/setup/table/TableBody/__tests__/TableBody.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/setup/table/TableData/__tests__/TableData.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/Attachment/__tests__/Attachment.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/setup/table/TableHead/__tests__/TableHead.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/Icons/__tests__/SmartIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/lookup/EmptyPage/__tests__/EmptyPage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/SecondaryText/__tests__/TicketId.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/Icons/__tests__/EditIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/setup/table/TableRow/__tests__/TableRow.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/errorstate/LinkText/__tests__/LinkText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/errorstate/WillBack/__tests__/WillBack.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/SecondaryText/__tests__/Website.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/lookup/header/Close/__tests__/Close.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/lookup/Section/__tests__/Section.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/form/fields/DateField/__tests__/DateField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/Comment/__tests__/Comment.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/Message/__tests__/Message.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/TagNew/__tests__/TagNew.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/form/layout/Section/__tests__/Section.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/Thread/__tests__/Thread.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/DotNew/__tests__/DotNew.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/setup/header/Button/__tests__/Button.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/Loader/__tests__/Loader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/setup/header/Search/__tests__/Search.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/setup/helptips/Title/__tests__/Title.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/setup/table/Table/__tests__/Table.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/lookup/header/Title/__tests__/Titles.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/SecondaryText/__tests__/Email.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/form/layout/Field/__tests__/Field.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/setup/header/Views/__tests__/Views.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/setup/header/Link/__tests__/Link.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/setup/helptips/Link/__tests__/Link.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/Dot/__tests__/Dot.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/Drawer/__tests__/Header.spec.js","CaseList":{"passedCaseList":[],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/AttachmentViewer/__tests__/AttachmentImage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/FlipCard/__tests__/FlipCard.spec.js","CaseList":{"passedCaseList":["renders with default props","renders with id","renders with action","renders with name","renders with initial","renders with isChecked - true","renders with noNeedFlip - true","renders with noNeedFlip set to false","renders with noNeedFlip set to true and isChecked set to true","renders with noNeedFlip set to false and isChecked set to true","renders with noNeedFlip set to true and size variations","renders with noNeedFlip set to false and size variations","renders with noNeedFlip set to true and custom props","renders with noNeedFlip set to false and custom props","renders with size - small","renders with size - medium","renders with size - large","renders with channel","renders with isPaidUser - true","renders with isPortalUser - true","renders with src","renders with icon","renders with iconSize","renders with iconClass","renders with ticListContainer","renders with ticList","renders with dataId","renders with className","renders with palette - primary","renders with palette - secondary","renders with palette - info","renders with palette - default","renders with textPalette - white","renders with textPalette - black","renders with customTextClass","renders with frontClass","renders with needTitle - true","renders with iconColor","renders with tourId","renders with isFilledCheckbox - true","renders with channelTitle","renders with customProps","renders correctly with customProps for CheckBoxProps","renders correctly with customProps for ChannelIconProps","renders correctly with customProps for AvatarIconProps","renders correctly with customProps for AvatarUserProps","renders correctly with customProps for multiple props","renders correctly with channel: email and action: incoming","renders correctly with channel: chat and action: outgoing","renders correctly with channel: call and action: missed","renders correctly with channel: social and action: incoming","renders correctly with channel: sms and action: outgoing","renders correctly with name and icon","renders correctly with name but without icon","renders correctly with needTitle set to true and name","renders correctly with needTitle set to false and name","renders correctly with needTitle set to true, icon, and name","renders correctly with needTitle set to false, icon, and name","renders correctly with size: small and icon","renders correctly with size: medium and icon","renders correctly with size: large and icon","renders correctly with size: small and initial","renders correctly with size: medium and initial","renders correctly with size: large and initial","renders correctly with size: small and src","renders correctly with size: medium and src","renders correctly with size: large and src","renders correctly with size: small and name","renders correctly with size: medium and name","renders correctly with size: large and name","renders correctly with iconSize as a number","renders correctly with iconSize as a number and channel & action","renders correctly with className, channel, and action","renders correctly with palette, channel, and action","renders correctly with textPalette, channel, and action","renders correctly with customTextClass, channel, and action"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/Separator/__tests__/Separator.spec.js","CaseList":{"passedCaseList":["rendering the default props","rendering the palette of - default","rendering the palette of - primary","rendering the palette of - secondary","rendering the type of - dot","rendering the type of - slash","rendering the type of - arrow","rendering the type of - comma","rendering the type of - none","rendering with customSeparatorType props","rendering the aligndirection of - row","rendering the aligndirection of - column","rendering the aligndirection of - row-reverse","rendering the aligndirection of - column-reverse","rendering the wrap of - wrap","rendering the wrap of - wrap-reverse","rendering the wrap of - nowrap","rendering the customClass props","rendering the shrink props with true","rendering the all types of children data"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/DotProvider/__tests__/DotProvider.spec.js","CaseList":{"passedCaseList":["rendering the default props","rendering the default attributes, styles and modified the tag props","rendering the default attributes, styles and modifying the tag prop to React.Fragment","rendering the providerRef props","rendering the additional ...rest props","rendering the wrong themeAppearance and themeColor","should render with themeAppearance = light and themeColor = blue ","should render with themeAppearance = light and themeColor = green ","should render with themeAppearance = light and themeColor = orange ","should render with themeAppearance = light and themeColor = red ","should render with themeAppearance = light and themeColor = yellow ","should render with themeAppearance = dark and themeColor = blue ","should render with themeAppearance = dark and themeColor = green ","should render with themeAppearance = dark and themeColor = orange ","should render with themeAppearance = dark and themeColor = red ","should render with themeAppearance = dark and themeColor = yellow ","should render with themeAppearance = pureDark and themeColor = blue ","should render with themeAppearance = pureDark and themeColor = green ","should render with themeAppearance = pureDark and themeColor = orange ","should render with themeAppearance = pureDark and themeColor = red ","should render with themeAppearance = pureDark and themeColor = yellow ","should render with themeAppearance = light and themeColor = blue with custom attributes","should render with themeAppearance = light and themeColor = green with custom attributes","should render with themeAppearance = light and themeColor = orange with custom attributes","should render with themeAppearance = light and themeColor = red with custom attributes","should render with themeAppearance = light and themeColor = yellow with custom attributes","should render with themeAppearance = dark and themeColor = blue with custom attributes","should render with themeAppearance = dark and themeColor = green with custom attributes","should render with themeAppearance = dark and themeColor = orange with custom attributes","should render with themeAppearance = dark and themeColor = red with custom attributes","should render with themeAppearance = dark and themeColor = yellow with custom attributes","should render with themeAppearance = pureDark and themeColor = blue with custom attributes","should render with themeAppearance = pureDark and themeColor = green with custom attributes","should render with themeAppearance = pureDark and themeColor = orange with custom attributes","should render with themeAppearance = pureDark and themeColor = red with custom attributes","should render with themeAppearance = pureDark and themeColor = yellow with custom attributes","rendering the baseZoomUnit props of 0.5","rendering the baseZoomUnit props of 0.8","rendering the baseZoomUnit props of 1","rendering the baseZoomUnit props of 1.2","rendering the baseFontUnit props of 1px","rendering the baseFontUnit props of 1rem","rendering the baseFontUnit props of 1em","rendering the baseFontUnit props of 1","rendering the zoomUnitVariable prop along with baseZoomUnit props","rendering the fontUnitVariable prop along with baseFontUnit props","rendering the ref function type props","rendering the ref object type props","rendering the onAssetsDownloadSuccess props","rendering the getAssetsPromises props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/IconButton/__tests__/IconButton.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the palette of- primary","rendering the palette of- primaryFilled","rendering the palette of- default","rendering the isActive true with palette of- primary","rendering the isActive true with palette of- primaryFilled","rendering the isActive true with palette of- default","rendering the size of- xsmall","rendering the size of- small","rendering the size of- medium","rendering the size of- large","rendering the size of- xlarge","rendering the hovertypes- default","rendering the hovertypes- border","rendering the hovertypes- bg","rendering isNeedEffect is False","rendering ally","rendering ally","rendering needButtonTag","rendering tourId","rendering in Icon","rendering in dataIsHtml is True","rendering in isDisabled is True","rendering in ClassName","rendering in title","eleRef prop is a function","Checking the \"Children\""],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/ActionButton/__tests__/ActionButton.spec.js","CaseList":{"passedCaseList":["renders with default props","renders with isLoading set to true","renders with text","renders with subText","renders with iconName: { iconName: 'ZD-replyall', iconSize: '9' } and iconSize: %s","renders with onClick prop and validates class","renders with size - small","renders with size - medium","renders with size - large","renders with dataId prop","renders dataId prop with isLoading set to true","renders with disabled state true","renders with dropBoxClassProps - case 1","renders with dropBoxClassProps - case 2","renders with dropBoxClassProps - case 3","renders with dropBoxClassProps - case 4","renders with dataSelectorId and children props","renders with custom className","renders with dataTitle","renders with innerClassName set to custom-class","renders with innerClassName set to empty string","renders with innerClassName set to undefined","renders with arrowBoxSize small and isPopupOpen true","renders with arrowBoxSize medium and isPopupOpen false","renders with palette - primaryFilled","renders with palette - primary","renders with children prop","renders with dataId, children, and popup open","renders with isArrow true and popup open","renders with isArrow false and popup open","renders with children and tooltip enabled","renders with children and tooltip disabled","renders with arrowBoxSize small and children","renders with arrowBoxSize medium and children","renders with palette - primaryFilled and loading","renders with palette - primary and loading","renders with palette - primaryFilled and children","renders with palette - primary and children","renders with isPopupOpen true and children","renders with isPopupOpen false and children","renders with removeClose set to a function","renders with isAbsolutePositioningNeeded set to true","renders with isRestrictScroll set to true","renders with isAbsolutePositioningNeeded set to true and isPopupOpen true","renders with isRestrictScroll set to true and isPopupOpen true"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/Onboarding/__tests__/Onboarding.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering data of hasCloseIcon","rendering data without hasCloseIcon","rendering prop of ribbonText","rendering the prop of hasRibbon is false","rendering data with customStyle","rendering data of sliderData with heading and description","rendering data of sliderData with image ","rendering data of image with hasVideoPlayButton ","rendering data of image without hasVideoPlayButton","rendering data of videoSource ","rendering data of primaryButtonText","rendering data without primaryButtonText","rendering data of secondaryButtonText","rendering data without secondaryButtonText","rendering data of SecondaryButton as link","rendering data without SecondaryButton as link","rendering data of customprops for primarybuttonprops ","rendering data of two sliderData","rendering data of hasBouncAnimationOnMount","rendering data without hasBouncAnimationOnMount","rendering with customId","rendering with customId - hasSecondaryButtonLink ","rendering with testId","rendering data of Video with videoFormats","rendering data with hasExpandedButton by hasSecondaryButton, hasSecondaryButtonLink as true","rendering data with hasExpandedButton - hasSecondaryButton as true, hasSecondaryButtonLink as false","rendering data without hasExpandedButton","rendering data of customprops for Secondarybuttonprops ","rendering data of customprops for secondaryButtonLinkProps ","rendering data of customprops for ribbonProps ","rendering data of customprops for footerProps ","rendering data of customprops for headingProps ","rendering data of customprops for descriptionProps ","rendering data with mediaElement","rendering data with tagAttributes","rendering data with a11yAttributes","rendering data with closeIconTooltip","rendering data with position - absolute","rendering data without isDraggable"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/AttachmentViewer/__tests__/AttachmentViewer.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":["rendering the when isActive is true "]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/Link/__tests__/Link.spec.js","CaseList":{"passedCaseList":["renders with default props","renders with children content","renders with href prop","renders with target - _blank","renders with target - _self","renders with urlName and urlData using provider","renders with urlName and undefined urlData using provider","renders with urlName and urlData as undefined using provider","renders with custom className","renders with title prop","renders with download attribute","renders with rel attribute","renders with dataId prop","renders with customProps"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/Upload/__tests__/Upload.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the isPreview prop","rendering the isPreview prop is false","rendering the tooltip prop","rendering the dataId prop with isPreview isPreviewType are true ","rendering the dataId prop with isPreviewType is false","rendering the dataSelectorId prop","rendering the progressValue prop","rendering the iconName prop","rendering the fileSize prop","rendering the imgSrc prop","rendering the isPreviewType true prop","rendering the isPreviewType false prop","rendering the onRemove prop","rendering the size of - small","rendering the size of - medium","rendering the palette of - light","rendering the palette of - night","eleRef prop is a function"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/alert/AlertHeader/__tests__/AlertHeader.spec.js","CaseList":{"passedCaseList":["renders with default props","renders with title","renders with palette - default","renders with palette - primary","renders with palette - danger","renders with needIcon false","renders with iconType - delete","renders with iconType - alert","renders with iconType - remoteAssist","renders with iconType - splitTicket","renders with iconType - update","renders with onClose function and closeTitle","renders iconName is provided","renders with breakChildren prop","renders with children content","renders with custom iconClass","renders with dataId prop","renders iconType and iconSize is fales","renders iconType and iconSize is true","renders falls back when neither iconName nor matching iconType is available"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/ImportantNotes/__tests__/ImportantNotes.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the text prop","rendering the iconName prop","rendering the iconName prop and text and children are empty","rendering the iconName prop is null and given text value","rendering the iconSize","rendering the children","rendering the text and children prop","rendering the text and children prop is empty","rendering the iconClass","rendering the isCover prop is true","rendering the isCover prop is false","rendering the className prop"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/ExternalLink/__tests__/ExternalLink.spec.js","CaseList":{"passedCaseList":["renders with default props","render the herf","render the herf as bool value","renders with target is - _blank","renders with target is - _self","renders with title prop","renders with custom className","renders with rel attribute","renders with dataId prop","renders with customProps","renders with children content"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/Drawer/__tests__/Drawer.spec.js","CaseList":{"passedCaseList":["renders with default props","renders Drawer with size - small","renders Drawer with size - xsmall","renders Drawer with size - medium","renders Drawer with size - xmedium","renders Drawer with size - large","renders Drawer with size - xlarge","renders Drawer with size - xxlarge","renders Drawer with size - default","renders Drawer with palette - dark","renders Drawer with palette - default","renders Drawer with palette - darkLight","renders Drawer with palette - plain","renders Drawer with subDrawerSize - xsmall","renders Drawer with subDrawerSize - small","renders Drawer with subDrawerSize - medium","renders with custom className","renders Drawer with subDrawerActive set to true","renders Drawer with isActive set to true","renders Drawer with needAutoZindex set to true","renders Drawer with needFocusScope set to true","renders Drawer with flexible set to true","renders Drawer with isIconBold set to true","renders Drawer with isBoxIcon set to true","renders Drawer with needFreeze set to true","renders with customProps","renders Drawer with all options combined"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/Image/__tests__/Image.spec.js","CaseList":{"passedCaseList":["rendering the default props","checking \"isCover\" is false","rendering \"alt\" and \"src\" value ","rendering \"dataid\" value","rendering \"Original\" value","rendering \"Id\" value","rendering \"title\" value"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/Onboarding/CarouselDots/__tests__/CarouselDots.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering of slider data","rendering prop of currentSliderIndex","rendering prop of isAnimationPaused","rendering with customId","rendering with testId"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/VideoLookup/__tests__/VideoLookup.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering with prop isOpened","rendering with link","rendering with isEmbeddedLink is true","rendering with closeText","rendering with customStyle","rendering with customId","rendering with TestId","rendering with videoFormat"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/PlusIcon/__tests__/PlusIcon.spec.js","CaseList":{"passedCaseList":["renders with default props","renders with dataId prop","renders with iconName prop","renders with iconClass prop","renders with iconSize prop","renders with size is - small","renders with size is - xsmall","renders with size is - xxsmall","renders with size is - medium","renders with size is - xmedium","renders with size is - xlarge","renders with title prop","renders with customClass prop"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/MessageBanner/__tests__/MessageBanner.spec.js","CaseList":{"passedCaseList":["rendering the default props","rendering the href props along with urlText props","rendering the palette of - default","rendering the palette of - blue","rendering the palette of - white","rendering the type of - primary","rendering the type of - secondary","rendering the customClass props","rendering the onClose props via mock function"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/Drawer/__tests__/Footer.spec.js","CaseList":{"passedCaseList":["renders Footer with size - small","renders Footer with size - xsmall","renders Footer with size - medium","renders Footer with size - xmedium","renders Footer with size - large","renders Footer with size - xlarge","renders Footer with size - xxlarge","renders Footer with size - default","renders Footer with variant - primary","renders Footer with variant - secondary","renders Footer with variant - tertiary","renders Footer with variant - default","renders Footer with size - small and all variants","renders Footer with size - xsmall and all variants","renders Footer with size - medium and all variants","renders Footer with size - xmedium and all variants","renders Footer with size - large and all variants","renders Footer with size - xlarge and all variants","renders Footer with size - xxlarge and all variants","renders Footer with size - default and all variants"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/NewStar/__tests__/NewStar.spec.js","CaseList":{"passedCaseList":["rendering the default props","rendering the palette of - green","rendering the palette of - blue","rendering the palette of - yellow","rendering the position of - topRight","rendering the position of - topLeft","rendering the position of - bottomRight","rendering the position of - bottomLeft","rendering the customClass props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/Onboarding/CarouselDots/CarouselDot/__tests__/CarouselDot.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering of isActive","rendering of isAnimationPaused","rendering with customId","rendering with testId"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/form/fields/RadioField/__tests__/RadioField.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering with options","rendering options with isBoxStyle"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/Subject/__tests__/Subject.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the whiteSpace of -normal","rendering the whiteSpace of -nowrap","rendering the whiteSpace of -pre","rendering the whiteSpace of -pre-line","rendering the whiteSpace of -pre-wrap","rendering the whiteSpace of -break-spaces"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/setup/table/Text/__tests__/Text.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the url","Should render size - bold","Should render size - semiBold","Should render size - heading"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/form/fields/CheckBoxField/__tests__/CheckBoxField.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the custom children","rendering the custom label children via renderLabelProps"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/Drawer/__tests__/Content.spec.js","CaseList":{"passedCaseList":["renders Content with paddingSize - small","renders Content with paddingSize - medium","renders Content with paddingSize - large","renders Content with paddingSize - small and isVisible - true","renders Content with paddingSize - small and isVisible - false","renders Content with paddingSize - medium and isVisible - true","renders Content with paddingSize - medium and isVisible - false","renders Content with paddingSize - large and isVisible - true","renders Content with paddingSize - large and isVisible - false"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/lookup/header/Search/__tests__/Search.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the search active","rendering the prop hasSeparator is true","rendering the prop hasSeparator is false","rendering the renderChildren props via function","rendering the customized style search"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/setup/helptips/ListGroup/__tests__/ListGroup.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/ListStencils/__tests__/ListStencils.spec.js","CaseList":{"passedCaseList":["rendering the defult props","customId and testId"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/FreezeLayer/__tests__/FreezeLayer.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering isActive is true"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/status/StatusDropdown/__tests__/StatusDropdown.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering target element"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/lookup/Lookup/__tests__/Lookup.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering isActive is true"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/alert/AlertLookup/__tests__/AlertLookup.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/version2/alertIcons/__tests__/NotificationAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/version2/lookup/AlertLookup/__tests__/AlertLookup.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering isActive is true defult"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/version2/errorstate/UnableToProcessRequest/__tests__/UnableToProcessRequest.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/version2/notification/DesktopNotificationHeader/__tests__/DesktopNotificationHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/form/fields/TagsMultiSelectField/__tests__/TagsMultiSelectField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/form/fields/TagsMultiSelect/__tests__/TagsMultiSelect.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/version2/notification/DesktopNotification/__tests__/DesktopNotification.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/errorstate/RequestUrlNotFound/__tests__/RequestUrlNotFound.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/version2/GlobalNotification/__tests__/GlobalNotification.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/version2/errorstate/OopsSomethingMiss/__tests__/OopsSomethingMiss.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/form/fields/ValidationMessage/__tests__/ValidationMessage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/layout/SetupDetailLayout/__tests__/SetupDetailLayout.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/version2/alertIcons/__tests__/WarningAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/errorstate/UnauthorizedLogin/__tests__/UnauthorizedLogin.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/version2/errorstate/UnauthorizedLogin/__tests__/UnauthorizedLogin.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/form/fields/TextEditorWrapper/__tests__/TextEditorWrapper.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/DepartmentDropDown/__tests__/DepartmentDropDown.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/version2/alertIcons/__tests__/SuccessAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/emptystate/CommonEmptyState/__tests__/CommonEmptyState.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/svg/__tests__/TemplateIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/version2/errorstate/WillBeRightBack/__tests__/WillBeRightBack.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/version2/alertIcons/__tests__/DangerAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/SecondaryText/__tests__/HappinessRating.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/BluePrintStatus/__tests__/BluePrintStatus.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/SentimentStatus/__tests__/SentimentStatus.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/errorstate/UnableToProcess/__tests__/UnableToProcess.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/svg/__tests__/SnippetIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/AlphabeticList/__tests__/AlphabeticList.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/form/fields/MultiSelectField/__tests__/MultiSelectField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/form/fields/TextEditorField/__tests__/TextEditorField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/version2/alertIcons/__tests__/ErrorAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/version2/alertIcons/__tests__/AlarmAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/avatar/AvatarCollision/__tests__/AvatarCollision.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/Icons/__tests__/ReadUnreadIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/SecondaryText/__tests__/DepartmentText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/form/fields/FieldContainer/__tests__/FieldContainer.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/errorstate/PermissionPlay/__tests__/PermissionPlay.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/status/StatusListItem/__tests__/StatusListItem.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/errorstate/NoRequestFound/__tests__/NoRequestFound.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/version2/errorstate/Inconvenience/__tests__/Inconvenience.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/dropdown/ToggleDropDown/__tests__/ToggleDropDown.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/version2/alertIcons/__tests__/InfoAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/Icons/__tests__/FloatingIcons.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/SecondryPanel/__tests__/SecondryPanel.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/SecondaryText/__tests__/SecondaryText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/errorstate/Inconvenience/__tests__/Inconvenience.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/GridStencils/__tests__/GridStencils.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/form/fields/TextareaField/__tests__/TextareaField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/Icons/__tests__/CompleteIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/form/fields/CurrencyField/__tests__/CurrencyField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/SecondaryText/__tests__/PriorityText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/lookup/header/ModuleHeader/__tests__/ModuleHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/form/fields/TextBoxField/__tests__/TextBoxField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/ToastMessage/__tests__/ToastMessage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/layout/SubtabLayout/__tests__/SubtabLayout.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/avatar/AvatarStatus/__tests__/AvatarStatus.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/svg/__tests__/PlusIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/avatar/AvatarThread/__tests__/AvatarThread.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/TagWithIcon/__tests__/TagWithIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/lookup/header/ViewDropDown/__test__/ViewDropDown.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/version2/errorstate/UrlNotFound/__tests__/UrlNotFound.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/lookup/header/TicketHeader/__tests__/TicketHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/SecondaryText/__tests__/PhoneNumber.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/SecondaryText/__tests__/AccountName.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/emptystate/EditionPage/__tests__/EditionPage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/SecondaryText/__tests__/ContactName.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/version2/lookup/AlertHeader/__tests__/AlertHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/setup/helptips/Description/__tests__/Description.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/avatar/AvatarClose/__tests__/AvatarClose.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/form/fields/SelectField/__tests__/SelectField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/ChannelIcon/__tests__/ChannelIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/version2/AlertClose/__tests__/AlertClose.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/version2/alertIcons/__tests__/AlertIcons.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/SecondaryText/__tests__/StatusText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/ListLayout/__tests__/ListLayout.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/form/fields/TextEditor/__tests__/TextEditor.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/FormAction/__tests__/FormAction.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/Icons/__tests__/AddNewIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/AvatarFlip/__tests__/AvatarFlip.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/Icons/__tests__/DeleteIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/form/fields/PhoneField/__tests__/PhoneField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/setup/table/TableBody/__tests__/TableBody.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/Attachment/__tests__/Attachment.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/avatar/AvatarUser/__tests__/AvatarUser.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/avatar/AvatarIcon/__tests__/AvatarIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/setup/table/TableHead/__tests__/TableHead.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/setup/table/TableData/__tests__/TableData.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/Icons/__tests__/SmartIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/lookup/EmptyPage/__tests__/EmptyPage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/setup/table/TableRow/__tests__/TableRow.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/Icons/__tests__/EditIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/SecondaryText/__tests__/TicketId.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/errorstate/LinkText/__tests__/LinkText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/errorstate/WillBack/__tests__/WillBack.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/lookup/header/Close/__tests__/Close.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/form/fields/DateField/__tests__/DateField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/Message/__tests__/Message.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/SecondaryText/__tests__/Website.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/Comment/__tests__/Comment.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/lookup/Section/__tests__/Section.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/Loader/__tests__/Loader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/DotNew/__tests__/DotNew.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/form/layout/Section/__tests__/Section.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/Thread/__tests__/Thread.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/TagNew/__tests__/TagNew.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/setup/header/Button/__tests__/Button.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/setup/helptips/Title/__tests__/Title.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/setup/table/Table/__tests__/Table.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/setup/header/Search/__tests__/Search.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/SecondaryText/__tests__/Email.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/lookup/header/Title/__tests__/Titles.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/form/layout/Field/__tests__/Field.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/setup/header/Views/__tests__/Views.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/setup/helptips/Link/__tests__/Link.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/setup/header/Link/__tests__/Link.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/Dot/__tests__/Dot.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/AttachmentViewer/__tests__/AttachmentViewer.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":["rendering the when isActive is true "]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/AttachmentViewer/__tests__/AttachmentViewer.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the when isActive is true "],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/AttachmentViewer/__tests__/AttachmentViewer.spec.js","CaseList":{"passedCaseList":[],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/Onboarding/__tests__/Onboarding.spec.js","CaseList":{"passedCaseList":[],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/DotProvider/__tests__/DotProvider.spec.js","CaseList":{"passedCaseList":[],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/AttachmentViewer/__tests__/AttachmentImage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/Separator/__tests__/Separator.spec.js","CaseList":{"passedCaseList":["rendering the default props","rendering the palette of - default","rendering the palette of - primary","rendering the palette of - secondary","rendering the type of - dot","rendering the type of - slash","rendering the type of - arrow","rendering the type of - comma","rendering the type of - none","rendering with customSeparatorType props","rendering the aligndirection of - row","rendering the aligndirection of - column","rendering the aligndirection of - row-reverse","rendering the aligndirection of - column-reverse","rendering the wrap of - wrap","rendering the wrap of - wrap-reverse","rendering the wrap of - nowrap","rendering the customClass props","rendering the shrink props with true","rendering the all types of children data"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/FlipCard/__tests__/FlipCard.spec.js","CaseList":{"passedCaseList":["renders with default props","renders with id","renders with action","renders with name","renders with initial","renders with isChecked - true","renders with noNeedFlip - true","renders with noNeedFlip set to false","renders with noNeedFlip set to true and isChecked set to true","renders with noNeedFlip set to false and isChecked set to true","renders with noNeedFlip set to true and size variations","renders with noNeedFlip set to false and size variations","renders with noNeedFlip set to true and custom props","renders with noNeedFlip set to false and custom props","renders with size - small","renders with size - medium","renders with size - large","renders with channel","renders with isPaidUser - true","renders with isPortalUser - true","renders with src","renders with icon","renders with iconSize","renders with iconClass","renders with ticListContainer","renders with ticList","renders with dataId","renders with className","renders with palette - primary","renders with palette - secondary","renders with palette - info","renders with palette - default","renders with textPalette - white","renders with textPalette - black","renders with customTextClass","renders with frontClass","renders with needTitle - true","renders with iconColor","renders with tourId","renders with isFilledCheckbox - true","renders with channelTitle","renders with customProps","renders correctly with customProps for CheckBoxProps","renders correctly with customProps for ChannelIconProps","renders correctly with customProps for AvatarIconProps","renders correctly with customProps for AvatarUserProps","renders correctly with customProps for multiple props","renders correctly with channel: email and action: incoming","renders correctly with channel: chat and action: outgoing","renders correctly with channel: call and action: missed","renders correctly with channel: social and action: incoming","renders correctly with channel: sms and action: outgoing","renders correctly with name and icon","renders correctly with name but without icon","renders correctly with needTitle set to true and name","renders correctly with needTitle set to false and name","renders correctly with needTitle set to true, icon, and name","renders correctly with needTitle set to false, icon, and name","renders correctly with size: small and icon","renders correctly with size: medium and icon","renders correctly with size: large and icon","renders correctly with size: small and initial","renders correctly with size: medium and initial","renders correctly with size: large and initial","renders correctly with size: small and src","renders correctly with size: medium and src","renders correctly with size: large and src","renders correctly with size: small and name","renders correctly with size: medium and name","renders correctly with size: large and name","renders correctly with iconSize as a number","renders correctly with iconSize as a number and channel & action","renders correctly with className, channel, and action","renders correctly with palette, channel, and action","renders correctly with textPalette, channel, and action","renders correctly with customTextClass, channel, and action"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/Upload/__tests__/Upload.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the isPreview prop","rendering the isPreview prop is false","rendering the tooltip prop","rendering the dataId prop with isPreview isPreviewType are true ","rendering the dataId prop with isPreviewType is false","rendering the dataSelectorId prop","rendering the progressValue prop","rendering the iconName prop","rendering the fileSize prop","rendering the imgSrc prop","rendering the isPreviewType true prop","rendering the isPreviewType false prop","rendering the onRemove prop","rendering the size of - small","rendering the size of - medium","rendering the palette of - light","rendering the palette of - night","eleRef prop is a function"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/Drawer/__tests__/Header.spec.js","CaseList":{"passedCaseList":["renders with default props","renders Header with title only","renders Header with title and close button","renders Header with title and icon","renders Header with title, icon, and close button","renders Header with title and custom className","renders Header with title and getTitleChildren function","renders Header with title, icon, and getTitleChildren function","renders Header with title, close button, and getTitleChildren function","renders Header with title, icon, close button, and getTitleChildren function"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/IconButton/__tests__/IconButton.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the palette of- primary","rendering the palette of- primaryFilled","rendering the palette of- default","rendering the isActive true with palette of- primary","rendering the isActive true with palette of- primaryFilled","rendering the isActive true with palette of- default","rendering the size of- xsmall","rendering the size of- small","rendering the size of- medium","rendering the size of- large","rendering the size of- xlarge","rendering the hovertypes- default","rendering the hovertypes- border","rendering the hovertypes- bg","rendering isNeedEffect is False","rendering ally","rendering ally","rendering needButtonTag","rendering tourId","rendering in Icon","rendering in dataIsHtml is True","rendering in isDisabled is True","rendering in ClassName","rendering in title","eleRef prop is a function","Checking the \"Children\""],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/ActionButton/__tests__/ActionButton.spec.js","CaseList":{"passedCaseList":["renders with default props","renders with isLoading set to true","renders with text","renders with subText","renders with iconName: { iconName: 'ZD-replyall', iconSize: '9' } and iconSize: %s","renders with onClick prop and validates class","renders with size - small","renders with size - medium","renders with size - large","renders with dataId prop","renders dataId prop with isLoading set to true","renders with disabled state true","renders with dropBoxClassProps - case 1","renders with dropBoxClassProps - case 2","renders with dropBoxClassProps - case 3","renders with dropBoxClassProps - case 4","renders with dataSelectorId and children props","renders with custom className","renders with dataTitle","renders with innerClassName set to custom-class","renders with innerClassName set to empty string","renders with innerClassName set to undefined","renders with arrowBoxSize small and isPopupOpen true","renders with arrowBoxSize medium and isPopupOpen false","renders with palette - primaryFilled","renders with palette - primary","renders with children prop","renders with dataId, children, and popup open","renders with isArrow true and popup open","renders with isArrow false and popup open","renders with children and tooltip enabled","renders with children and tooltip disabled","renders with arrowBoxSize small and children","renders with arrowBoxSize medium and children","renders with palette - primaryFilled and loading","renders with palette - primary and loading","renders with palette - primaryFilled and children","renders with palette - primary and children","renders with isPopupOpen true and children","renders with isPopupOpen false and children","renders with removeClose set to a function","renders with isAbsolutePositioningNeeded set to true","renders with isRestrictScroll set to true","renders with isAbsolutePositioningNeeded set to true and isPopupOpen true","renders with isRestrictScroll set to true and isPopupOpen true"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/Link/__tests__/Link.spec.js","CaseList":{"passedCaseList":["renders with default props","renders with children content","renders with href prop","renders with target - _blank","renders with target - _self","renders with urlName and urlData using provider","renders with urlName and undefined urlData using provider","renders with urlName and urlData as undefined using provider","renders with custom className","renders with title prop","renders with download attribute","renders with rel attribute","renders with dataId prop","renders with customProps"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/ExternalLink/__tests__/ExternalLink.spec.js","CaseList":{"passedCaseList":["renders with default props","render the herf","render the herf as bool value","renders with target is - _blank","renders with target is - _self","renders with title prop","renders with custom className","renders with rel attribute","renders with dataId prop","renders with customProps","renders with children content"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/Drawer/__tests__/Drawer.spec.js","CaseList":{"passedCaseList":["renders with default props","renders Drawer with size - small","renders Drawer with size - xsmall","renders Drawer with size - medium","renders Drawer with size - xmedium","renders Drawer with size - large","renders Drawer with size - xlarge","renders Drawer with size - xxlarge","renders Drawer with size - default","renders Drawer with palette - dark","renders Drawer with palette - default","renders Drawer with palette - darkLight","renders Drawer with palette - plain","renders Drawer with subDrawerSize - xsmall","renders Drawer with subDrawerSize - small","renders Drawer with subDrawerSize - medium","renders with custom className","renders Drawer with subDrawerActive set to true","renders Drawer with isActive set to true","renders Drawer with needAutoZindex set to true","renders Drawer with needFocusScope set to true","renders Drawer with flexible set to true","renders Drawer with isIconBold set to true","renders Drawer with isBoxIcon set to true","renders Drawer with needFreeze set to true","renders with customProps","renders Drawer with all options combined"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/ImportantNotes/__tests__/ImportantNotes.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the text prop","rendering the iconName prop","rendering the iconName prop and text and children are empty","rendering the iconName prop is null and given text value","rendering the iconSize","rendering the children","rendering the text and children prop","rendering the text and children prop is empty","rendering the iconClass","rendering the isCover prop is true","rendering the isCover prop is false","rendering the className prop"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/alert/AlertHeader/__tests__/AlertHeader.spec.js","CaseList":{"passedCaseList":["renders with default props","renders with title","renders with palette - default","renders with palette - primary","renders with palette - danger","renders with needIcon false","renders with iconType - delete","renders with iconType - alert","renders with iconType - remoteAssist","renders with iconType - splitTicket","renders with iconType - update","renders with onClose function and closeTitle","renders iconName is provided","renders with breakChildren prop","renders with children content","renders with custom iconClass","renders with dataId prop","renders iconType and iconSize is fales","renders iconType and iconSize is true","renders falls back when neither iconName nor matching iconType is available"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/Image/__tests__/Image.spec.js","CaseList":{"passedCaseList":["rendering the default props","checking \"isCover\" is false","rendering \"alt\" and \"src\" value ","rendering \"dataid\" value","rendering \"Original\" value","rendering \"Id\" value","rendering \"title\" value"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/Onboarding/CarouselDots/__tests__/CarouselDots.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering of slider data","rendering prop of currentSliderIndex","rendering prop of isAnimationPaused","rendering with customId","rendering with testId"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/VideoLookup/__tests__/VideoLookup.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering with prop isOpened","rendering with link","rendering with isEmbeddedLink is true","rendering with closeText","rendering with customStyle","rendering with customId","rendering with TestId","rendering with videoFormat"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/MessageBanner/__tests__/MessageBanner.spec.js","CaseList":{"passedCaseList":["rendering the default props","rendering the href props along with urlText props","rendering the palette of - default","rendering the palette of - blue","rendering the palette of - white","rendering the type of - primary","rendering the type of - secondary","rendering the customClass props","rendering the onClose props via mock function"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/PlusIcon/__tests__/PlusIcon.spec.js","CaseList":{"passedCaseList":["renders with default props","renders with dataId prop","renders with iconName prop","renders with iconClass prop","renders with iconSize prop","renders with size is - small","renders with size is - xsmall","renders with size is - xxsmall","renders with size is - medium","renders with size is - xmedium","renders with size is - xlarge","renders with title prop","renders with customClass prop"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/Onboarding/CarouselDots/CarouselDot/__tests__/CarouselDot.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering of isActive","rendering of isAnimationPaused","rendering with customId","rendering with testId"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/NewStar/__tests__/NewStar.spec.js","CaseList":{"passedCaseList":["rendering the default props","rendering the palette of - green","rendering the palette of - blue","rendering the palette of - yellow","rendering the position of - topRight","rendering the position of - topLeft","rendering the position of - bottomRight","rendering the position of - bottomLeft","rendering the customClass props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/form/fields/RadioField/__tests__/RadioField.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering with options","rendering options with isBoxStyle"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/Drawer/__tests__/Footer.spec.js","CaseList":{"passedCaseList":["renders Footer with size - small","renders Footer with size - xsmall","renders Footer with size - medium","renders Footer with size - xmedium","renders Footer with size - large","renders Footer with size - xlarge","renders Footer with size - xxlarge","renders Footer with size - default","renders Footer with variant - primary","renders Footer with variant - secondary","renders Footer with variant - tertiary","renders Footer with variant - default","renders Footer with size - small and all variants","renders Footer with size - xsmall and all variants","renders Footer with size - medium and all variants","renders Footer with size - xmedium and all variants","renders Footer with size - large and all variants","renders Footer with size - xlarge and all variants","renders Footer with size - xxlarge and all variants","renders Footer with size - default and all variants"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/lookup/header/Search/__tests__/Search.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the search active","rendering the prop hasSeparator is true","rendering the prop hasSeparator is false","rendering the renderChildren props via function","rendering the customized style search"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/setup/helptips/ListGroup/__tests__/ListGroup.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/setup/table/Text/__tests__/Text.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the url","Should render size - bold","Should render size - semiBold","Should render size - heading"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/Subject/__tests__/Subject.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the whiteSpace of -normal","rendering the whiteSpace of -nowrap","rendering the whiteSpace of -pre","rendering the whiteSpace of -pre-line","rendering the whiteSpace of -pre-wrap","rendering the whiteSpace of -break-spaces"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/Drawer/__tests__/Content.spec.js","CaseList":{"passedCaseList":["renders Content with paddingSize - small","renders Content with paddingSize - medium","renders Content with paddingSize - large","renders Content with paddingSize - small and isVisible - true","renders Content with paddingSize - small and isVisible - false","renders Content with paddingSize - medium and isVisible - true","renders Content with paddingSize - medium and isVisible - false","renders Content with paddingSize - large and isVisible - true","renders Content with paddingSize - large and isVisible - false"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/form/fields/CheckBoxField/__tests__/CheckBoxField.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the custom children","rendering the custom label children via renderLabelProps"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/status/StatusDropdown/__tests__/StatusDropdown.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering target element"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/ListStencils/__tests__/ListStencils.spec.js","CaseList":{"passedCaseList":["rendering the defult props","customId and testId"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/FreezeLayer/__tests__/FreezeLayer.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering isActive is true"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/lookup/Lookup/__tests__/Lookup.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering isActive is true"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/version2/lookup/AlertLookup/__tests__/AlertLookup.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering isActive is true defult"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/alert/AlertLookup/__tests__/AlertLookup.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/version2/errorstate/UnableToProcessRequest/__tests__/UnableToProcessRequest.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/version2/notification/DesktopNotificationHeader/__tests__/DesktopNotificationHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/version2/alertIcons/__tests__/NotificationAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/errorstate/RequestUrlNotFound/__tests__/RequestUrlNotFound.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/form/fields/TagsMultiSelectField/__tests__/TagsMultiSelectField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/version2/notification/DesktopNotification/__tests__/DesktopNotification.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/version2/GlobalNotification/__tests__/GlobalNotification.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/DepartmentDropDown/__tests__/DepartmentDropDown.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/version2/errorstate/OopsSomethingMiss/__tests__/OopsSomethingMiss.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/form/fields/TagsMultiSelect/__tests__/TagsMultiSelect.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/layout/SetupDetailLayout/__tests__/SetupDetailLayout.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/errorstate/UnauthorizedLogin/__tests__/UnauthorizedLogin.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/version2/errorstate/UnauthorizedLogin/__tests__/UnauthorizedLogin.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/form/fields/ValidationMessage/__tests__/ValidationMessage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/version2/alertIcons/__tests__/WarningAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/version2/alertIcons/__tests__/SuccessAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/emptystate/CommonEmptyState/__tests__/CommonEmptyState.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/svg/__tests__/TemplateIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/form/fields/TextEditorWrapper/__tests__/TextEditorWrapper.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/version2/errorstate/WillBeRightBack/__tests__/WillBeRightBack.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/version2/alertIcons/__tests__/DangerAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/form/fields/MultiSelectField/__tests__/MultiSelectField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/SentimentStatus/__tests__/SentimentStatus.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/SecondaryText/__tests__/HappinessRating.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/errorstate/UnableToProcess/__tests__/UnableToProcess.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/BluePrintStatus/__tests__/BluePrintStatus.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/avatar/AvatarCollision/__tests__/AvatarCollision.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/svg/__tests__/SnippetIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/version2/alertIcons/__tests__/ErrorAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/version2/alertIcons/__tests__/AlarmAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/SecondaryText/__tests__/DepartmentText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/AlphabeticList/__tests__/AlphabeticList.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/form/fields/TextEditorField/__tests__/TextEditorField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/status/StatusListItem/__tests__/StatusListItem.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/form/fields/FieldContainer/__tests__/FieldContainer.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/errorstate/PermissionPlay/__tests__/PermissionPlay.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/Icons/__tests__/ReadUnreadIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/errorstate/NoRequestFound/__tests__/NoRequestFound.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/version2/alertIcons/__tests__/InfoAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/SecondryPanel/__tests__/SecondryPanel.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/version2/errorstate/Inconvenience/__tests__/Inconvenience.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/Icons/__tests__/FloatingIcons.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/SecondaryText/__tests__/SecondaryText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/dropdown/ToggleDropDown/__tests__/ToggleDropDown.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/errorstate/Inconvenience/__tests__/Inconvenience.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/SecondaryText/__tests__/PriorityText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/form/fields/CurrencyField/__tests__/CurrencyField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/GridStencils/__tests__/GridStencils.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/form/fields/TextareaField/__tests__/TextareaField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/Icons/__tests__/CompleteIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/lookup/header/ModuleHeader/__tests__/ModuleHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/ToastMessage/__tests__/ToastMessage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/form/fields/TextBoxField/__tests__/TextBoxField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/layout/SubtabLayout/__tests__/SubtabLayout.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/lookup/header/ViewDropDown/__test__/ViewDropDown.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/avatar/AvatarStatus/__tests__/AvatarStatus.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/avatar/AvatarThread/__tests__/AvatarThread.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/TagWithIcon/__tests__/TagWithIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/svg/__tests__/PlusIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/version2/errorstate/UrlNotFound/__tests__/UrlNotFound.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/SecondaryText/__tests__/AccountName.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/version2/lookup/AlertHeader/__tests__/AlertHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/lookup/header/TicketHeader/__tests__/TicketHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/SecondaryText/__tests__/PhoneNumber.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/setup/helptips/Description/__tests__/Description.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/emptystate/EditionPage/__tests__/EditionPage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/SecondaryText/__tests__/ContactName.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/avatar/AvatarClose/__tests__/AvatarClose.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/ChannelIcon/__tests__/ChannelIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/SecondaryText/__tests__/StatusText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/version2/alertIcons/__tests__/AlertIcons.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/version2/AlertClose/__tests__/AlertClose.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/AvatarFlip/__tests__/AvatarFlip.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/form/fields/SelectField/__tests__/SelectField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/Icons/__tests__/DeleteIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/ListLayout/__tests__/ListLayout.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/Icons/__tests__/AddNewIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/FormAction/__tests__/FormAction.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/form/fields/TextEditor/__tests__/TextEditor.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/avatar/AvatarUser/__tests__/AvatarUser.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/setup/table/TableBody/__tests__/TableBody.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/Attachment/__tests__/Attachment.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/form/fields/PhoneField/__tests__/PhoneField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/avatar/AvatarIcon/__tests__/AvatarIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/setup/table/TableData/__tests__/TableData.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/setup/table/TableHead/__tests__/TableHead.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/setup/table/TableRow/__tests__/TableRow.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/lookup/EmptyPage/__tests__/EmptyPage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/Icons/__tests__/SmartIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/SecondaryText/__tests__/TicketId.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/Icons/__tests__/EditIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/errorstate/LinkText/__tests__/LinkText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/SecondaryText/__tests__/Website.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/lookup/header/Close/__tests__/Close.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/form/fields/DateField/__tests__/DateField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/errorstate/WillBack/__tests__/WillBack.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/Comment/__tests__/Comment.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/lookup/Section/__tests__/Section.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/TagNew/__tests__/TagNew.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/form/layout/Section/__tests__/Section.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/Message/__tests__/Message.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/DotNew/__tests__/DotNew.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/Thread/__tests__/Thread.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/Loader/__tests__/Loader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/setup/table/Table/__tests__/Table.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/setup/header/Button/__tests__/Button.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/setup/helptips/Title/__tests__/Title.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/setup/header/Search/__tests__/Search.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/SecondaryText/__tests__/Email.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/lookup/header/Title/__tests__/Titles.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/form/layout/Field/__tests__/Field.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/setup/header/Views/__tests__/Views.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/setup/header/Link/__tests__/Link.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/setup/helptips/Link/__tests__/Link.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/list/Dot/__tests__/Dot.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/AttachmentViewer/__tests__/AttachmentViewer.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the when isActive is true "],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/Onboarding/__tests__/Onboarding.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering data of hasCloseIcon","rendering data without hasCloseIcon","rendering prop of ribbonText","rendering the prop of hasRibbon is false","rendering data with customStyle","rendering data of sliderData with heading and description","rendering data of sliderData with image ","rendering data of image with hasVideoPlayButton ","rendering data of image without hasVideoPlayButton","rendering data of videoSource ","rendering data of primaryButtonText","rendering data without primaryButtonText","rendering data of secondaryButtonText","rendering data without secondaryButtonText","rendering data of SecondaryButton as link","rendering data without SecondaryButton as link","rendering data of customprops for primarybuttonprops ","rendering data of two sliderData","rendering data of hasBouncAnimationOnMount","rendering data without hasBouncAnimationOnMount","rendering with customId","rendering with customId - hasSecondaryButtonLink ","rendering with testId","rendering data of Video with videoFormats","rendering data with hasExpandedButton by hasSecondaryButton, hasSecondaryButtonLink as true","rendering data with hasExpandedButton - hasSecondaryButton as true, hasSecondaryButtonLink as false","rendering data without hasExpandedButton","rendering data of customprops for Secondarybuttonprops ","rendering data of customprops for secondaryButtonLinkProps ","rendering data of customprops for ribbonProps ","rendering data of customprops for footerProps ","rendering data of customprops for headingProps ","rendering data of customprops for descriptionProps ","rendering data with mediaElement","rendering data with tagAttributes","rendering data with a11yAttributes","rendering data with closeIconTooltip","rendering data with position - absolute","rendering data without isDraggable"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/DotProvider/__tests__/DotProvider.spec.js","CaseList":{"passedCaseList":["rendering the default props","rendering the default attributes, styles and modified the tag props","rendering the default attributes, styles and modifying the tag prop to React.Fragment","rendering the providerRef props","rendering the additional ...rest props","rendering the wrong themeAppearance and themeColor","should render with themeAppearance = light and themeColor = blue ","should render with themeAppearance = light and themeColor = green ","should render with themeAppearance = light and themeColor = orange ","should render with themeAppearance = light and themeColor = red ","should render with themeAppearance = light and themeColor = yellow ","should render with themeAppearance = dark and themeColor = blue ","should render with themeAppearance = dark and themeColor = green ","should render with themeAppearance = dark and themeColor = orange ","should render with themeAppearance = dark and themeColor = red ","should render with themeAppearance = dark and themeColor = yellow ","should render with themeAppearance = pureDark and themeColor = blue ","should render with themeAppearance = pureDark and themeColor = green ","should render with themeAppearance = pureDark and themeColor = orange ","should render with themeAppearance = pureDark and themeColor = red ","should render with themeAppearance = pureDark and themeColor = yellow ","should render with themeAppearance = light and themeColor = blue with custom attributes","should render with themeAppearance = light and themeColor = green with custom attributes","should render with themeAppearance = light and themeColor = orange with custom attributes","should render with themeAppearance = light and themeColor = red with custom attributes","should render with themeAppearance = light and themeColor = yellow with custom attributes","should render with themeAppearance = dark and themeColor = blue with custom attributes","should render with themeAppearance = dark and themeColor = green with custom attributes","should render with themeAppearance = dark and themeColor = orange with custom attributes","should render with themeAppearance = dark and themeColor = red with custom attributes","should render with themeAppearance = dark and themeColor = yellow with custom attributes","should render with themeAppearance = pureDark and themeColor = blue with custom attributes","should render with themeAppearance = pureDark and themeColor = green with custom attributes","should render with themeAppearance = pureDark and themeColor = orange with custom attributes","should render with themeAppearance = pureDark and themeColor = red with custom attributes","should render with themeAppearance = pureDark and themeColor = yellow with custom attributes","rendering the baseZoomUnit props of 0.5","rendering the baseZoomUnit props of 0.8","rendering the baseZoomUnit props of 1","rendering the baseZoomUnit props of 1.2","rendering the baseFontUnit props of 1px","rendering the baseFontUnit props of 1rem","rendering the baseFontUnit props of 1em","rendering the baseFontUnit props of 1","rendering the zoomUnitVariable prop along with baseZoomUnit props","rendering the fontUnitVariable prop along with baseFontUnit props","rendering the ref function type props","rendering the ref object type props","rendering the onAssetsDownloadSuccess props","rendering the getAssetsPromises props"],"failedCaseList":[]}}]}}}