@zohodesk/dot 1.7.17 → 1.7.19

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 (1057) hide show
  1. package/.cli/propValidation_report.html +1 -1
  2. package/README.md +12 -0
  3. package/es/ActionButton/ActionButton.module.css +2 -2
  4. package/es/AlphabeticList/AlphabeticList.module.css +2 -2
  5. package/es/Attachment/Attachment.module.css +8 -4
  6. package/es/AttachmentViewer/Attachment.js +106 -1
  7. package/es/AttachmentViewer/AttachmentViewer.js +114 -28
  8. package/es/AttachmentViewer/AttachmentViewer.module.css +41 -18
  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/ChannelIcon/ChannelIcon.module.css +2 -2
  14. package/es/DotProvider/hooks/useDotProvider.js +2 -2
  15. package/es/Drawer/Drawer.module.css +1 -1
  16. package/es/FormAction/FormAction.module.css +1 -1
  17. package/es/IconButton/IconButton.module.css +2 -2
  18. package/es/Message/Message.js +1 -1
  19. package/es/Message/Message.module.css +1 -1
  20. package/es/MessageBanner/MessageBanner.module.css +1 -1
  21. package/es/Onboarding/CarouselDots/CarouselDot/css/CarouselDot.module.css +3 -3
  22. package/es/Onboarding/css/Onboarding.module.css +2 -2
  23. package/es/PlusIcon/PlusIcon.module.css +1 -1
  24. package/es/TagWithIcon/TagWithIcon.module.css +2 -2
  25. package/es/ToastMessage/ToastMessage.module.css +8 -8
  26. package/es/Upload/Upload.module.css +1 -1
  27. package/es/avatar/AvatarClose/AvatarClose.module.css +3 -3
  28. package/es/avatar/AvatarCollision/AvatarCollision.module.css +3 -3
  29. package/es/avatar/AvatarIcon/AvatarIcon.module.css +1 -1
  30. package/es/avatar/AvatarStatus/AvatarStatus.module.css +2 -2
  31. package/es/avatar/AvatarThread/AvatarThread.module.css +2 -2
  32. package/es/avatar/AvatarUser/AvatarUser.module.css +3 -3
  33. package/es/avatar/AvatarWithTeam/AvatarWithTeam.module.css +1 -1
  34. package/es/deprecated/SelectDropdown/SelectDropdown.module.css +2 -2
  35. package/es/dropdown/ToggleDropDown/ToggleDropDown.module.css +1 -1
  36. package/es/errorstate/EmptyStates.module.css +1 -1
  37. package/es/errorstate/WillBack/WillBack.module.css +1 -1
  38. package/es/form/fields/Fields.module.css +12 -9
  39. package/es/form/fields/RadioField/RadioField.js +1 -1
  40. package/es/form/fields/TagsMultiSelect/TagsMultiSelect.module.css +2 -2
  41. package/es/form/fields/TextEditorWrapper/TextEditorWrapper.js +1 -1
  42. package/es/form/layout/Section/ModuleFormSection.module.css +1 -1
  43. package/es/layout/SetupDetailLayout/SetupDetailLayout.module.css +4 -4
  44. package/es/layout/SubtabLayout/SubtabLayout.module.css +1 -1
  45. package/es/list/DotNew/DotNew.module.css +1 -1
  46. package/es/list/ListStencils/ListStencils.module.css +3 -3
  47. package/es/list/SecondaryText/SecondaryText.module.css +4 -4
  48. package/es/list/SecondryPanel/SecondryPanel.module.css +1 -1
  49. package/es/list/Subject/Subject.module.css +2 -2
  50. package/es/list/TagNew/TagNew.module.css +1 -1
  51. package/es/list/Thread/Thread.module.css +1 -1
  52. package/es/list/listCommon.module.css +3 -3
  53. package/es/list/status/StatusDropdown/StatusDropdown.js +2 -2
  54. package/es/list/status/StatusDropdown/StatusDropdown.module.css +1 -1
  55. package/es/list/status/StatusListItem/StatusListItem.module.css +2 -2
  56. package/es/lookup/EmptyPage/LookupEmptyPage.module.css +1 -1
  57. package/es/lookup/Lookup/Lookup.js +2 -1
  58. package/es/lookup/Lookup/Lookup.module.css +6 -1
  59. package/es/lookup/Lookup/props/propTypes.js +1 -0
  60. package/es/lookup/Section/LookupSection.module.css +1 -1
  61. package/es/lookup/header/Title/LookupTitle.module.css +1 -1
  62. package/es/lookup/header/ViewDropDown/ViewDropDown.module.css +4 -4
  63. package/es/lookup/header/lookupHeaderCommon.module.css +1 -1
  64. package/es/setup/header/Link/HeaderLink.module.css +2 -2
  65. package/es/setup/helptips/Title/HelpTipsTitle.module.css +1 -1
  66. package/es/setup/table/Text/TableText.module.css +4 -4
  67. package/es/utils/General.js +23 -1
  68. package/es/version2/GlobalNotification/GlobalNotification.module.css +2 -2
  69. package/es/version2/lookup/AlertHeader/css/AlertHeaderNew.module.css +1 -1
  70. package/es/version2/lookup/AlertLookup/AlertLookupNew.module.css +4 -4
  71. package/es/version2/lookup/alertLookupCommonNew.module.css +1 -1
  72. package/es/version2/notification/DesktopNotification/DesktopNotification.module.css +6 -6
  73. package/es/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.module.css +2 -2
  74. package/lib/ActionButton/ActionButton.module.css +2 -2
  75. package/lib/AlphabeticList/AlphabeticList.module.css +2 -2
  76. package/lib/Attachment/Attachment.module.css +8 -4
  77. package/lib/AttachmentViewer/Attachment.js +109 -1
  78. package/lib/AttachmentViewer/AttachmentViewer.js +121 -25
  79. package/lib/AttachmentViewer/AttachmentViewer.module.css +41 -18
  80. package/lib/AttachmentViewer/__tests__/__snapshots__/AttachmentViewer.spec.js.snap +15 -16
  81. package/lib/AttachmentViewer/props/defaultProps.js +1 -1
  82. package/lib/AttachmentViewer/props/propTypes.js +9 -1
  83. package/lib/AttachmentViewer/utils.js +102 -8
  84. package/lib/ChannelIcon/ChannelIcon.module.css +2 -2
  85. package/lib/DotProvider/hooks/useDotProvider.js +2 -2
  86. package/lib/Drawer/Drawer.module.css +1 -1
  87. package/lib/FormAction/FormAction.module.css +1 -1
  88. package/lib/IconButton/IconButton.module.css +2 -2
  89. package/lib/Message/Message.js +2 -2
  90. package/lib/Message/Message.module.css +1 -1
  91. package/lib/MessageBanner/MessageBanner.module.css +1 -1
  92. package/lib/Onboarding/CarouselDots/CarouselDot/css/CarouselDot.module.css +3 -3
  93. package/lib/Onboarding/css/Onboarding.module.css +2 -2
  94. package/lib/PlusIcon/PlusIcon.module.css +1 -1
  95. package/lib/TagWithIcon/TagWithIcon.module.css +2 -2
  96. package/lib/ToastMessage/ToastMessage.module.css +8 -8
  97. package/lib/Upload/Upload.module.css +1 -1
  98. package/lib/avatar/AvatarClose/AvatarClose.module.css +3 -3
  99. package/lib/avatar/AvatarCollision/AvatarCollision.module.css +3 -3
  100. package/lib/avatar/AvatarIcon/AvatarIcon.module.css +1 -1
  101. package/lib/avatar/AvatarStatus/AvatarStatus.module.css +2 -2
  102. package/lib/avatar/AvatarThread/AvatarThread.module.css +2 -2
  103. package/lib/avatar/AvatarUser/AvatarUser.module.css +3 -3
  104. package/lib/avatar/AvatarWithTeam/AvatarWithTeam.module.css +1 -1
  105. package/lib/deprecated/SelectDropdown/SelectDropdown.module.css +2 -2
  106. package/lib/dropdown/ToggleDropDown/ToggleDropDown.module.css +1 -1
  107. package/lib/errorstate/EmptyStates.module.css +1 -1
  108. package/lib/errorstate/WillBack/WillBack.module.css +1 -1
  109. package/lib/form/fields/Fields.module.css +12 -9
  110. package/lib/form/fields/RadioField/RadioField.js +1 -1
  111. package/lib/form/fields/TagsMultiSelect/TagsMultiSelect.module.css +2 -2
  112. package/lib/form/fields/TextEditorWrapper/TextEditorWrapper.js +2 -2
  113. package/lib/form/layout/Section/ModuleFormSection.module.css +1 -1
  114. package/lib/layout/SetupDetailLayout/SetupDetailLayout.module.css +4 -4
  115. package/lib/layout/SubtabLayout/SubtabLayout.module.css +1 -1
  116. package/lib/list/DotNew/DotNew.module.css +1 -1
  117. package/lib/list/ListStencils/ListStencils.module.css +3 -3
  118. package/lib/list/SecondaryText/SecondaryText.module.css +4 -4
  119. package/lib/list/SecondryPanel/SecondryPanel.module.css +1 -1
  120. package/lib/list/Subject/Subject.module.css +2 -2
  121. package/lib/list/TagNew/TagNew.module.css +1 -1
  122. package/lib/list/Thread/Thread.module.css +1 -1
  123. package/lib/list/listCommon.module.css +3 -3
  124. package/lib/list/status/StatusDropdown/StatusDropdown.js +3 -3
  125. package/lib/list/status/StatusDropdown/StatusDropdown.module.css +1 -1
  126. package/lib/list/status/StatusListItem/StatusListItem.module.css +2 -2
  127. package/lib/lookup/EmptyPage/LookupEmptyPage.module.css +1 -1
  128. package/lib/lookup/Lookup/Lookup.js +2 -1
  129. package/lib/lookup/Lookup/Lookup.module.css +6 -1
  130. package/lib/lookup/Lookup/props/propTypes.js +1 -0
  131. package/lib/lookup/Section/LookupSection.module.css +1 -1
  132. package/lib/lookup/header/Title/LookupTitle.module.css +1 -1
  133. package/lib/lookup/header/ViewDropDown/ViewDropDown.module.css +4 -4
  134. package/lib/lookup/header/lookupHeaderCommon.module.css +1 -1
  135. package/lib/setup/header/Link/HeaderLink.module.css +2 -2
  136. package/lib/setup/helptips/Title/HelpTipsTitle.module.css +1 -1
  137. package/lib/setup/table/Text/TableText.module.css +4 -4
  138. package/lib/utils/General.js +25 -1
  139. package/lib/version2/GlobalNotification/GlobalNotification.module.css +2 -2
  140. package/lib/version2/lookup/AlertHeader/css/AlertHeaderNew.module.css +1 -1
  141. package/lib/version2/lookup/AlertLookup/AlertLookupNew.module.css +4 -4
  142. package/lib/version2/lookup/alertLookupCommonNew.module.css +1 -1
  143. package/lib/version2/notification/DesktopNotification/DesktopNotification.module.css +6 -6
  144. package/lib/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.module.css +2 -2
  145. package/package.json +18 -15
  146. package/result.json +1 -1
  147. package/unittest/index.html +1 -1
  148. package/coverage/__testUtils__/MockResizeObserver.js.html +0 -163
  149. package/coverage/__testUtils__/index.html +0 -116
  150. package/coverage/assets/Appearance/dark/mode/Dot_DarkMode.module.css.html +0 -1822
  151. package/coverage/assets/Appearance/dark/mode/index.html +0 -116
  152. package/coverage/assets/Appearance/dark/themes/blue/blue_DotTheme_DarkTheme.module.css.html +0 -160
  153. package/coverage/assets/Appearance/dark/themes/blue/index.html +0 -116
  154. package/coverage/assets/Appearance/dark/themes/green/green_DotTheme_DarkTheme.module.css.html +0 -160
  155. package/coverage/assets/Appearance/dark/themes/green/index.html +0 -116
  156. package/coverage/assets/Appearance/dark/themes/orange/index.html +0 -116
  157. package/coverage/assets/Appearance/dark/themes/orange/orange_DotTheme_DarkTheme.module.css.html +0 -160
  158. package/coverage/assets/Appearance/dark/themes/red/index.html +0 -116
  159. package/coverage/assets/Appearance/dark/themes/red/red_DotTheme_DarkTheme.module.css.html +0 -160
  160. package/coverage/assets/Appearance/dark/themes/yellow/index.html +0 -116
  161. package/coverage/assets/Appearance/dark/themes/yellow/yellow_DotTheme_DarkTheme.module.css.html +0 -160
  162. package/coverage/assets/Appearance/light/mode/Dot_LightMode.module.css.html +0 -1822
  163. package/coverage/assets/Appearance/light/mode/index.html +0 -116
  164. package/coverage/assets/Appearance/light/themes/blue/blue_DotTheme_LightTheme.module.css.html +0 -160
  165. package/coverage/assets/Appearance/light/themes/blue/index.html +0 -116
  166. package/coverage/assets/Appearance/light/themes/green/green_DotTheme_LightTheme.module.css.html +0 -160
  167. package/coverage/assets/Appearance/light/themes/green/index.html +0 -116
  168. package/coverage/assets/Appearance/light/themes/orange/index.html +0 -116
  169. package/coverage/assets/Appearance/light/themes/orange/orange_DotTheme_LightTheme.module.css.html +0 -160
  170. package/coverage/assets/Appearance/light/themes/red/index.html +0 -116
  171. package/coverage/assets/Appearance/light/themes/red/red_DotTheme_LightTheme.module.css.html +0 -160
  172. package/coverage/assets/Appearance/light/themes/yellow/index.html +0 -116
  173. package/coverage/assets/Appearance/light/themes/yellow/yellow_DotTheme_LightTheme.module.css.html +0 -160
  174. package/coverage/assets/Appearance/pureDark/mode/Dot_PureDarkMode.module.css.html +0 -1822
  175. package/coverage/assets/Appearance/pureDark/mode/index.html +0 -116
  176. package/coverage/assets/Appearance/pureDark/themes/blue/blue_DotTheme_PureDarkTheme.module.css.html +0 -160
  177. package/coverage/assets/Appearance/pureDark/themes/blue/index.html +0 -116
  178. package/coverage/assets/Appearance/pureDark/themes/green/green_DotTheme_PureDarkTheme.module.css.html +0 -160
  179. package/coverage/assets/Appearance/pureDark/themes/green/index.html +0 -116
  180. package/coverage/assets/Appearance/pureDark/themes/orange/index.html +0 -116
  181. package/coverage/assets/Appearance/pureDark/themes/orange/orange_DotTheme_PureDarkTheme.module.css.html +0 -160
  182. package/coverage/assets/Appearance/pureDark/themes/red/index.html +0 -116
  183. package/coverage/assets/Appearance/pureDark/themes/red/red_DotTheme_PureDarkTheme.module.css.html +0 -160
  184. package/coverage/assets/Appearance/pureDark/themes/yellow/index.html +0 -116
  185. package/coverage/assets/Appearance/pureDark/themes/yellow/yellow_DotTheme_PureDarkTheme.module.css.html +0 -160
  186. package/coverage/base.css +0 -224
  187. package/coverage/block-navigation.js +0 -87
  188. package/coverage/coverage-final.json +0 -593
  189. package/coverage/coverage-summary.json +0 -594
  190. package/coverage/favicon.png +0 -0
  191. package/coverage/images/audio_thumbnail.png.html +0 -0
  192. package/coverage/images/index.html +0 -116
  193. package/coverage/index.html +0 -4691
  194. package/coverage/prettify.css +0 -1
  195. package/coverage/prettify.js +0 -2
  196. package/coverage/sort-arrow-sprite.png +0 -0
  197. package/coverage/sorter.js +0 -196
  198. package/coverage/src/ActionButton/ActionButton.js.html +0 -652
  199. package/coverage/src/ActionButton/ActionButton.module.css.html +0 -559
  200. package/coverage/src/ActionButton/index.html +0 -131
  201. package/coverage/src/ActionButton/props/defaultProps.js.html +0 -142
  202. package/coverage/src/ActionButton/props/index.html +0 -131
  203. package/coverage/src/ActionButton/props/propTypes.js.html +0 -199
  204. package/coverage/src/AlphabeticList/AlphabeticList.js.html +0 -424
  205. package/coverage/src/AlphabeticList/AlphabeticList.module.css.html +0 -247
  206. package/coverage/src/AlphabeticList/index.html +0 -131
  207. package/coverage/src/AlphabeticList/props/defaultProps.js.html +0 -124
  208. package/coverage/src/AlphabeticList/props/index.html +0 -131
  209. package/coverage/src/AlphabeticList/props/propTypes.js.html +0 -250
  210. package/coverage/src/Attachment/Attachment.js.html +0 -388
  211. package/coverage/src/Attachment/Attachment.module.css.html +0 -583
  212. package/coverage/src/Attachment/index.html +0 -131
  213. package/coverage/src/Attachment/props/defaultProps.js.html +0 -109
  214. package/coverage/src/Attachment/props/index.html +0 -131
  215. package/coverage/src/Attachment/props/propTypes.js.html +0 -142
  216. package/coverage/src/AttachmentViewer/Attachment.js.html +0 -193
  217. package/coverage/src/AttachmentViewer/AttachmentImage.js.html +0 -334
  218. package/coverage/src/AttachmentViewer/AttachmentViewer.js.html +0 -1723
  219. package/coverage/src/AttachmentViewer/AttachmentViewer.module.css.html +0 -994
  220. package/coverage/src/AttachmentViewer/index.html +0 -176
  221. package/coverage/src/AttachmentViewer/props/defaultProps.js.html +0 -136
  222. package/coverage/src/AttachmentViewer/props/index.html +0 -131
  223. package/coverage/src/AttachmentViewer/props/propTypes.js.html +0 -211
  224. package/coverage/src/AttachmentViewer/utils.js.html +0 -400
  225. package/coverage/src/ChannelIcon/ChannelIcon.js.html +0 -466
  226. package/coverage/src/ChannelIcon/ChannelIcon.module.css.html +0 -727
  227. package/coverage/src/ChannelIcon/index.html +0 -131
  228. package/coverage/src/ChannelIcon/props/defaultProps.js.html +0 -109
  229. package/coverage/src/ChannelIcon/props/index.html +0 -131
  230. package/coverage/src/ChannelIcon/props/propTypes.js.html +0 -187
  231. package/coverage/src/DotProvider/DotProvider.js.html +0 -298
  232. package/coverage/src/DotProvider/hooks/index.html +0 -131
  233. package/coverage/src/DotProvider/hooks/useDotProvider.js.html +0 -238
  234. package/coverage/src/DotProvider/hooks/useDownloadAssetsAndSetAttr.js.html +0 -373
  235. package/coverage/src/DotProvider/index.html +0 -116
  236. package/coverage/src/DotProvider/libraryChunks/appearance/component/Dark_Component.js.html +0 -88
  237. package/coverage/src/DotProvider/libraryChunks/appearance/component/Light_Component.js.html +0 -88
  238. package/coverage/src/DotProvider/libraryChunks/appearance/component/PureDark_Component.js.html +0 -88
  239. package/coverage/src/DotProvider/libraryChunks/appearance/component/index.html +0 -146
  240. package/coverage/src/DotProvider/libraryChunks/themes/component/blue/Blue_Dark_Component.js.html +0 -91
  241. package/coverage/src/DotProvider/libraryChunks/themes/component/blue/Blue_Light_Component.js.html +0 -91
  242. package/coverage/src/DotProvider/libraryChunks/themes/component/blue/Blue_PureDark_Component.js.html +0 -91
  243. package/coverage/src/DotProvider/libraryChunks/themes/component/blue/index.html +0 -146
  244. package/coverage/src/DotProvider/libraryChunks/themes/component/green/Green_Dark_Component.js.html +0 -91
  245. package/coverage/src/DotProvider/libraryChunks/themes/component/green/Green_Light_Component.js.html +0 -91
  246. package/coverage/src/DotProvider/libraryChunks/themes/component/green/Green_PureDark_Component.js.html +0 -91
  247. package/coverage/src/DotProvider/libraryChunks/themes/component/green/index.html +0 -146
  248. package/coverage/src/DotProvider/libraryChunks/themes/component/orange/Orange_Dark_Component.js.html +0 -91
  249. package/coverage/src/DotProvider/libraryChunks/themes/component/orange/Orange_Light_Component.js.html +0 -91
  250. package/coverage/src/DotProvider/libraryChunks/themes/component/orange/Orange_PureDark_Component.js.html +0 -91
  251. package/coverage/src/DotProvider/libraryChunks/themes/component/orange/index.html +0 -146
  252. package/coverage/src/DotProvider/libraryChunks/themes/component/red/Red_Dark_Component.js.html +0 -91
  253. package/coverage/src/DotProvider/libraryChunks/themes/component/red/Red_Light_Component.js.html +0 -91
  254. package/coverage/src/DotProvider/libraryChunks/themes/component/red/Red_PureDark_Component.js.html +0 -91
  255. package/coverage/src/DotProvider/libraryChunks/themes/component/red/index.html +0 -146
  256. package/coverage/src/DotProvider/libraryChunks/themes/component/yellow/Yellow_Dark_Component.js.html +0 -91
  257. package/coverage/src/DotProvider/libraryChunks/themes/component/yellow/Yellow_Light_Component.js.html +0 -91
  258. package/coverage/src/DotProvider/libraryChunks/themes/component/yellow/Yellow_PureDark_Component.js.html +0 -91
  259. package/coverage/src/DotProvider/libraryChunks/themes/component/yellow/index.html +0 -146
  260. package/coverage/src/DotProvider/libraryChunks/themes/dot/blue/Blue_Dark_Dot.js.html +0 -85
  261. package/coverage/src/DotProvider/libraryChunks/themes/dot/blue/Blue_Light_Dot.js.html +0 -85
  262. package/coverage/src/DotProvider/libraryChunks/themes/dot/blue/Blue_PureDark_Dot.js.html +0 -85
  263. package/coverage/src/DotProvider/libraryChunks/themes/dot/blue/index.html +0 -146
  264. package/coverage/src/DotProvider/libraryChunks/themes/dot/green/Green_Dark_Dot.js.html +0 -85
  265. package/coverage/src/DotProvider/libraryChunks/themes/dot/green/Green_Light_Dot.js.html +0 -85
  266. package/coverage/src/DotProvider/libraryChunks/themes/dot/green/Green_PureDark_Dot.js.html +0 -85
  267. package/coverage/src/DotProvider/libraryChunks/themes/dot/green/index.html +0 -146
  268. package/coverage/src/DotProvider/libraryChunks/themes/dot/orange/Orange_Dark_Dot.js.html +0 -85
  269. package/coverage/src/DotProvider/libraryChunks/themes/dot/orange/Orange_Light_Dot.js.html +0 -85
  270. package/coverage/src/DotProvider/libraryChunks/themes/dot/orange/Orange_PureDark_Dot.js.html +0 -85
  271. package/coverage/src/DotProvider/libraryChunks/themes/dot/orange/index.html +0 -146
  272. package/coverage/src/DotProvider/libraryChunks/themes/dot/red/Red_Dark_Dot.js.html +0 -85
  273. package/coverage/src/DotProvider/libraryChunks/themes/dot/red/Red_Light_Dot.js.html +0 -85
  274. package/coverage/src/DotProvider/libraryChunks/themes/dot/red/Red_PureDark_Dot.js.html +0 -85
  275. package/coverage/src/DotProvider/libraryChunks/themes/dot/red/index.html +0 -146
  276. package/coverage/src/DotProvider/libraryChunks/themes/dot/yellow/Yellow_Dark_Dot.js.html +0 -85
  277. package/coverage/src/DotProvider/libraryChunks/themes/dot/yellow/Yellow_Light_Dot.js.html +0 -85
  278. package/coverage/src/DotProvider/libraryChunks/themes/dot/yellow/Yellow_PureDark_Dot.js.html +0 -85
  279. package/coverage/src/DotProvider/libraryChunks/themes/dot/yellow/index.html +0 -146
  280. package/coverage/src/DotProvider/libraryChunks/themes/svg/blue/Blue_Dark_SVG.js.html +0 -85
  281. package/coverage/src/DotProvider/libraryChunks/themes/svg/blue/Blue_Light_SVG.js.html +0 -85
  282. package/coverage/src/DotProvider/libraryChunks/themes/svg/blue/Blue_PureDark_SVG.js.html +0 -85
  283. package/coverage/src/DotProvider/libraryChunks/themes/svg/blue/index.html +0 -146
  284. package/coverage/src/DotProvider/libraryChunks/themes/svg/green/Green_Dark_SVG.js.html +0 -85
  285. package/coverage/src/DotProvider/libraryChunks/themes/svg/green/Green_Light_SVG.js.html +0 -85
  286. package/coverage/src/DotProvider/libraryChunks/themes/svg/green/Green_PureDark_SVG.js.html +0 -85
  287. package/coverage/src/DotProvider/libraryChunks/themes/svg/green/index.html +0 -146
  288. package/coverage/src/DotProvider/libraryChunks/themes/svg/orange/Orange_Dark_SVG.js.html +0 -85
  289. package/coverage/src/DotProvider/libraryChunks/themes/svg/orange/Orange_Light_SVG.js.html +0 -85
  290. package/coverage/src/DotProvider/libraryChunks/themes/svg/orange/Orange_PureDark_SVG.js.html +0 -85
  291. package/coverage/src/DotProvider/libraryChunks/themes/svg/orange/index.html +0 -146
  292. package/coverage/src/DotProvider/libraryChunks/themes/svg/red/Red_Dark_SVG.js.html +0 -85
  293. package/coverage/src/DotProvider/libraryChunks/themes/svg/red/Red_Light_SVG.js.html +0 -85
  294. package/coverage/src/DotProvider/libraryChunks/themes/svg/red/Red_PureDark_SVG.js.html +0 -85
  295. package/coverage/src/DotProvider/libraryChunks/themes/svg/red/index.html +0 -146
  296. package/coverage/src/DotProvider/libraryChunks/themes/svg/yellow/Yellow_Dark_SVG.js.html +0 -85
  297. package/coverage/src/DotProvider/libraryChunks/themes/svg/yellow/Yellow_Light_SVG.js.html +0 -85
  298. package/coverage/src/DotProvider/libraryChunks/themes/svg/yellow/Yellow_PureDark_SVG.js.html +0 -85
  299. package/coverage/src/DotProvider/libraryChunks/themes/svg/yellow/index.html +0 -146
  300. package/coverage/src/DotProvider/props/defaultProps.js.html +0 -121
  301. package/coverage/src/DotProvider/props/index.html +0 -131
  302. package/coverage/src/DotProvider/props/propTypes.js.html +0 -136
  303. package/coverage/src/DotProvider/utils/assetPromiseHandlers/fontSizeAssetPromise.js.html +0 -97
  304. package/coverage/src/DotProvider/utils/assetPromiseHandlers/index.html +0 -161
  305. package/coverage/src/DotProvider/utils/assetPromiseHandlers/themeAppearanceAssetPromise.js.html +0 -142
  306. package/coverage/src/DotProvider/utils/assetPromiseHandlers/themeColorAssetPromise.js.html +0 -142
  307. package/coverage/src/DotProvider/utils/assetPromiseHandlers/zoomSizeAssetPromise.js.html +0 -97
  308. package/coverage/src/DotProvider/utils/constants.js.html +0 -136
  309. package/coverage/src/DotProvider/utils/errorValidation.js.html +0 -121
  310. package/coverage/src/DotProvider/utils/getAssetsImportPromises.js.html +0 -118
  311. package/coverage/src/DotProvider/utils/index.html +0 -191
  312. package/coverage/src/DotProvider/utils/sizeAssetsConfig.js.html +0 -109
  313. package/coverage/src/DotProvider/utils/themeAppearanceAssetsConfig.js.html +0 -175
  314. package/coverage/src/DotProvider/utils/themeColorAssetsConfig.js.html +0 -481
  315. package/coverage/src/Drawer/Drawer.js.html +0 -1042
  316. package/coverage/src/Drawer/Drawer.module.css.html +0 -466
  317. package/coverage/src/Drawer/index.html +0 -131
  318. package/coverage/src/Drawer/props/defaultProps.js.html +0 -163
  319. package/coverage/src/Drawer/props/index.html +0 -131
  320. package/coverage/src/Drawer/props/propTypes.js.html +0 -295
  321. package/coverage/src/ExternalLink/ExternalLink.js.html +0 -229
  322. package/coverage/src/ExternalLink/ExternalLink.module.css.html +0 -94
  323. package/coverage/src/ExternalLink/index.html +0 -131
  324. package/coverage/src/ExternalLink/props/defaultProps.js.html +0 -100
  325. package/coverage/src/ExternalLink/props/index.html +0 -131
  326. package/coverage/src/ExternalLink/props/propTypes.js.html +0 -124
  327. package/coverage/src/FlipCard/FlipCard.js.html +0 -529
  328. package/coverage/src/FlipCard/FlipCard.module.css.html +0 -190
  329. package/coverage/src/FlipCard/index.html +0 -131
  330. package/coverage/src/FlipCard/props/defaultProps.js.html +0 -100
  331. package/coverage/src/FlipCard/props/index.html +0 -131
  332. package/coverage/src/FlipCard/props/propTypes.js.html +0 -199
  333. package/coverage/src/FormAction/FormAction.js.html +0 -391
  334. package/coverage/src/FormAction/FormAction.module.css.html +0 -292
  335. package/coverage/src/FormAction/index.html +0 -131
  336. package/coverage/src/FormAction/props/defaultProps.js.html +0 -100
  337. package/coverage/src/FormAction/props/index.html +0 -131
  338. package/coverage/src/FormAction/props/propTypes.js.html +0 -112
  339. package/coverage/src/FreezeLayer/FreezeLayer.js.html +0 -364
  340. package/coverage/src/FreezeLayer/css/FreezeLayer.module.css.html +0 -199
  341. package/coverage/src/FreezeLayer/css/cssJSLogic.js.html +0 -139
  342. package/coverage/src/FreezeLayer/css/index.html +0 -131
  343. package/coverage/src/FreezeLayer/index.html +0 -116
  344. package/coverage/src/FreezeLayer/props/defaultProps.js.html +0 -112
  345. package/coverage/src/FreezeLayer/props/index.html +0 -131
  346. package/coverage/src/FreezeLayer/props/propTypes.js.html +0 -160
  347. package/coverage/src/Hooks/Dragger/css/Dragger.module.css.html +0 -91
  348. package/coverage/src/Hooks/Dragger/css/index.html +0 -116
  349. package/coverage/src/Hooks/Dragger/index.html +0 -116
  350. package/coverage/src/Hooks/Dragger/props/defaultProps.js.html +0 -100
  351. package/coverage/src/Hooks/Dragger/props/index.html +0 -131
  352. package/coverage/src/Hooks/Dragger/props/propTypes.js.html +0 -124
  353. package/coverage/src/Hooks/Dragger/useDragger.js.html +0 -445
  354. package/coverage/src/Hooks/Dragger/utils/DraggerUtil.js.html +0 -133
  355. package/coverage/src/Hooks/Dragger/utils/index.html +0 -116
  356. package/coverage/src/Hooks/index.html +0 -116
  357. package/coverage/src/Hooks/useFreezeLayer.js.html +0 -247
  358. package/coverage/src/IconButton/IconButton.js.html +0 -469
  359. package/coverage/src/IconButton/IconButton.module.css.html +0 -238
  360. package/coverage/src/IconButton/index.html +0 -131
  361. package/coverage/src/IconButton/props/defaultProps.js.html +0 -139
  362. package/coverage/src/IconButton/props/index.html +0 -131
  363. package/coverage/src/IconButton/props/propTypes.js.html +0 -190
  364. package/coverage/src/Image/Image.js.html +0 -190
  365. package/coverage/src/Image/Image.module.css.html +0 -118
  366. package/coverage/src/Image/index.html +0 -131
  367. package/coverage/src/Image/props/defaultProps.js.html +0 -97
  368. package/coverage/src/Image/props/index.html +0 -131
  369. package/coverage/src/Image/props/propTypes.js.html +0 -133
  370. package/coverage/src/ImportantNotes/ImportantNotes.js.html +0 -223
  371. package/coverage/src/ImportantNotes/ImportantNotes.module.css.html +0 -133
  372. package/coverage/src/ImportantNotes/index.html +0 -131
  373. package/coverage/src/ImportantNotes/props/defaultProps.js.html +0 -103
  374. package/coverage/src/ImportantNotes/props/index.html +0 -131
  375. package/coverage/src/ImportantNotes/props/propTypes.js.html +0 -118
  376. package/coverage/src/Link/Link.js.html +0 -388
  377. package/coverage/src/Link/Link.module.css.html +0 -94
  378. package/coverage/src/Link/LinkContext.js.html +0 -112
  379. package/coverage/src/Link/index.html +0 -146
  380. package/coverage/src/Link/props/defaultProps.js.html +0 -100
  381. package/coverage/src/Link/props/index.html +0 -131
  382. package/coverage/src/Link/props/propTypes.js.html +0 -142
  383. package/coverage/src/Loader/Loader.js.html +0 -136
  384. package/coverage/src/Loader/Loader.module.css.html +0 -163
  385. package/coverage/src/Loader/index.html +0 -131
  386. package/coverage/src/Message/Message.js.html +0 -361
  387. package/coverage/src/Message/Message.module.css.html +0 -292
  388. package/coverage/src/Message/index.html +0 -131
  389. package/coverage/src/Message/props/defaultProps.js.html +0 -97
  390. package/coverage/src/Message/props/index.html +0 -131
  391. package/coverage/src/Message/props/propTypes.js.html +0 -157
  392. package/coverage/src/MessageBanner/MessageBanner.js.html +0 -244
  393. package/coverage/src/MessageBanner/MessageBanner.module.css.html +0 -199
  394. package/coverage/src/MessageBanner/index.html +0 -131
  395. package/coverage/src/MessageBanner/props/defaultProps.js.html +0 -106
  396. package/coverage/src/MessageBanner/props/index.html +0 -131
  397. package/coverage/src/MessageBanner/props/propTypes.js.html +0 -127
  398. package/coverage/src/NewStar/NewStar.js.html +0 -259
  399. package/coverage/src/NewStar/NewStar.module.css.html +0 -490
  400. package/coverage/src/NewStar/index.html +0 -131
  401. package/coverage/src/NewStar/props/defaultProps.js.html +0 -97
  402. package/coverage/src/NewStar/props/index.html +0 -131
  403. package/coverage/src/NewStar/props/propTypes.js.html +0 -121
  404. package/coverage/src/Onboarding/CarouselDots/CarouselDot/CarouselDot.js.html +0 -184
  405. package/coverage/src/Onboarding/CarouselDots/CarouselDot/css/CarouselDot.module.css.html +0 -262
  406. package/coverage/src/Onboarding/CarouselDots/CarouselDot/css/index.html +0 -116
  407. package/coverage/src/Onboarding/CarouselDots/CarouselDot/index.html +0 -116
  408. package/coverage/src/Onboarding/CarouselDots/CarouselDot/props/defaultProps.js.html +0 -103
  409. package/coverage/src/Onboarding/CarouselDots/CarouselDot/props/index.html +0 -131
  410. package/coverage/src/Onboarding/CarouselDots/CarouselDot/props/propTypes.js.html +0 -115
  411. package/coverage/src/Onboarding/CarouselDots/CarouselDots.js.html +0 -238
  412. package/coverage/src/Onboarding/CarouselDots/css/CarouselDots.module.css.html +0 -100
  413. package/coverage/src/Onboarding/CarouselDots/css/index.html +0 -116
  414. package/coverage/src/Onboarding/CarouselDots/index.html +0 -116
  415. package/coverage/src/Onboarding/CarouselDots/props/defaultProps.js.html +0 -106
  416. package/coverage/src/Onboarding/CarouselDots/props/index.html +0 -131
  417. package/coverage/src/Onboarding/CarouselDots/props/propTypes.js.html +0 -133
  418. package/coverage/src/Onboarding/Onboarding.js.html +0 -778
  419. package/coverage/src/Onboarding/css/Onboarding.module.css.html +0 -1108
  420. package/coverage/src/Onboarding/css/index.html +0 -116
  421. package/coverage/src/Onboarding/hooks/index.html +0 -131
  422. package/coverage/src/Onboarding/hooks/useOnboarding.js.html +0 -190
  423. package/coverage/src/Onboarding/hooks/useOnboardingSlider.js.html +0 -283
  424. package/coverage/src/Onboarding/index.html +0 -116
  425. package/coverage/src/Onboarding/props/defaultProps.js.html +0 -142
  426. package/coverage/src/Onboarding/props/index.html +0 -131
  427. package/coverage/src/Onboarding/props/propTypes.js.html +0 -298
  428. package/coverage/src/PlusIcon/PlusIcon.js.html +0 -193
  429. package/coverage/src/PlusIcon/PlusIcon.module.css.html +0 -139
  430. package/coverage/src/PlusIcon/index.html +0 -131
  431. package/coverage/src/PlusIcon/props/defaultProps.js.html +0 -112
  432. package/coverage/src/PlusIcon/props/index.html +0 -131
  433. package/coverage/src/PlusIcon/props/propTypes.js.html +0 -127
  434. package/coverage/src/Provider/Config.js.html +0 -136
  435. package/coverage/src/Provider/index.html +0 -116
  436. package/coverage/src/Separator/Separator.js.html +0 -286
  437. package/coverage/src/Separator/Separator.module.css.html +0 -187
  438. package/coverage/src/Separator/index.html +0 -131
  439. package/coverage/src/Separator/props/defaultProps.js.html +0 -118
  440. package/coverage/src/Separator/props/index.html +0 -131
  441. package/coverage/src/Separator/props/propTypes.js.html +0 -121
  442. package/coverage/src/TagWithIcon/TagWithIcon.js.html +0 -247
  443. package/coverage/src/TagWithIcon/TagWithIcon.module.css.html +0 -262
  444. package/coverage/src/TagWithIcon/index.html +0 -131
  445. package/coverage/src/TagWithIcon/props/defaultProps.js.html +0 -106
  446. package/coverage/src/TagWithIcon/props/index.html +0 -131
  447. package/coverage/src/TagWithIcon/props/propTypes.js.html +0 -124
  448. package/coverage/src/ToastMessage/ToastMessage.js.html +0 -751
  449. package/coverage/src/ToastMessage/ToastMessage.module.css.html +0 -859
  450. package/coverage/src/ToastMessage/index.html +0 -131
  451. package/coverage/src/ToastMessage/props/defaultProps.js.html +0 -139
  452. package/coverage/src/ToastMessage/props/index.html +0 -131
  453. package/coverage/src/ToastMessage/props/propTypes.js.html +0 -229
  454. package/coverage/src/Upload/Upload.js.html +0 -310
  455. package/coverage/src/Upload/Upload.module.css.html +0 -403
  456. package/coverage/src/Upload/index.html +0 -131
  457. package/coverage/src/Upload/props/defaultProps.js.html +0 -106
  458. package/coverage/src/Upload/props/index.html +0 -131
  459. package/coverage/src/Upload/props/propTypes.js.html +0 -139
  460. package/coverage/src/VideoLookup/VideoLookup.js.html +0 -307
  461. package/coverage/src/VideoLookup/css/VideoLookup.module.css.html +0 -262
  462. package/coverage/src/VideoLookup/css/index.html +0 -116
  463. package/coverage/src/VideoLookup/index.html +0 -116
  464. package/coverage/src/VideoLookup/props/defaultProps.js.html +0 -109
  465. package/coverage/src/VideoLookup/props/index.html +0 -131
  466. package/coverage/src/VideoLookup/props/propTypes.js.html +0 -124
  467. package/coverage/src/actions/AutoClose.js.html +0 -181
  468. package/coverage/src/actions/index.html +0 -116
  469. package/coverage/src/actions/props/defaultProps.js.html +0 -94
  470. package/coverage/src/actions/props/index.html +0 -131
  471. package/coverage/src/actions/props/propTypes.js.html +0 -112
  472. package/coverage/src/alert/AlertHeader/AlertHeader.js.html +0 -337
  473. package/coverage/src/alert/AlertHeader/AlertHeader.module.css.html +0 -271
  474. package/coverage/src/alert/AlertHeader/index.html +0 -131
  475. package/coverage/src/alert/AlertHeader/props/defaultProps.js.html +0 -109
  476. package/coverage/src/alert/AlertHeader/props/index.html +0 -131
  477. package/coverage/src/alert/AlertHeader/props/propTypes.js.html +0 -148
  478. package/coverage/src/alert/AlertLookup/AlertLookup.js.html +0 -472
  479. package/coverage/src/alert/AlertLookup/AlertLookup.module.css.html +0 -151
  480. package/coverage/src/alert/AlertLookup/index.html +0 -131
  481. package/coverage/src/alert/AlertLookup/props/defaultProps.js.html +0 -127
  482. package/coverage/src/alert/AlertLookup/props/index.html +0 -131
  483. package/coverage/src/alert/AlertLookup/props/propTypes.js.html +0 -193
  484. package/coverage/src/avatar/AvatarClose/AvatarClose.js.html +0 -190
  485. package/coverage/src/avatar/AvatarClose/AvatarClose.module.css.html +0 -178
  486. package/coverage/src/avatar/AvatarClose/index.html +0 -131
  487. package/coverage/src/avatar/AvatarClose/props/defaultProps.js.html +0 -106
  488. package/coverage/src/avatar/AvatarClose/props/index.html +0 -131
  489. package/coverage/src/avatar/AvatarClose/props/propTypes.js.html +0 -133
  490. package/coverage/src/avatar/AvatarCollision/AvatarCollision.js.html +0 -241
  491. package/coverage/src/avatar/AvatarCollision/AvatarCollision.module.css.html +0 -250
  492. package/coverage/src/avatar/AvatarCollision/index.html +0 -131
  493. package/coverage/src/avatar/AvatarCollision/props/defaultProps.js.html +0 -109
  494. package/coverage/src/avatar/AvatarCollision/props/index.html +0 -131
  495. package/coverage/src/avatar/AvatarCollision/props/propTypes.js.html +0 -139
  496. package/coverage/src/avatar/AvatarIcon/AvatarIcon.js.html +0 -253
  497. package/coverage/src/avatar/AvatarIcon/AvatarIcon.module.css.html +0 -268
  498. package/coverage/src/avatar/AvatarIcon/index.html +0 -131
  499. package/coverage/src/avatar/AvatarIcon/props/defaultProps.js.html +0 -127
  500. package/coverage/src/avatar/AvatarIcon/props/index.html +0 -131
  501. package/coverage/src/avatar/AvatarIcon/props/propTypes.js.html +0 -148
  502. package/coverage/src/avatar/AvatarStatus/AvatarStatus.js.html +0 -301
  503. package/coverage/src/avatar/AvatarStatus/AvatarStatus.module.css.html +0 -373
  504. package/coverage/src/avatar/AvatarStatus/index.html +0 -131
  505. package/coverage/src/avatar/AvatarStatus/props/defaultProps.js.html +0 -121
  506. package/coverage/src/avatar/AvatarStatus/props/index.html +0 -131
  507. package/coverage/src/avatar/AvatarStatus/props/propTypes.js.html +0 -166
  508. package/coverage/src/avatar/AvatarThread/AvatarThread.js.html +0 -367
  509. package/coverage/src/avatar/AvatarThread/AvatarThread.module.css.html +0 -439
  510. package/coverage/src/avatar/AvatarThread/index.html +0 -131
  511. package/coverage/src/avatar/AvatarThread/props/defaultProps.js.html +0 -112
  512. package/coverage/src/avatar/AvatarThread/props/index.html +0 -131
  513. package/coverage/src/avatar/AvatarThread/props/propTypes.js.html +0 -178
  514. package/coverage/src/avatar/AvatarUser/AvatarUser.js.html +0 -415
  515. package/coverage/src/avatar/AvatarUser/AvatarUser.module.css.html +0 -385
  516. package/coverage/src/avatar/AvatarUser/index.html +0 -131
  517. package/coverage/src/avatar/AvatarUser/props/defaultProps.js.html +0 -109
  518. package/coverage/src/avatar/AvatarUser/props/index.html +0 -131
  519. package/coverage/src/avatar/AvatarUser/props/propTypes.js.html +0 -193
  520. package/coverage/src/avatar/AvatarWithTeam/AvatarWithTeam.js.html +0 -448
  521. package/coverage/src/avatar/AvatarWithTeam/AvatarWithTeam.module.css.html +0 -133
  522. package/coverage/src/avatar/AvatarWithTeam/index.html +0 -131
  523. package/coverage/src/avatar/AvatarWithTeam/props/defaultProps.js.html +0 -112
  524. package/coverage/src/avatar/AvatarWithTeam/props/index.html +0 -131
  525. package/coverage/src/avatar/AvatarWithTeam/props/propTypes.js.html +0 -163
  526. package/coverage/src/common/dot_boxShadow.module.css.html +0 -214
  527. package/coverage/src/common/index.html +0 -116
  528. package/coverage/src/dropdown/ToggleDropDown/ToggleDropDown.js.html +0 -2773
  529. package/coverage/src/dropdown/ToggleDropDown/ToggleDropDown.module.css.html +0 -346
  530. package/coverage/src/dropdown/ToggleDropDown/index.html +0 -131
  531. package/coverage/src/dropdown/ToggleDropDown/props/defaultProps.js.html +0 -175
  532. package/coverage/src/dropdown/ToggleDropDown/props/index.html +0 -131
  533. package/coverage/src/dropdown/ToggleDropDown/props/propTypes.js.html +0 -379
  534. package/coverage/src/emptystate/CommonEmptyState/CommonEmptyState.js.html +0 -334
  535. package/coverage/src/emptystate/CommonEmptyState/CommonEmptyState.module.css.html +0 -334
  536. package/coverage/src/emptystate/CommonEmptyState/index.html +0 -131
  537. package/coverage/src/emptystate/CommonEmptyState/props/defaultProps.js.html +0 -115
  538. package/coverage/src/emptystate/CommonEmptyState/props/index.html +0 -131
  539. package/coverage/src/emptystate/CommonEmptyState/props/propTypes.js.html +0 -151
  540. package/coverage/src/emptystate/EditionPage/EditionPage.css.html +0 -196
  541. package/coverage/src/emptystate/EditionPage/EditionPage.js.html +0 -229
  542. package/coverage/src/emptystate/EditionPage/index.html +0 -131
  543. package/coverage/src/emptystate/EditionPage/props/defaultProps.js.html +0 -100
  544. package/coverage/src/emptystate/EditionPage/props/index.html +0 -131
  545. package/coverage/src/emptystate/EditionPage/props/propTypes.js.html +0 -121
  546. package/coverage/src/errorstate/EmptyStates.module.css.html +0 -337
  547. package/coverage/src/errorstate/Inconvenience/Inconvenience.js.html +0 -349
  548. package/coverage/src/errorstate/Inconvenience/Inconvenience.module.css.html +0 -97
  549. package/coverage/src/errorstate/Inconvenience/index.html +0 -131
  550. package/coverage/src/errorstate/Inconvenience/props/defaultProps.js.html +0 -97
  551. package/coverage/src/errorstate/Inconvenience/props/index.html +0 -131
  552. package/coverage/src/errorstate/Inconvenience/props/propTypes.js.html +0 -121
  553. package/coverage/src/errorstate/LinkText/LinkText.js.html +0 -166
  554. package/coverage/src/errorstate/LinkText/LinkText.module.css.html +0 -103
  555. package/coverage/src/errorstate/LinkText/index.html +0 -131
  556. package/coverage/src/errorstate/LinkText/props/defaultProps.js.html +0 -97
  557. package/coverage/src/errorstate/LinkText/props/index.html +0 -131
  558. package/coverage/src/errorstate/LinkText/props/propTypes.js.html +0 -112
  559. package/coverage/src/errorstate/NoRequestFound/NoRequestFound.js.html +0 -349
  560. package/coverage/src/errorstate/NoRequestFound/NoRequestFound.module.css.html +0 -94
  561. package/coverage/src/errorstate/NoRequestFound/index.html +0 -131
  562. package/coverage/src/errorstate/NoRequestFound/props/defaultProps.js.html +0 -97
  563. package/coverage/src/errorstate/NoRequestFound/props/index.html +0 -131
  564. package/coverage/src/errorstate/NoRequestFound/props/propTypes.js.html +0 -121
  565. package/coverage/src/errorstate/PermissionPlay/PermissionPlay.js.html +0 -343
  566. package/coverage/src/errorstate/PermissionPlay/PermissionPlay.module.css.html +0 -187
  567. package/coverage/src/errorstate/PermissionPlay/index.html +0 -131
  568. package/coverage/src/errorstate/PermissionPlay/props/defaultProps.js.html +0 -97
  569. package/coverage/src/errorstate/PermissionPlay/props/index.html +0 -131
  570. package/coverage/src/errorstate/PermissionPlay/props/propTypes.js.html +0 -121
  571. package/coverage/src/errorstate/RequestUrlNotFound/RequestUrlNotFound.js.html +0 -349
  572. package/coverage/src/errorstate/RequestUrlNotFound/RequestUrlNotFound.module.css.html +0 -94
  573. package/coverage/src/errorstate/RequestUrlNotFound/index.html +0 -131
  574. package/coverage/src/errorstate/RequestUrlNotFound/props/defaultProps.js.html +0 -97
  575. package/coverage/src/errorstate/RequestUrlNotFound/props/index.html +0 -131
  576. package/coverage/src/errorstate/RequestUrlNotFound/props/propTypes.js.html +0 -121
  577. package/coverage/src/errorstate/UnableToProcess/UnableToProcess.js.html +0 -337
  578. package/coverage/src/errorstate/UnableToProcess/UnableToProcess.module.css.html +0 -94
  579. package/coverage/src/errorstate/UnableToProcess/index.html +0 -131
  580. package/coverage/src/errorstate/UnableToProcess/props/defaultProps.js.html +0 -97
  581. package/coverage/src/errorstate/UnableToProcess/props/index.html +0 -131
  582. package/coverage/src/errorstate/UnableToProcess/props/propTypes.js.html +0 -121
  583. package/coverage/src/errorstate/UnauthorizedLogin/UnauthorizedLogin.js.html +0 -337
  584. package/coverage/src/errorstate/UnauthorizedLogin/UnauthorizedLogin.module.css.html +0 -94
  585. package/coverage/src/errorstate/UnauthorizedLogin/index.html +0 -131
  586. package/coverage/src/errorstate/UnauthorizedLogin/props/defaultProps.js.html +0 -97
  587. package/coverage/src/errorstate/UnauthorizedLogin/props/index.html +0 -131
  588. package/coverage/src/errorstate/UnauthorizedLogin/props/propTypes.js.html +0 -121
  589. package/coverage/src/errorstate/WillBack/WillBack.js.html +0 -307
  590. package/coverage/src/errorstate/WillBack/WillBack.module.css.html +0 -193
  591. package/coverage/src/errorstate/WillBack/index.html +0 -131
  592. package/coverage/src/errorstate/WillBack/props/defaultProps.js.html +0 -97
  593. package/coverage/src/errorstate/WillBack/props/index.html +0 -131
  594. package/coverage/src/errorstate/WillBack/props/propTypes.js.html +0 -103
  595. package/coverage/src/errorstate/index.html +0 -116
  596. package/coverage/src/form/fields/CheckBoxField/CheckBoxField.js.html +0 -580
  597. package/coverage/src/form/fields/CheckBoxField/index.html +0 -116
  598. package/coverage/src/form/fields/CheckBoxField/props/defaultProps.js.html +0 -124
  599. package/coverage/src/form/fields/CheckBoxField/props/index.html +0 -131
  600. package/coverage/src/form/fields/CheckBoxField/props/propTypes.js.html +0 -178
  601. package/coverage/src/form/fields/CurrencyField/CurrencyField.js.html +0 -667
  602. package/coverage/src/form/fields/CurrencyField/index.html +0 -116
  603. package/coverage/src/form/fields/CurrencyField/props/defaultProps.js.html +0 -139
  604. package/coverage/src/form/fields/CurrencyField/props/index.html +0 -131
  605. package/coverage/src/form/fields/CurrencyField/props/propTypes.js.html +0 -208
  606. package/coverage/src/form/fields/DateField/DateField.js.html +0 -682
  607. package/coverage/src/form/fields/DateField/index.html +0 -116
  608. package/coverage/src/form/fields/DateField/props/defaultProps.js.html +0 -145
  609. package/coverage/src/form/fields/DateField/props/index.html +0 -131
  610. package/coverage/src/form/fields/DateField/props/propTypes.js.html +0 -208
  611. package/coverage/src/form/fields/FieldContainer/FieldContainer.js.html +0 -271
  612. package/coverage/src/form/fields/FieldContainer/index.html +0 -116
  613. package/coverage/src/form/fields/FieldContainer/props/defaultProps.js.html +0 -109
  614. package/coverage/src/form/fields/FieldContainer/props/index.html +0 -131
  615. package/coverage/src/form/fields/FieldContainer/props/propTypes.js.html +0 -166
  616. package/coverage/src/form/fields/Fields.module.css.html +0 -619
  617. package/coverage/src/form/fields/MultiSelectField/MultiSelectField.js.html +0 -745
  618. package/coverage/src/form/fields/MultiSelectField/index.html +0 -116
  619. package/coverage/src/form/fields/MultiSelectField/props/defaultProps.js.html +0 -139
  620. package/coverage/src/form/fields/MultiSelectField/props/index.html +0 -131
  621. package/coverage/src/form/fields/MultiSelectField/props/propTypes.js.html +0 -241
  622. package/coverage/src/form/fields/PhoneField/PhoneField.js.html +0 -616
  623. package/coverage/src/form/fields/PhoneField/index.html +0 -116
  624. package/coverage/src/form/fields/PhoneField/props/defaultProps.js.html +0 -133
  625. package/coverage/src/form/fields/PhoneField/props/index.html +0 -131
  626. package/coverage/src/form/fields/PhoneField/props/propTypes.js.html +0 -229
  627. package/coverage/src/form/fields/RadioField/RadioField.js.html +0 -640
  628. package/coverage/src/form/fields/RadioField/index.html +0 -116
  629. package/coverage/src/form/fields/RadioField/props/defaultProps.js.html +0 -124
  630. package/coverage/src/form/fields/RadioField/props/index.html +0 -131
  631. package/coverage/src/form/fields/RadioField/props/propTypes.js.html +0 -205
  632. package/coverage/src/form/fields/SelectField/SelectField.js.html +0 -700
  633. package/coverage/src/form/fields/SelectField/index.html +0 -116
  634. package/coverage/src/form/fields/SelectField/props/defaultProps.js.html +0 -142
  635. package/coverage/src/form/fields/SelectField/props/index.html +0 -131
  636. package/coverage/src/form/fields/SelectField/props/propTypes.js.html +0 -241
  637. package/coverage/src/form/fields/TagsMultiSelect/TagsMultiSelect.js.html +0 -1075
  638. package/coverage/src/form/fields/TagsMultiSelect/TagsMultiSelect.module.css.html +0 -391
  639. package/coverage/src/form/fields/TagsMultiSelect/index.html +0 -131
  640. package/coverage/src/form/fields/TagsMultiSelect/props/defaultProps.js.html +0 -133
  641. package/coverage/src/form/fields/TagsMultiSelect/props/index.html +0 -131
  642. package/coverage/src/form/fields/TagsMultiSelect/props/propTypes.js.html +0 -259
  643. package/coverage/src/form/fields/TagsMultiSelectField/TagsMultiSelectField.js.html +0 -868
  644. package/coverage/src/form/fields/TagsMultiSelectField/TagsMultiSelectField.module.css.html +0 -103
  645. package/coverage/src/form/fields/TagsMultiSelectField/index.html +0 -131
  646. package/coverage/src/form/fields/TagsMultiSelectField/props/defaultProps.js.html +0 -157
  647. package/coverage/src/form/fields/TagsMultiSelectField/props/index.html +0 -131
  648. package/coverage/src/form/fields/TagsMultiSelectField/props/propTypes.js.html +0 -304
  649. package/coverage/src/form/fields/TextBoxField/TextBoxField.js.html +0 -634
  650. package/coverage/src/form/fields/TextBoxField/index.html +0 -116
  651. package/coverage/src/form/fields/TextBoxField/props/defaultProps.js.html +0 -139
  652. package/coverage/src/form/fields/TextBoxField/props/index.html +0 -131
  653. package/coverage/src/form/fields/TextBoxField/props/propTypes.js.html +0 -223
  654. package/coverage/src/form/fields/TextEditor/TextEditor.js.html +0 -1183
  655. package/coverage/src/form/fields/TextEditor/TextEditor.module.css.html +0 -2113
  656. package/coverage/src/form/fields/TextEditor/index.html +0 -131
  657. package/coverage/src/form/fields/TextEditor/props/defaultProps.js.html +0 -133
  658. package/coverage/src/form/fields/TextEditor/props/index.html +0 -131
  659. package/coverage/src/form/fields/TextEditor/props/propTypes.js.html +0 -268
  660. package/coverage/src/form/fields/TextEditorField/TextEditorField.js.html +0 -619
  661. package/coverage/src/form/fields/TextEditorField/index.html +0 -116
  662. package/coverage/src/form/fields/TextEditorField/props/defaultProps.js.html +0 -133
  663. package/coverage/src/form/fields/TextEditorField/props/index.html +0 -131
  664. package/coverage/src/form/fields/TextEditorField/props/propTypes.js.html +0 -268
  665. package/coverage/src/form/fields/TextEditorWrapper/TextEditorWrapper.js.html +0 -631
  666. package/coverage/src/form/fields/TextEditorWrapper/TextEditorWrapper.module.css.html +0 -163
  667. package/coverage/src/form/fields/TextEditorWrapper/index.html +0 -131
  668. package/coverage/src/form/fields/TextEditorWrapper/props/defaultProps.js.html +0 -112
  669. package/coverage/src/form/fields/TextEditorWrapper/props/index.html +0 -131
  670. package/coverage/src/form/fields/TextEditorWrapper/props/propTypes.js.html +0 -226
  671. package/coverage/src/form/fields/TextareaField/TextareaField.js.html +0 -622
  672. package/coverage/src/form/fields/TextareaField/index.html +0 -116
  673. package/coverage/src/form/fields/TextareaField/props/defaultProps.js.html +0 -136
  674. package/coverage/src/form/fields/TextareaField/props/index.html +0 -131
  675. package/coverage/src/form/fields/TextareaField/props/propTypes.js.html +0 -202
  676. package/coverage/src/form/fields/ValidationMessage/ValidationMessage.js.html +0 -232
  677. package/coverage/src/form/fields/ValidationMessage/ValidationMessage.module.css.html +0 -151
  678. package/coverage/src/form/fields/ValidationMessage/index.html +0 -131
  679. package/coverage/src/form/fields/ValidationMessage/props/defaultProps.js.html +0 -106
  680. package/coverage/src/form/fields/ValidationMessage/props/index.html +0 -131
  681. package/coverage/src/form/fields/ValidationMessage/props/propTypes.js.html +0 -136
  682. package/coverage/src/form/fields/index.html +0 -116
  683. package/coverage/src/form/fields/props/FieldCommonDefaultProps.js.html +0 -115
  684. package/coverage/src/form/fields/props/FieldCommonPropTypes.js.html +0 -130
  685. package/coverage/src/form/fields/props/index.html +0 -131
  686. package/coverage/src/form/layout/Field/Field.js.html +0 -184
  687. package/coverage/src/form/layout/Field/Field.module.css.html +0 -151
  688. package/coverage/src/form/layout/Field/index.html +0 -131
  689. package/coverage/src/form/layout/Field/props/defaultProps.js.html +0 -97
  690. package/coverage/src/form/layout/Field/props/index.html +0 -131
  691. package/coverage/src/form/layout/Field/props/propTypes.js.html +0 -118
  692. package/coverage/src/form/layout/Section/ModuleFormSection.module.css.html +0 -94
  693. package/coverage/src/form/layout/Section/Section.js.html +0 -175
  694. package/coverage/src/form/layout/Section/index.html +0 -131
  695. package/coverage/src/form/layout/Section/props/index.html +0 -116
  696. package/coverage/src/form/layout/Section/props/propTypes.js.html +0 -121
  697. package/coverage/src/layout/SetupDetailLayout/SetupDetailLayout.js.html +0 -679
  698. package/coverage/src/layout/SetupDetailLayout/SetupDetailLayout.module.css.html +0 -433
  699. package/coverage/src/layout/SetupDetailLayout/index.html +0 -131
  700. package/coverage/src/layout/SetupDetailLayout/props/defaultProps.js.html +0 -154
  701. package/coverage/src/layout/SetupDetailLayout/props/index.html +0 -131
  702. package/coverage/src/layout/SetupDetailLayout/props/propTypes.js.html +0 -223
  703. package/coverage/src/layout/SubtabLayout/SubtabLayout.js.html +0 -577
  704. package/coverage/src/layout/SubtabLayout/SubtabLayout.module.css.html +0 -484
  705. package/coverage/src/layout/SubtabLayout/index.html +0 -131
  706. package/coverage/src/layout/SubtabLayout/props/defaultProps.js.html +0 -169
  707. package/coverage/src/layout/SubtabLayout/props/index.html +0 -131
  708. package/coverage/src/layout/SubtabLayout/props/propTypes.js.html +0 -217
  709. package/coverage/src/list/AvatarFlip/AvatarFlip.js.html +0 -325
  710. package/coverage/src/list/AvatarFlip/AvatarFlip.module.css.html +0 -94
  711. package/coverage/src/list/AvatarFlip/index.html +0 -131
  712. package/coverage/src/list/AvatarFlip/props/defaultProps.js.html +0 -103
  713. package/coverage/src/list/AvatarFlip/props/index.html +0 -131
  714. package/coverage/src/list/AvatarFlip/props/propTypes.js.html +0 -175
  715. package/coverage/src/list/BluePrintStatus/BluePrintStatus.js.html +0 -160
  716. package/coverage/src/list/BluePrintStatus/BluePrintStatus.module.css.html +0 -127
  717. package/coverage/src/list/BluePrintStatus/index.html +0 -131
  718. package/coverage/src/list/BluePrintStatus/props/index.html +0 -116
  719. package/coverage/src/list/BluePrintStatus/props/propTypes.js.html +0 -100
  720. package/coverage/src/list/Comment/Comment.js.html +0 -199
  721. package/coverage/src/list/Comment/Comment.module.css.html +0 -157
  722. package/coverage/src/list/Comment/index.html +0 -131
  723. package/coverage/src/list/Comment/props/defaultProps.js.html +0 -97
  724. package/coverage/src/list/Comment/props/index.html +0 -131
  725. package/coverage/src/list/Comment/props/propTypes.js.html +0 -109
  726. package/coverage/src/list/DepartmentDropDown/DepartmentDropDown.js.html +0 -358
  727. package/coverage/src/list/DepartmentDropDown/DepartmentDropDown.module.css.html +0 -112
  728. package/coverage/src/list/DepartmentDropDown/index.html +0 -131
  729. package/coverage/src/list/DepartmentDropDown/props/defaultProps.js.html +0 -106
  730. package/coverage/src/list/DepartmentDropDown/props/index.html +0 -131
  731. package/coverage/src/list/DepartmentDropDown/props/propTypes.js.html +0 -160
  732. package/coverage/src/list/Dot/Dot.js.html +0 -151
  733. package/coverage/src/list/Dot/Dot.module.css.html +0 -130
  734. package/coverage/src/list/Dot/index.html +0 -131
  735. package/coverage/src/list/Dot/props/defaultProps.js.html +0 -97
  736. package/coverage/src/list/Dot/props/index.html +0 -131
  737. package/coverage/src/list/Dot/props/propTypes.js.html +0 -103
  738. package/coverage/src/list/DotNew/DotNew.js.html +0 -154
  739. package/coverage/src/list/DotNew/DotNew.module.css.html +0 -157
  740. package/coverage/src/list/DotNew/index.html +0 -131
  741. package/coverage/src/list/DotNew/props/defaultProps.js.html +0 -94
  742. package/coverage/src/list/DotNew/props/index.html +0 -131
  743. package/coverage/src/list/DotNew/props/propTypes.js.html +0 -106
  744. package/coverage/src/list/GridStencils/GridStencils.js.html +0 -208
  745. package/coverage/src/list/GridStencils/GridStencils.module.css.html +0 -373
  746. package/coverage/src/list/GridStencils/index.html +0 -131
  747. package/coverage/src/list/GridStencils/props/index.html +0 -116
  748. package/coverage/src/list/GridStencils/props/propTypes.js.html +0 -112
  749. package/coverage/src/list/Icons/AddNewIcon.js.html +0 -154
  750. package/coverage/src/list/Icons/CompleteIcon.js.html +0 -151
  751. package/coverage/src/list/Icons/DeleteIcon.js.html +0 -157
  752. package/coverage/src/list/Icons/EditIcon.js.html +0 -157
  753. package/coverage/src/list/Icons/FloatingIcons.js.html +0 -166
  754. package/coverage/src/list/Icons/Icons.module.css.html +0 -133
  755. package/coverage/src/list/Icons/ReadUnreadIcon.js.html +0 -181
  756. package/coverage/src/list/Icons/SmartIcon.js.html +0 -160
  757. package/coverage/src/list/Icons/index.html +0 -221
  758. package/coverage/src/list/Icons/props/defaultProps.js.html +0 -106
  759. package/coverage/src/list/Icons/props/index.html +0 -131
  760. package/coverage/src/list/Icons/props/propTypes.js.html +0 -265
  761. package/coverage/src/list/ListLayout/ListLayout.js.html +0 -337
  762. package/coverage/src/list/ListLayout/ListLayout.module.css.html +0 -283
  763. package/coverage/src/list/ListLayout/index.html +0 -131
  764. package/coverage/src/list/ListLayout/props/defaultProps.js.html +0 -118
  765. package/coverage/src/list/ListLayout/props/index.html +0 -131
  766. package/coverage/src/list/ListLayout/props/propTypes.js.html +0 -175
  767. package/coverage/src/list/ListStencils/ListStencils.js.html +0 -223
  768. package/coverage/src/list/ListStencils/ListStencils.module.css.html +0 -271
  769. package/coverage/src/list/ListStencils/index.html +0 -131
  770. package/coverage/src/list/ListStencils/props/defaultProps.js.html +0 -94
  771. package/coverage/src/list/ListStencils/props/index.html +0 -131
  772. package/coverage/src/list/ListStencils/props/propTypes.js.html +0 -106
  773. package/coverage/src/list/SecondaryText/AccountName.js.html +0 -358
  774. package/coverage/src/list/SecondaryText/ContactName.js.html +0 -361
  775. package/coverage/src/list/SecondaryText/DepartmentText.js.html +0 -160
  776. package/coverage/src/list/SecondaryText/Email.js.html +0 -253
  777. package/coverage/src/list/SecondaryText/HappinessRating.js.html +0 -172
  778. package/coverage/src/list/SecondaryText/PhoneNumber.js.html +0 -262
  779. package/coverage/src/list/SecondaryText/PriorityText.js.html +0 -181
  780. package/coverage/src/list/SecondaryText/SecondaryText.js.html +0 -190
  781. package/coverage/src/list/SecondaryText/SecondaryText.module.css.html +0 -463
  782. package/coverage/src/list/SecondaryText/StatusText.js.html +0 -181
  783. package/coverage/src/list/SecondaryText/TicketId.js.html +0 -214
  784. package/coverage/src/list/SecondaryText/Website.js.html +0 -226
  785. package/coverage/src/list/SecondaryText/index.html +0 -296
  786. package/coverage/src/list/SecondaryText/index.js.html +0 -118
  787. package/coverage/src/list/SecondaryText/props/defaultProps.js.html +0 -241
  788. package/coverage/src/list/SecondaryText/props/index.html +0 -131
  789. package/coverage/src/list/SecondaryText/props/propTypes.js.html +0 -544
  790. package/coverage/src/list/SecondryPanel/SecondryPanel.js.html +0 -406
  791. package/coverage/src/list/SecondryPanel/SecondryPanel.module.css.html +0 -100
  792. package/coverage/src/list/SecondryPanel/index.html +0 -131
  793. package/coverage/src/list/SecondryPanel/props/defaultProps.js.html +0 -148
  794. package/coverage/src/list/SecondryPanel/props/index.html +0 -131
  795. package/coverage/src/list/SecondryPanel/props/propTypes.js.html +0 -178
  796. package/coverage/src/list/SentimentStatus/SentimentStatus.js.html +0 -175
  797. package/coverage/src/list/SentimentStatus/SentimentStatus.module.css.html +0 -112
  798. package/coverage/src/list/SentimentStatus/index.html +0 -131
  799. package/coverage/src/list/SentimentStatus/props/index.html +0 -116
  800. package/coverage/src/list/SentimentStatus/props/propTypes.js.html +0 -103
  801. package/coverage/src/list/Subject/Subject.js.html +0 -304
  802. package/coverage/src/list/Subject/Subject.module.css.html +0 -187
  803. package/coverage/src/list/Subject/index.html +0 -131
  804. package/coverage/src/list/Subject/props/defaultProps.js.html +0 -109
  805. package/coverage/src/list/Subject/props/index.html +0 -131
  806. package/coverage/src/list/Subject/props/propTypes.js.html +0 -148
  807. package/coverage/src/list/TagNew/TagNew.js.html +0 -181
  808. package/coverage/src/list/TagNew/TagNew.module.css.html +0 -412
  809. package/coverage/src/list/TagNew/index.html +0 -131
  810. package/coverage/src/list/TagNew/props/defaultProps.js.html +0 -97
  811. package/coverage/src/list/TagNew/props/index.html +0 -131
  812. package/coverage/src/list/TagNew/props/propTypes.js.html +0 -112
  813. package/coverage/src/list/Thread/Thread.js.html +0 -199
  814. package/coverage/src/list/Thread/Thread.module.css.html +0 -175
  815. package/coverage/src/list/Thread/index.html +0 -131
  816. package/coverage/src/list/Thread/props/defaultProps.js.html +0 -97
  817. package/coverage/src/list/Thread/props/index.html +0 -131
  818. package/coverage/src/list/Thread/props/propTypes.js.html +0 -112
  819. package/coverage/src/list/status/StatusDropdown/StatusDropdown.js.html +0 -1192
  820. package/coverage/src/list/status/StatusDropdown/StatusDropdown.module.css.html +0 -292
  821. package/coverage/src/list/status/StatusDropdown/index.html +0 -131
  822. package/coverage/src/list/status/StatusDropdown/props/defaultProps.js.html +0 -151
  823. package/coverage/src/list/status/StatusDropdown/props/index.html +0 -131
  824. package/coverage/src/list/status/StatusDropdown/props/propTypes.js.html +0 -337
  825. package/coverage/src/list/status/StatusListItem/StatusListItem.js.html +0 -424
  826. package/coverage/src/list/status/StatusListItem/StatusListItem.module.css.html +0 -352
  827. package/coverage/src/list/status/StatusListItem/index.html +0 -131
  828. package/coverage/src/list/status/StatusListItem/props/defaultProps.js.html +0 -133
  829. package/coverage/src/list/status/StatusListItem/props/index.html +0 -131
  830. package/coverage/src/list/status/StatusListItem/props/propTypes.js.html +0 -181
  831. package/coverage/src/lookup/EmptyPage/EmptyPage.js.html +0 -256
  832. package/coverage/src/lookup/EmptyPage/LookupEmptyPage.module.css.html +0 -121
  833. package/coverage/src/lookup/EmptyPage/index.html +0 -131
  834. package/coverage/src/lookup/EmptyPage/props/defaultProps.js.html +0 -97
  835. package/coverage/src/lookup/EmptyPage/props/index.html +0 -131
  836. package/coverage/src/lookup/EmptyPage/props/propTypes.js.html +0 -103
  837. package/coverage/src/lookup/Lookup/Lookup.js.html +0 -499
  838. package/coverage/src/lookup/Lookup/Lookup.module.css.html +0 -217
  839. package/coverage/src/lookup/Lookup/index.html +0 -131
  840. package/coverage/src/lookup/Lookup/props/defaultProps.js.html +0 -112
  841. package/coverage/src/lookup/Lookup/props/index.html +0 -131
  842. package/coverage/src/lookup/Lookup/props/propTypes.js.html +0 -160
  843. package/coverage/src/lookup/Section/LookupSection.module.css.html +0 -109
  844. package/coverage/src/lookup/Section/Section.js.html +0 -142
  845. package/coverage/src/lookup/Section/index.html +0 -131
  846. package/coverage/src/lookup/Section/props/index.html +0 -116
  847. package/coverage/src/lookup/Section/props/propTypes.js.html +0 -106
  848. package/coverage/src/lookup/header/Close/Close.js.html +0 -154
  849. package/coverage/src/lookup/header/Close/index.html +0 -116
  850. package/coverage/src/lookup/header/Close/props/defaultProps.js.html +0 -94
  851. package/coverage/src/lookup/header/Close/props/index.html +0 -131
  852. package/coverage/src/lookup/header/Close/props/propTypes.js.html +0 -106
  853. package/coverage/src/lookup/header/ModuleHeader/ModuleHeader.js.html +0 -367
  854. package/coverage/src/lookup/header/ModuleHeader/index.html +0 -116
  855. package/coverage/src/lookup/header/ModuleHeader/props/defaultProps.js.html +0 -97
  856. package/coverage/src/lookup/header/ModuleHeader/props/index.html +0 -131
  857. package/coverage/src/lookup/header/ModuleHeader/props/propTypes.js.html +0 -148
  858. package/coverage/src/lookup/header/Search/LookupSearch.module.css.html +0 -244
  859. package/coverage/src/lookup/header/Search/Search.js.html +0 -715
  860. package/coverage/src/lookup/header/Search/index.html +0 -131
  861. package/coverage/src/lookup/header/Search/props/defaultProps.js.html +0 -103
  862. package/coverage/src/lookup/header/Search/props/index.html +0 -131
  863. package/coverage/src/lookup/header/Search/props/propTypes.js.html +0 -190
  864. package/coverage/src/lookup/header/TicketHeader/TicketHeader.js.html +0 -433
  865. package/coverage/src/lookup/header/TicketHeader/TicketHeader.module.css.html +0 -142
  866. package/coverage/src/lookup/header/TicketHeader/index.html +0 -131
  867. package/coverage/src/lookup/header/TicketHeader/props/defaultProps.js.html +0 -100
  868. package/coverage/src/lookup/header/TicketHeader/props/index.html +0 -131
  869. package/coverage/src/lookup/header/TicketHeader/props/propTypes.js.html +0 -151
  870. package/coverage/src/lookup/header/Title/LookupTitle.module.css.html +0 -148
  871. package/coverage/src/lookup/header/Title/Title.js.html +0 -169
  872. package/coverage/src/lookup/header/Title/index.html +0 -131
  873. package/coverage/src/lookup/header/Title/props/defaultProps.js.html +0 -94
  874. package/coverage/src/lookup/header/Title/props/index.html +0 -131
  875. package/coverage/src/lookup/header/Title/props/propTypes.js.html +0 -106
  876. package/coverage/src/lookup/header/ViewDropDown/ViewDropDown.js.html +0 -634
  877. package/coverage/src/lookup/header/ViewDropDown/ViewDropDown.module.css.html +0 -220
  878. package/coverage/src/lookup/header/ViewDropDown/index.html +0 -131
  879. package/coverage/src/lookup/header/ViewDropDown/props/defaultProps.js.html +0 -115
  880. package/coverage/src/lookup/header/ViewDropDown/props/index.html +0 -131
  881. package/coverage/src/lookup/header/ViewDropDown/props/propTypes.js.html +0 -169
  882. package/coverage/src/lookup/header/index.html +0 -131
  883. package/coverage/src/lookup/header/lookupHeaderCommon.module.css.html +0 -178
  884. package/coverage/src/lookup/header/lookupHeaderCommonResponsive.module.css.html +0 -130
  885. package/coverage/src/setup/header/Button/Button.js.html +0 -169
  886. package/coverage/src/setup/header/Button/HeaderButton.module.css.html +0 -94
  887. package/coverage/src/setup/header/Button/index.html +0 -131
  888. package/coverage/src/setup/header/Button/props/defaultProps.js.html +0 -97
  889. package/coverage/src/setup/header/Button/props/index.html +0 -131
  890. package/coverage/src/setup/header/Button/props/propTypes.js.html +0 -109
  891. package/coverage/src/setup/header/Link/HeaderLink.module.css.html +0 -130
  892. package/coverage/src/setup/header/Link/Link.js.html +0 -193
  893. package/coverage/src/setup/header/Link/index.html +0 -131
  894. package/coverage/src/setup/header/Link/props/defaultProps.js.html +0 -97
  895. package/coverage/src/setup/header/Link/props/index.html +0 -131
  896. package/coverage/src/setup/header/Link/props/propTypes.js.html +0 -112
  897. package/coverage/src/setup/header/Search/Search.js.html +0 -280
  898. package/coverage/src/setup/header/Search/Search.module.css.html +0 -259
  899. package/coverage/src/setup/header/Search/index.html +0 -131
  900. package/coverage/src/setup/header/Search/props/defaultProps.js.html +0 -103
  901. package/coverage/src/setup/header/Search/props/index.html +0 -131
  902. package/coverage/src/setup/header/Search/props/propTypes.js.html +0 -124
  903. package/coverage/src/setup/header/Views/Views.js.html +0 -208
  904. package/coverage/src/setup/header/Views/Views.module.css.html +0 -169
  905. package/coverage/src/setup/header/Views/index.html +0 -131
  906. package/coverage/src/setup/header/Views/props/defaultProps.js.html +0 -103
  907. package/coverage/src/setup/header/Views/props/index.html +0 -131
  908. package/coverage/src/setup/header/Views/props/propTypes.js.html +0 -115
  909. package/coverage/src/setup/helptips/Description/Description.js.html +0 -148
  910. package/coverage/src/setup/helptips/Description/HelpTipsDescription.module.css.html +0 -103
  911. package/coverage/src/setup/helptips/Description/index.html +0 -131
  912. package/coverage/src/setup/helptips/Description/props/index.html +0 -116
  913. package/coverage/src/setup/helptips/Description/props/propTypes.js.html +0 -100
  914. package/coverage/src/setup/helptips/Link/HelpTipsLink.module.css.html +0 -103
  915. package/coverage/src/setup/helptips/Link/Link.js.html +0 -172
  916. package/coverage/src/setup/helptips/Link/index.html +0 -131
  917. package/coverage/src/setup/helptips/Link/props/index.html +0 -116
  918. package/coverage/src/setup/helptips/Link/props/propTypes.js.html +0 -109
  919. package/coverage/src/setup/helptips/ListGroup/ListGroup.js.html +0 -205
  920. package/coverage/src/setup/helptips/ListGroup/ListGroup.module.css.html +0 -136
  921. package/coverage/src/setup/helptips/ListGroup/index.html +0 -131
  922. package/coverage/src/setup/helptips/ListGroup/props/index.html +0 -116
  923. package/coverage/src/setup/helptips/ListGroup/props/propTypes.js.html +0 -103
  924. package/coverage/src/setup/helptips/Title/HelpTipsTitle.module.css.html +0 -100
  925. package/coverage/src/setup/helptips/Title/Title.js.html +0 -148
  926. package/coverage/src/setup/helptips/Title/index.html +0 -131
  927. package/coverage/src/setup/helptips/Title/props/index.html +0 -116
  928. package/coverage/src/setup/helptips/Title/props/propTypes.js.html +0 -100
  929. package/coverage/src/setup/table/Table/Table.js.html +0 -160
  930. package/coverage/src/setup/table/Table/index.html +0 -116
  931. package/coverage/src/setup/table/Table/props/defaultProps.js.html +0 -97
  932. package/coverage/src/setup/table/Table/props/index.html +0 -131
  933. package/coverage/src/setup/table/Table/props/propTypes.js.html +0 -106
  934. package/coverage/src/setup/table/TableBody/TableBody.js.html +0 -160
  935. package/coverage/src/setup/table/TableBody/index.html +0 -116
  936. package/coverage/src/setup/table/TableBody/props/defaultProps.js.html +0 -94
  937. package/coverage/src/setup/table/TableBody/props/index.html +0 -131
  938. package/coverage/src/setup/table/TableBody/props/propTypes.js.html +0 -109
  939. package/coverage/src/setup/table/TableData/SetupTableData.module.css.html +0 -193
  940. package/coverage/src/setup/table/TableData/TableData.js.html +0 -199
  941. package/coverage/src/setup/table/TableData/index.html +0 -131
  942. package/coverage/src/setup/table/TableData/props/defaultProps.js.html +0 -100
  943. package/coverage/src/setup/table/TableData/props/index.html +0 -131
  944. package/coverage/src/setup/table/TableData/props/propTypes.js.html +0 -121
  945. package/coverage/src/setup/table/TableHead/SetupTableHead.module.css.html +0 -109
  946. package/coverage/src/setup/table/TableHead/TableHead.js.html +0 -193
  947. package/coverage/src/setup/table/TableHead/index.html +0 -131
  948. package/coverage/src/setup/table/TableHead/props/defaultProps.js.html +0 -97
  949. package/coverage/src/setup/table/TableHead/props/index.html +0 -131
  950. package/coverage/src/setup/table/TableHead/props/propTypes.js.html +0 -112
  951. package/coverage/src/setup/table/TableRow/SetupTableRow.module.css.html +0 -115
  952. package/coverage/src/setup/table/TableRow/TableRow.js.html +0 -205
  953. package/coverage/src/setup/table/TableRow/index.html +0 -131
  954. package/coverage/src/setup/table/TableRow/props/defaultProps.js.html +0 -97
  955. package/coverage/src/setup/table/TableRow/props/index.html +0 -131
  956. package/coverage/src/setup/table/TableRow/props/propTypes.js.html +0 -121
  957. package/coverage/src/setup/table/Text/TableText.module.css.html +0 -196
  958. package/coverage/src/setup/table/Text/Text.js.html +0 -214
  959. package/coverage/src/setup/table/Text/index.html +0 -131
  960. package/coverage/src/setup/table/Text/props/defaultProps.js.html +0 -106
  961. package/coverage/src/setup/table/Text/props/index.html +0 -131
  962. package/coverage/src/setup/table/Text/props/propTypes.js.html +0 -127
  963. package/coverage/src/svg/PlusIcon.js.html +0 -175
  964. package/coverage/src/svg/SnippetIcon.js.html +0 -196
  965. package/coverage/src/svg/TemplateIcon.js.html +0 -160
  966. package/coverage/src/svg/index.html +0 -146
  967. package/coverage/src/svg/props/defaultProps.js.html +0 -136
  968. package/coverage/src/svg/props/index.html +0 -131
  969. package/coverage/src/svg/props/propTypes.js.html +0 -142
  970. package/coverage/src/utils/ChannelIconMapping.js.html +0 -475
  971. package/coverage/src/utils/General.js.html +0 -211
  972. package/coverage/src/utils/editorUtils.js.html +0 -649
  973. package/coverage/src/utils/index.html +0 -146
  974. package/coverage/src/version2/AlertClose/AlertClose.js.html +0 -202
  975. package/coverage/src/version2/AlertClose/AlertClose.module.css.html +0 -214
  976. package/coverage/src/version2/AlertClose/index.html +0 -131
  977. package/coverage/src/version2/AlertClose/props/index.html +0 -116
  978. package/coverage/src/version2/AlertClose/props/propTypes.js.html +0 -112
  979. package/coverage/src/version2/GlobalNotification/GlobalNotification.js.html +0 -463
  980. package/coverage/src/version2/GlobalNotification/GlobalNotification.module.css.html +0 -472
  981. package/coverage/src/version2/GlobalNotification/index.html +0 -131
  982. package/coverage/src/version2/GlobalNotification/props/defaultProps.js.html +0 -103
  983. package/coverage/src/version2/GlobalNotification/props/index.html +0 -131
  984. package/coverage/src/version2/GlobalNotification/props/propTypes.js.html +0 -214
  985. package/coverage/src/version2/alertIcons/AlarmAlertIcon.js.html +0 -166
  986. package/coverage/src/version2/alertIcons/AlertIcons.js.html +0 -262
  987. package/coverage/src/version2/alertIcons/AlertIcons.module.css.html +0 -313
  988. package/coverage/src/version2/alertIcons/DangerAlertIcon.js.html +0 -166
  989. package/coverage/src/version2/alertIcons/ErrorAlertIcon.js.html +0 -169
  990. package/coverage/src/version2/alertIcons/InfoAlertIcon.js.html +0 -172
  991. package/coverage/src/version2/alertIcons/NotificationAlertIcon.js.html +0 -166
  992. package/coverage/src/version2/alertIcons/SuccessAlertIcon.js.html +0 -166
  993. package/coverage/src/version2/alertIcons/WarningAlertIcon.js.html +0 -163
  994. package/coverage/src/version2/alertIcons/index.html +0 -236
  995. package/coverage/src/version2/alertIcons/props/defaultProps.js.html +0 -187
  996. package/coverage/src/version2/alertIcons/props/index.html +0 -131
  997. package/coverage/src/version2/alertIcons/props/propTypes.js.html +0 -211
  998. package/coverage/src/version2/errorstate/Inconvenience/Inconvenience.js.html +0 -319
  999. package/coverage/src/version2/errorstate/Inconvenience/index.html +0 -116
  1000. package/coverage/src/version2/errorstate/Inconvenience/props/defaultProps.js.html +0 -109
  1001. package/coverage/src/version2/errorstate/Inconvenience/props/index.html +0 -131
  1002. package/coverage/src/version2/errorstate/Inconvenience/props/propTypes.js.html +0 -136
  1003. package/coverage/src/version2/errorstate/OopsSomethingMiss/OopsSomethingMiss.js.html +0 -319
  1004. package/coverage/src/version2/errorstate/OopsSomethingMiss/index.html +0 -116
  1005. package/coverage/src/version2/errorstate/OopsSomethingMiss/props/defaultProps.js.html +0 -109
  1006. package/coverage/src/version2/errorstate/OopsSomethingMiss/props/index.html +0 -131
  1007. package/coverage/src/version2/errorstate/OopsSomethingMiss/props/propTypes.js.html +0 -136
  1008. package/coverage/src/version2/errorstate/UnableToProcessRequest/UnableToProcessRequest.js.html +0 -319
  1009. package/coverage/src/version2/errorstate/UnableToProcessRequest/index.html +0 -116
  1010. package/coverage/src/version2/errorstate/UnableToProcessRequest/props/defaultProps.js.html +0 -109
  1011. package/coverage/src/version2/errorstate/UnableToProcessRequest/props/index.html +0 -131
  1012. package/coverage/src/version2/errorstate/UnableToProcessRequest/props/propTypes.js.html +0 -136
  1013. package/coverage/src/version2/errorstate/UnauthorizedLogin/UnauthorizedLogin.js.html +0 -319
  1014. package/coverage/src/version2/errorstate/UnauthorizedLogin/index.html +0 -116
  1015. package/coverage/src/version2/errorstate/UnauthorizedLogin/props/defaultProps.js.html +0 -112
  1016. package/coverage/src/version2/errorstate/UnauthorizedLogin/props/index.html +0 -131
  1017. package/coverage/src/version2/errorstate/UnauthorizedLogin/props/propTypes.js.html +0 -139
  1018. package/coverage/src/version2/errorstate/UrlNotFound/UrlNotFound.js.html +0 -319
  1019. package/coverage/src/version2/errorstate/UrlNotFound/index.html +0 -116
  1020. package/coverage/src/version2/errorstate/UrlNotFound/props/defaultProps.js.html +0 -109
  1021. package/coverage/src/version2/errorstate/UrlNotFound/props/index.html +0 -131
  1022. package/coverage/src/version2/errorstate/UrlNotFound/props/propTypes.js.html +0 -136
  1023. package/coverage/src/version2/errorstate/V2_ErrorStates.module.css.html +0 -223
  1024. package/coverage/src/version2/errorstate/WillBeRightBack/WillBeRightBack.js.html +0 -319
  1025. package/coverage/src/version2/errorstate/WillBeRightBack/index.html +0 -116
  1026. package/coverage/src/version2/errorstate/WillBeRightBack/props/defaultProps.js.html +0 -109
  1027. package/coverage/src/version2/errorstate/WillBeRightBack/props/index.html +0 -131
  1028. package/coverage/src/version2/errorstate/WillBeRightBack/props/propTypes.js.html +0 -136
  1029. package/coverage/src/version2/errorstate/index.html +0 -116
  1030. package/coverage/src/version2/lookup/AlertHeader/AlertHeader.js.html +0 -316
  1031. package/coverage/src/version2/lookup/AlertHeader/css/AlertHeaderNew.module.css.html +0 -265
  1032. package/coverage/src/version2/lookup/AlertHeader/css/cssJSLogic.js.html +0 -130
  1033. package/coverage/src/version2/lookup/AlertHeader/css/index.html +0 -131
  1034. package/coverage/src/version2/lookup/AlertHeader/index.html +0 -116
  1035. package/coverage/src/version2/lookup/AlertHeader/props/defaultProps.js.html +0 -106
  1036. package/coverage/src/version2/lookup/AlertHeader/props/index.html +0 -131
  1037. package/coverage/src/version2/lookup/AlertHeader/props/propTypes.js.html +0 -166
  1038. package/coverage/src/version2/lookup/AlertLookup/AlertLookup.js.html +0 -778
  1039. package/coverage/src/version2/lookup/AlertLookup/AlertLookupNew.module.css.html +0 -202
  1040. package/coverage/src/version2/lookup/AlertLookup/index.html +0 -131
  1041. package/coverage/src/version2/lookup/AlertLookup/props/defaultProps.js.html +0 -124
  1042. package/coverage/src/version2/lookup/AlertLookup/props/index.html +0 -131
  1043. package/coverage/src/version2/lookup/AlertLookup/props/propTypes.js.html +0 -214
  1044. package/coverage/src/version2/notification/DesktopNotification/DesktopNotification.js.html +0 -712
  1045. package/coverage/src/version2/notification/DesktopNotification/DesktopNotification.module.css.html +0 -424
  1046. package/coverage/src/version2/notification/DesktopNotification/index.html +0 -131
  1047. package/coverage/src/version2/notification/DesktopNotification/props/defaultProps.js.html +0 -139
  1048. package/coverage/src/version2/notification/DesktopNotification/props/index.html +0 -131
  1049. package/coverage/src/version2/notification/DesktopNotification/props/propTypes.js.html +0 -217
  1050. package/coverage/src/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.js.html +0 -361
  1051. package/coverage/src/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.module.css.html +0 -385
  1052. package/coverage/src/version2/notification/DesktopNotificationHeader/index.html +0 -131
  1053. package/coverage/src/version2/notification/DesktopNotificationHeader/props/defaultProps.js.html +0 -109
  1054. package/coverage/src/version2/notification/DesktopNotificationHeader/props/index.html +0 -131
  1055. package/coverage/src/version2/notification/DesktopNotificationHeader/props/propTypes.js.html +0 -124
  1056. package/es/common/dot_common.module.css +0 -4
  1057. 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":"SecondaryText_In_ToggleDropdown"},"tests":{"unitCase":{"isExecuted":"Yes","numberOfSuccess":615,"numberOfFails":0,"numberOfCases":615,"numberOfSuites":152,"endTime":1753796554121,"startTime":1753796510902,"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/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/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/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/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","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/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/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/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/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/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/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/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/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/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/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/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/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/errorstate/UnableToProcessRequest/__tests__/UnableToProcessRequest.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/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/GlobalNotification/__tests__/GlobalNotification.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/errorstate/OopsSomethingMiss/__tests__/OopsSomethingMiss.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/TagsMultiSelect/__tests__/TagsMultiSelect.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/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/version2/alertIcons/__tests__/WarningAlertIcon.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/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/version2/errorstate/WillBeRightBack/__tests__/WillBeRightBack.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/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/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/form/fields/MultiSelectField/__tests__/MultiSelectField.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/avatar/AvatarCollision/__tests__/AvatarCollision.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/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/list/status/StatusListItem/__tests__/StatusListItem.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/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/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/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/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/list/GridStencils/__tests__/GridStencils.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/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/form/fields/CurrencyField/__tests__/CurrencyField.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/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/ViewDropDown/__test__/ViewDropDown.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/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/ModuleHeader/__tests__/ModuleHeader.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/list/SecondaryText/__tests__/ContactName.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__/PhoneNumber.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/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/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/list/Icons/__tests__/AddNewIcon.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__/DeleteIcon.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/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/form/fields/PhoneField/__tests__/PhoneField.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/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/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/list/SecondaryText/__tests__/Website.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/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/lookup/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/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/TagNew/__tests__/TagNew.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/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/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/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/lookup/header/Title/__tests__/Titles.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/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":[]}}]}}}
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":[]}}]}}}