@zohodesk/dot 1.4.15 → 1.4.16

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 (697) hide show
  1. package/README.md +6 -0
  2. package/es/ActionButton/__tests__/ActionButton.spec.js +11 -0
  3. package/es/ActionButton/__tests__/__snapshots__/ActionButton.spec.js.snap +41 -0
  4. package/es/AlphabeticList/__tests__/AlphabeticList.spec.js +11 -0
  5. package/es/AlphabeticList/__tests__/__snapshots__/AlphabeticList.spec.js.snap +338 -0
  6. package/es/Attachment/__tests__/Attachment.spec.js +11 -0
  7. package/es/Attachment/__tests__/__snapshots__/Attachment.spec.js.snap +41 -0
  8. package/es/AttachmentViewer/__tests__/AttachmentImage.spec.js +65 -0
  9. package/es/AttachmentViewer/__tests__/AttachmentViewer.spec.js +126 -0
  10. package/es/AttachmentViewer/__tests__/__snapshots__/AttachmentImage.spec.js.snap +11 -0
  11. package/es/AttachmentViewer/__tests__/__snapshots__/AttachmentViewer.spec.js.snap +483 -0
  12. package/es/ChannelIcon/__tests__/ChannelIcon.spec.js +11 -0
  13. package/es/ChannelIcon/__tests__/__snapshots__/ChannelIcon.spec.js.snap +27 -0
  14. package/es/Drawer/Drawer.js +4 -5
  15. package/es/Drawer/__tests__/Drawer.spec.js +19 -0
  16. package/es/Drawer/__tests__/__snapshots__/Drawer.spec.js.snap +31 -0
  17. package/es/ExternalLink/ExternalLink.js +4 -5
  18. package/es/ExternalLink/__tests__/ExternalLink.spec.js +7 -23
  19. package/es/ExternalLink/__tests__/__snapshots__/ExternalLink.spec.js.snap +12 -0
  20. package/es/FlipCard/FlipCard.js +14 -12
  21. package/es/FlipCard/__tests__/FlipCard.spec.js +11 -0
  22. package/es/FlipCard/__tests__/__snapshots__/FlipCard.spec.js.snap +86 -0
  23. package/es/FormAction/__tests__/FormAction.spec.js +11 -0
  24. package/es/FormAction/__tests__/__snapshots__/FormAction.spec.js.snap +20 -0
  25. package/es/FreezeLayer/__tests__/FreezeLayer.spec.js +19 -0
  26. package/es/FreezeLayer/__tests__/__snapshots__/FreezeLayer.spec.js.snap +13 -0
  27. package/es/IconButton/IconButton.js +4 -5
  28. package/es/ImportantNotes/__tests__/ImportantNotes.spec.js +11 -0
  29. package/es/ImportantNotes/__tests__/__snapshots__/ImportantNotes.spec.js.snap +28 -0
  30. package/es/Link/Link.js +8 -10
  31. package/es/Link/__tests__/Link.spec.js +11 -0
  32. package/es/Link/__tests__/__snapshots__/Link.spec.js.snap +11 -0
  33. package/es/Loader/__tests__/Loader.spec.js +11 -0
  34. package/es/Loader/__tests__/__snapshots__/Loader.spec.js.snap +14 -0
  35. package/es/Message/Message.js +4 -5
  36. package/es/Message/__tests__/Message.spec.js +11 -0
  37. package/es/Message/__tests__/__snapshots__/Message.spec.js.snap +51 -0
  38. package/es/MessageBanner/__tests__/MessageBanner.spec.js +11 -0
  39. package/es/MessageBanner/__tests__/__snapshots__/MessageBanner.spec.js.snap +33 -0
  40. package/es/NewStar/__tests__/NewStar.spec.js +11 -0
  41. package/es/NewStar/__tests__/__snapshots__/NewStar.spec.js.snap +37 -0
  42. package/es/PlusIcon/__tests__/PlusIcon.spec.js +11 -0
  43. package/es/PlusIcon/__tests__/__snapshots__/PlusIcon.spec.js.snap +27 -0
  44. package/es/Separator/__tests__/Separator.spec.js +11 -0
  45. package/es/Separator/__tests__/__snapshots__/Separator.spec.js.snap +41 -0
  46. package/es/TagWithIcon/__tests__/TagWithIcon.spec.js +11 -0
  47. package/es/TagWithIcon/__tests__/__snapshots__/TagWithIcon.spec.js.snap +12 -0
  48. package/es/ToastMessage/ToastMessage.js +2 -4
  49. package/es/ToastMessage/__tests__/ToastMessage.spec.js +11 -0
  50. package/es/ToastMessage/__tests__/__snapshots__/ToastMessage.spec.js.snap +89 -0
  51. package/es/Upload/__tests__/Upload.spec.js +11 -0
  52. package/es/Upload/__tests__/__snapshots__/Upload.spec.js.snap +24 -0
  53. package/es/actions/AutoClose.js +2 -1
  54. package/es/alert/AlertHeader/__tests__/AlertHeader.spec.js +11 -0
  55. package/es/alert/AlertHeader/__tests__/__snapshots__/AlertHeader.spec.js.snap +48 -0
  56. package/es/alert/AlertLookup/AlertLookup.js +14 -12
  57. package/es/alert/AlertLookup/__tests__/AlertLookup.spec.js +19 -0
  58. package/es/alert/AlertLookup/__tests__/__snapshots__/AlertLookup.spec.js.snap +20 -0
  59. package/es/avatar/AvatarClose/AvatarClose.js +7 -7
  60. package/es/avatar/AvatarClose/__tests__/AvatarClose.spec.js +11 -0
  61. package/es/avatar/AvatarClose/__tests__/__snapshots__/AvatarClose.spec.js.snap +24 -0
  62. package/es/avatar/AvatarCollision/AvatarCollision.js +7 -7
  63. package/es/avatar/AvatarCollision/__tests__/AvatarCollision.spec.js +11 -0
  64. package/es/avatar/AvatarCollision/__tests__/__snapshots__/AvatarCollision.spec.js.snap +41 -0
  65. package/es/avatar/AvatarIcon/AvatarIcon.js +4 -5
  66. package/es/avatar/AvatarIcon/__tests__/AvatarIcon.spec.js +11 -0
  67. package/es/avatar/AvatarIcon/__tests__/__snapshots__/AvatarIcon.spec.js.snap +21 -0
  68. package/es/avatar/AvatarStatus/AvatarStatus.js +7 -8
  69. package/es/avatar/AvatarStatus/__tests__/AvatarStatus.spec.js +11 -0
  70. package/es/avatar/AvatarStatus/__tests__/__snapshots__/AvatarStatus.spec.js.snap +29 -0
  71. package/es/avatar/AvatarThread/AvatarThread.js +7 -7
  72. package/es/avatar/AvatarThread/__tests__/AvatarThread.spec.js +11 -0
  73. package/es/avatar/AvatarThread/__tests__/__snapshots__/AvatarThread.spec.js.snap +24 -0
  74. package/es/avatar/AvatarUser/AvatarUser.js +10 -9
  75. package/es/avatar/AvatarUser/__tests__/AvatarUser.spec.js +11 -0
  76. package/es/avatar/AvatarUser/__tests__/__snapshots__/AvatarUser.spec.js.snap +24 -0
  77. package/es/avatar/AvatarWithTeam/AvatarWithTeam.js +17 -14
  78. package/es/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js +8 -44
  79. package/es/avatar/AvatarWithTeam/__tests__/__snapshots__/AvatarWithTeam.spec.js.snap +26 -0
  80. package/es/dropdown/ToggleDropDown/ToggleDropDown.js +28 -24
  81. package/es/dropdown/ToggleDropDown/__tests__/ToggleDropDown.spec.js +11 -0
  82. package/es/dropdown/ToggleDropDown/__tests__/__snapshots__/ToggleDropDown.spec.js.snap +27 -0
  83. package/es/emptystate/CommonEmptyState/__tests__/CommonEmptyState.spec.js +11 -0
  84. package/es/emptystate/CommonEmptyState/__tests__/__snapshots__/CommonEmptyState.spec.js.snap +11 -0
  85. package/es/emptystate/EditionPage/__tests__/EditionPage.spec.js +11 -0
  86. package/es/emptystate/EditionPage/__tests__/__snapshots__/EditionPage.spec.js.snap +99 -0
  87. package/es/errorstate/Inconvenience/__tests__/Inconvenience.spec.js +11 -0
  88. package/es/errorstate/Inconvenience/__tests__/__snapshots__/Inconvenience.spec.js.snap +61 -0
  89. package/es/errorstate/LinkText/__tests__/LinkText.spec.js +11 -0
  90. package/es/errorstate/LinkText/__tests__/__snapshots__/LinkText.spec.js.snap +13 -0
  91. package/es/errorstate/NoRequestFound/__tests__/NoRequestFound.spec.js +11 -0
  92. package/es/errorstate/NoRequestFound/__tests__/__snapshots__/NoRequestFound.spec.js.snap +61 -0
  93. package/es/errorstate/PermissionPlay/__tests__/PermissionPlay.spec.js +11 -0
  94. package/es/errorstate/PermissionPlay/__tests__/__snapshots__/PermissionPlay.spec.js.snap +67 -0
  95. package/es/errorstate/RequestUrlNotFound/__tests__/RequestUrlNotFound.spec.js +11 -0
  96. package/es/errorstate/RequestUrlNotFound/__tests__/__snapshots__/RequestUrlNotFound.spec.js.snap +61 -0
  97. package/es/errorstate/UnableToProcess/__tests__/UnableToProcess.spec.js +11 -0
  98. package/es/errorstate/UnableToProcess/__tests__/__snapshots__/UnableToProcess.spec.js.snap +61 -0
  99. package/es/errorstate/UnauthorizedLogin/__tests__/UnauthorizedLogin.spec.js +11 -0
  100. package/es/errorstate/UnauthorizedLogin/__tests__/__snapshots__/UnauthorizedLogin.spec.js.snap +61 -0
  101. package/es/errorstate/WillBack/__tests__/WillBack.spec.js +11 -0
  102. package/es/errorstate/WillBack/__tests__/__snapshots__/WillBack.spec.js.snap +76 -0
  103. package/es/form/fields/CheckBoxField/CheckBoxField.js +15 -13
  104. package/es/form/fields/CheckBoxField/__tests__/CheckBoxField.spec.js +11 -0
  105. package/es/form/fields/CheckBoxField/__tests__/__snapshots__/CheckBoxField.spec.js.snap +91 -0
  106. package/es/form/fields/CurrencyField/CurrencyField.js +14 -12
  107. package/es/form/fields/CurrencyField/__tests__/CurrencyField.spec.js +11 -0
  108. package/es/form/fields/CurrencyField/__tests__/__snapshots__/CurrencyField.spec.js.snap +24 -0
  109. package/es/form/fields/DateField/DateField.js +14 -14
  110. package/es/form/fields/DateField/__tests__/DateField.spec.js +11 -0
  111. package/es/form/fields/DateField/__tests__/__snapshots__/DateField.spec.js.snap +89 -0
  112. package/es/form/fields/FieldContainer/__tests__/FieldContainer.spec.js +11 -0
  113. package/es/form/fields/FieldContainer/__tests__/__snapshots__/FieldContainer.spec.js.snap +12 -0
  114. package/es/form/fields/MultiSelectField/MultiSelectField.js +13 -12
  115. package/es/form/fields/MultiSelectField/__tests__/MultiSelectField.spec.js +11 -0
  116. package/es/form/fields/MultiSelectField/__tests__/__snapshots__/MultiSelectField.spec.js.snap +92 -0
  117. package/es/form/fields/PhoneField/PhoneField.js +7 -7
  118. package/es/form/fields/PhoneField/__tests__/PhoneField.spec.js +11 -0
  119. package/es/form/fields/PhoneField/__tests__/__snapshots__/PhoneField.spec.js.snap +75 -0
  120. package/es/form/fields/RadioField/RadioField.js +18 -15
  121. package/es/form/fields/RadioField/__tests__/RadioField.spec.js +13 -0
  122. package/es/form/fields/RadioField/__tests__/__snapshots__/RadioField.spec.js.snap +14 -0
  123. package/es/form/fields/SelectField/SelectField.js +14 -14
  124. package/es/form/fields/SelectField/__tests__/SelectField.spec.js +11 -0
  125. package/es/form/fields/SelectField/__tests__/__snapshots__/SelectField.spec.js.snap +108 -0
  126. package/es/form/fields/TagsMultiSelect/TagsMultiSelect.js +15 -11
  127. package/es/form/fields/TagsMultiSelect/__tests__/TagsMultiSelect.spec.js +13 -0
  128. package/es/form/fields/TagsMultiSelect/__tests__/__snapshots__/TagsMultiSelect.spec.js.snap +68 -0
  129. package/es/form/fields/TagsMultiSelectField/TagsMultiSelectField.js +11 -11
  130. package/es/form/fields/TagsMultiSelectField/__tests__/TagsMultiSelectField.spec.js +16 -0
  131. package/es/form/fields/TagsMultiSelectField/__tests__/__snapshots__/TagsMultiSelectField.spec.js.snap +75 -0
  132. package/es/form/fields/TextBoxField/TextBoxField.js +14 -14
  133. package/es/form/fields/TextBoxField/__tests__/TextBoxField.spec.js +11 -0
  134. package/es/form/fields/TextBoxField/__tests__/__snapshots__/TextBoxField.spec.js.snap +55 -0
  135. package/es/form/fields/TextEditor/__tests__/TextEditor.spec.js +11 -0
  136. package/es/form/fields/TextEditor/__tests__/__snapshots__/TextEditor.spec.js.snap +21 -0
  137. package/es/form/fields/TextEditorField/TextEditorField.js +11 -10
  138. package/es/form/fields/TextEditorField/__tests__/TextEditorField.spec.js +11 -0
  139. package/es/form/fields/TextEditorField/__tests__/__snapshots__/TextEditorField.spec.js.snap +27 -0
  140. package/es/form/fields/TextEditorWrapper/TextEditorWrapper.js +11 -10
  141. package/es/form/fields/TextEditorWrapper/__tests__/TextEditorWrapper.spec.js +11 -0
  142. package/es/form/fields/TextEditorWrapper/__tests__/__snapshots__/TextEditorWrapper.spec.js.snap +18 -0
  143. package/es/form/fields/TextareaField/TextareaField.js +14 -13
  144. package/es/form/fields/TextareaField/__tests__/TextareaField.spec.js +11 -0
  145. package/es/form/fields/TextareaField/__tests__/__snapshots__/TextareaField.spec.js.snap +22 -0
  146. package/es/form/fields/ValidationMessage/__tests__/ValidationMessage.spec.js +11 -0
  147. package/es/form/fields/ValidationMessage/__tests__/__snapshots__/ValidationMessage.spec.js.snap +24 -0
  148. package/es/form/layout/Field/__tests__/Field.spec.js +11 -0
  149. package/es/form/layout/Field/__tests__/__snapshots__/Field.spec.js.snap +13 -0
  150. package/es/form/layout/Section/__tests__/Section.spec.js +11 -0
  151. package/es/form/layout/Section/__tests__/__snapshots__/Section.spec.js.snap +13 -0
  152. package/es/layout/SetupDetailLayout/__tests__/SetupDetailLayout.spec.js +11 -0
  153. package/es/layout/SetupDetailLayout/__tests__/__snapshots__/SetupDetailLayout.spec.js.snap +13 -0
  154. package/es/layout/SubtabLayout/SubtabLayout.js +4 -6
  155. package/es/layout/SubtabLayout/__tests__/SubtabLayout.spec.js +11 -0
  156. package/es/layout/SubtabLayout/__tests__/__snapshots__/SubtabLayout.spec.js.snap +13 -0
  157. package/es/list/AvatarFlip/__tests__/AvatarFlip.spec.js +11 -0
  158. package/es/list/AvatarFlip/__tests__/__snapshots__/AvatarFlip.spec.js.snap +90 -0
  159. package/es/list/BluePrintStatus/__tests__/BluePrintStatus.spec.js +11 -0
  160. package/es/list/BluePrintStatus/__tests__/__snapshots__/BluePrintStatus.spec.js.snap +17 -0
  161. package/es/list/Comment/__tests__/Comment.spec.js +11 -0
  162. package/es/list/Comment/__tests__/__snapshots__/Comment.spec.js.snap +23 -0
  163. package/es/list/DepartmentDropDown/__tests__/DepartmentDropDown.spec.js +11 -0
  164. package/es/list/DepartmentDropDown/__tests__/__snapshots__/DepartmentDropDown.spec.js.snap +48 -0
  165. package/es/list/Dot/__tests__/Dot.spec.js +11 -0
  166. package/es/list/Dot/__tests__/__snapshots__/Dot.spec.js.snap +11 -0
  167. package/es/list/DotNew/__tests__/DotNew.spec.js +11 -0
  168. package/es/list/DotNew/__tests__/__snapshots__/DotNew.spec.js.snap +9 -0
  169. package/es/list/GridStencils/__tests__/GridStencils.spec.js +11 -0
  170. package/es/list/GridStencils/__tests__/__snapshots__/GridStencils.spec.js.snap +9 -0
  171. package/es/list/Icons/__tests__/AddNewIcon.spec.js +11 -0
  172. package/es/list/Icons/__tests__/CompleteIcon.spec.js +11 -0
  173. package/es/list/Icons/__tests__/DeleteIcon.spec.js +11 -0
  174. package/es/list/Icons/__tests__/EditIcon.spec.js +11 -0
  175. package/es/list/Icons/__tests__/FloatingIcons.spec.js +11 -0
  176. package/es/list/Icons/__tests__/ReadUnreadIcon.spec.js +11 -0
  177. package/es/list/Icons/__tests__/SmartIcon.spec.js +11 -0
  178. package/es/list/Icons/__tests__/__snapshots__/AddNewIcon.spec.js.snap +17 -0
  179. package/es/list/Icons/__tests__/__snapshots__/CompleteIcon.spec.js.snap +17 -0
  180. package/es/list/Icons/__tests__/__snapshots__/DeleteIcon.spec.js.snap +17 -0
  181. package/es/list/Icons/__tests__/__snapshots__/EditIcon.spec.js.snap +17 -0
  182. package/es/list/Icons/__tests__/__snapshots__/FloatingIcons.spec.js.snap +9 -0
  183. package/es/list/Icons/__tests__/__snapshots__/ReadUnreadIcon.spec.js.snap +24 -0
  184. package/es/list/Icons/__tests__/__snapshots__/SmartIcon.spec.js.snap +17 -0
  185. package/es/list/ListLayout/ListLayout.js +4 -5
  186. package/es/list/ListLayout/__tests__/ListLayout.spec.js +11 -0
  187. package/es/list/ListLayout/__tests__/__snapshots__/ListLayout.spec.js.snap +20 -0
  188. package/es/list/ListStencils/__tests__/ListStencils.spec.js +11 -0
  189. package/es/list/ListStencils/__tests__/__snapshots__/ListStencils.spec.js.snap +43 -0
  190. package/es/list/SecondaryText/AccountName.js +12 -12
  191. package/es/list/SecondaryText/ContactName.js +8 -9
  192. package/es/list/SecondaryText/Email.js +8 -8
  193. package/es/list/SecondaryText/PhoneNumber.js +8 -8
  194. package/es/list/SecondaryText/SecondaryText.js +4 -5
  195. package/es/list/SecondaryText/TicketId.js +7 -7
  196. package/es/list/SecondaryText/__tests__/AccountName.spec.js +11 -0
  197. package/es/list/SecondaryText/__tests__/ContactName.spec.js +11 -0
  198. package/es/list/SecondaryText/__tests__/DepartmentText.spec.js +11 -0
  199. package/es/list/SecondaryText/__tests__/Email.spec.js +11 -0
  200. package/es/list/SecondaryText/__tests__/HappinessRating.spec.js +11 -0
  201. package/es/list/SecondaryText/__tests__/PhoneNumber.spec.js +11 -0
  202. package/es/list/SecondaryText/__tests__/PriorityText.spec.js +11 -0
  203. package/es/list/SecondaryText/__tests__/SecondaryText.spec.js +11 -0
  204. package/es/list/SecondaryText/__tests__/StatusText.spec.js +11 -0
  205. package/es/list/SecondaryText/__tests__/TicketId.spec.js +11 -0
  206. package/es/list/SecondaryText/__tests__/Website.spec.js +11 -0
  207. package/es/list/SecondaryText/__tests__/__snapshots__/AccountName.spec.js.snap +46 -0
  208. package/es/list/SecondaryText/__tests__/__snapshots__/ContactName.spec.js.snap +32 -0
  209. package/es/list/SecondaryText/__tests__/__snapshots__/DepartmentText.spec.js.snap +9 -0
  210. package/es/list/SecondaryText/__tests__/__snapshots__/Email.spec.js.snap +15 -0
  211. package/es/list/SecondaryText/__tests__/__snapshots__/HappinessRating.spec.js.snap +18 -0
  212. package/es/list/SecondaryText/__tests__/__snapshots__/PhoneNumber.spec.js.snap +15 -0
  213. package/es/list/SecondaryText/__tests__/__snapshots__/PriorityText.spec.js.snap +11 -0
  214. package/es/list/SecondaryText/__tests__/__snapshots__/SecondaryText.spec.js.snap +9 -0
  215. package/es/list/SecondaryText/__tests__/__snapshots__/StatusText.spec.js.snap +11 -0
  216. package/es/list/SecondaryText/__tests__/__snapshots__/TicketId.spec.js.snap +11 -0
  217. package/es/list/SecondaryText/__tests__/__snapshots__/Website.spec.js.snap +12 -0
  218. package/es/list/SecondryPanel/__tests__/SecondryPanel.spec.js +11 -0
  219. package/es/list/SecondryPanel/__tests__/__snapshots__/SecondryPanel.spec.js.snap +9 -0
  220. package/es/list/SentimentStatus/__tests__/SentimentStatus.spec.js +11 -0
  221. package/es/list/SentimentStatus/__tests__/__snapshots__/SentimentStatus.spec.js.snap +9 -0
  222. package/es/list/Subject/Subject.js +7 -7
  223. package/es/list/Subject/__tests__/Subject.spec.js +11 -0
  224. package/es/list/Subject/__tests__/__snapshots__/Subject.spec.js.snap +9 -0
  225. package/es/list/TagNew/__tests__/TagNew.spec.js +11 -0
  226. package/es/list/TagNew/__tests__/__snapshots__/TagNew.spec.js.snap +11 -0
  227. package/es/list/Thread/__tests__/Thread.spec.js +11 -0
  228. package/es/list/Thread/__tests__/__snapshots__/Thread.spec.js.snap +25 -0
  229. package/es/list/status/StatusDropdown/__tests__/StatusDropdown.spec.js +11 -0
  230. package/es/list/status/StatusDropdown/__tests__/__snapshots__/StatusDropdown.spec.js.snap +35 -0
  231. package/es/list/status/StatusListItem/StatusListItem.js +5 -5
  232. package/es/list/status/StatusListItem/__tests__/StatusListItem.spec.js +11 -0
  233. package/es/list/status/StatusListItem/__tests__/__snapshots__/StatusListItem.spec.js.snap +47 -0
  234. package/es/lookup/EmptyPage/__tests__/EmptyPage.spec.js +11 -0
  235. package/es/lookup/EmptyPage/__tests__/__snapshots__/EmptyPage.spec.js.snap +90 -0
  236. package/es/lookup/Lookup/Lookup.js +4 -5
  237. package/es/lookup/Lookup/__tests__/Lookup.spec.js +19 -0
  238. package/es/lookup/Lookup/__tests__/__snapshots__/Lookup.spec.js.snap +20 -0
  239. package/es/lookup/Section/__tests__/Section.spec.js +11 -0
  240. package/es/lookup/Section/__tests__/__snapshots__/Section.spec.js.snap +19 -0
  241. package/es/lookup/header/Close/__tests__/Close.spec.js +11 -0
  242. package/es/lookup/header/Close/__tests__/__snapshots__/Close.spec.js.snap +23 -0
  243. package/es/lookup/header/ModuleHeader/__tests__/ModuleHeader.spec.js +11 -0
  244. package/es/lookup/header/ModuleHeader/__tests__/__snapshots__/ModuleHeader.spec.js.snap +29 -0
  245. package/es/lookup/header/Search/Search.js +5 -3
  246. package/es/lookup/header/Search/__tests__/Search.spec.js +11 -0
  247. package/es/lookup/header/Search/__tests__/__snapshots__/Search.spec.js.snap +60 -0
  248. package/es/lookup/header/TicketHeader/__tests__/TicketHeader.spec.js +11 -0
  249. package/es/lookup/header/TicketHeader/__tests__/__snapshots__/TicketHeader.spec.js.snap +59 -0
  250. package/es/lookup/header/Title/__tests__/Titles.spec.js +11 -0
  251. package/es/lookup/header/Title/__tests__/__snapshots__/Titles.spec.js.snap +9 -0
  252. package/es/lookup/header/ViewDropDown/__test__/ViewDropDown.spec.js +11 -0
  253. package/es/lookup/header/ViewDropDown/__test__/__snapshots__/ViewDropDown.spec.js.snap +28 -0
  254. package/es/setup/header/Button/__tests__/Button.spec.js +11 -0
  255. package/es/setup/header/Button/__tests__/__snapshots__/Button.spec.js.snap +17 -0
  256. package/es/setup/header/Link/__tests__/Link.spec.js +11 -0
  257. package/es/setup/header/Link/__tests__/__snapshots__/Link.spec.js.snap +34 -0
  258. package/es/setup/header/Search/__tests__/Search.spec.js +11 -0
  259. package/es/setup/header/Search/__tests__/__snapshots__/Search.spec.js.snap +20 -0
  260. package/es/setup/header/Views/__tests__/Views.spec.js +11 -0
  261. package/es/setup/header/Views/__tests__/__snapshots__/Views.spec.js.snap +35 -0
  262. package/es/setup/helptips/Description/__tests__/Description.spec.js +11 -0
  263. package/es/setup/helptips/Description/__tests__/__snapshots__/Description.spec.js.snap +9 -0
  264. package/es/setup/helptips/Link/__tests__/Link.spec.js +11 -0
  265. package/es/setup/helptips/Link/__tests__/__snapshots__/Link.spec.js.snap +12 -0
  266. package/es/setup/helptips/ListGroup/__tests__/ListGroup.spec.js +13 -0
  267. package/es/setup/helptips/ListGroup/__tests__/__snapshots__/ListGroup.spec.js.snap +20 -0
  268. package/es/setup/helptips/Title/__tests__/Title.spec.js +11 -0
  269. package/es/setup/helptips/Title/__tests__/__snapshots__/Title.spec.js.snap +9 -0
  270. package/es/setup/table/Table/__tests__/Table.spec.js +11 -0
  271. package/es/setup/table/Table/__tests__/__snapshots__/Table.spec.js.snap +12 -0
  272. package/es/setup/table/TableBody/__tests__/TableBody.spec.js +11 -0
  273. package/es/setup/table/TableBody/__tests__/__snapshots__/TableBody.spec.js.snap +12 -0
  274. package/es/setup/table/TableData/__tests__/TableData.spec.js +11 -0
  275. package/es/setup/table/TableData/__tests__/__snapshots__/TableData.spec.js.snap +12 -0
  276. package/es/setup/table/TableHead/__tests__/TableHead.spec.js +11 -0
  277. package/es/setup/table/TableHead/__tests__/__snapshots__/TableHead.spec.js.snap +19 -0
  278. package/es/setup/table/TableRow/__tests__/TableRow.spec.js +11 -0
  279. package/es/setup/table/TableRow/__tests__/__snapshots__/TableRow.spec.js.snap +12 -0
  280. package/es/setup/table/Text/__tests__/Text.spec.js +28 -0
  281. package/es/setup/table/Text/__tests__/__snapshots__/Text.spec.js.snap +54 -0
  282. package/es/svg/__tests__/PlusIcon.spec.js +11 -0
  283. package/es/svg/__tests__/SnippetIcon.spec.js +11 -0
  284. package/es/svg/__tests__/TemplateIcon.spec.js +11 -0
  285. package/es/svg/__tests__/__snapshots__/PlusIcon.spec.js.snap +25 -0
  286. package/es/svg/__tests__/__snapshots__/SnippetIcon.spec.js.snap +28 -0
  287. package/es/svg/__tests__/__snapshots__/TemplateIcon.spec.js.snap +31 -0
  288. package/es/v1/Drawer/Drawer.js +4 -5
  289. package/es/v1/ExternalLink/ExternalLink.js +4 -5
  290. package/es/v1/FlipCard/FlipCard.js +14 -12
  291. package/es/v1/GlobalNotification/GlobalNotification.js +6 -7
  292. package/es/v1/IconButton/IconButton.js +4 -5
  293. package/es/v1/Link/Link.js +8 -10
  294. package/es/v1/Message/Message.js +4 -5
  295. package/es/v1/ToastMessage/ToastMessage.js +2 -4
  296. package/es/v1/actions/AutoClose.js +2 -1
  297. package/es/v1/alert/AlertLookup/AlertLookup.js +15 -15
  298. package/es/v1/avatar/AvatarClose/AvatarClose.js +7 -7
  299. package/es/v1/avatar/AvatarCollision/AvatarCollision.js +7 -7
  300. package/es/v1/avatar/AvatarIcon/AvatarIcon.js +4 -5
  301. package/es/v1/avatar/AvatarStatus/AvatarStatus.js +7 -8
  302. package/es/v1/avatar/AvatarThread/AvatarThread.js +7 -7
  303. package/es/v1/avatar/AvatarUser/AvatarUser.js +10 -9
  304. package/es/v1/avatar/AvatarWithTeam/AvatarWithTeam.js +17 -14
  305. package/es/v1/dropdown/ToggleDropDown/ToggleDropDown.js +28 -24
  306. package/es/v1/form/fields/CheckBoxField/CheckBoxField.js +15 -13
  307. package/es/v1/form/fields/CurrencyField/CurrencyField.js +14 -12
  308. package/es/v1/form/fields/DateField/DateField.js +14 -14
  309. package/es/v1/form/fields/MultiSelectField/MultiSelectField.js +13 -12
  310. package/es/v1/form/fields/PhoneField/PhoneField.js +7 -7
  311. package/es/v1/form/fields/RadioField/RadioField.js +18 -16
  312. package/es/v1/form/fields/SelectField/SelectField.js +14 -14
  313. package/es/v1/form/fields/TagsMultiSelect/TagsMultiSelect.js +15 -11
  314. package/es/v1/form/fields/TagsMultiSelectField/TagsMultiSelectField.js +11 -11
  315. package/es/v1/form/fields/TextBoxField/TextBoxField.js +14 -14
  316. package/es/v1/form/fields/TextEditorField/TextEditorField.js +11 -10
  317. package/es/v1/form/fields/TextEditorWrapper/TextEditorWrapper.js +11 -10
  318. package/es/v1/form/fields/TextareaField/TextareaField.js +14 -13
  319. package/es/v1/layout/SubtabLayout/SubtabLayout.js +4 -6
  320. package/es/v1/list/ListLayout/ListLayout.js +4 -5
  321. package/es/v1/list/SecondaryText/AccountName.js +12 -12
  322. package/es/v1/list/SecondaryText/ContactName.js +8 -9
  323. package/es/v1/list/SecondaryText/Email.js +8 -8
  324. package/es/v1/list/SecondaryText/PhoneNumber.js +8 -8
  325. package/es/v1/list/SecondaryText/SecondaryText.js +4 -5
  326. package/es/v1/list/SecondaryText/TicketId.js +7 -7
  327. package/es/v1/list/Subject/Subject.js +7 -7
  328. package/es/v1/list/status/StatusListItem/StatusListItem.js +5 -5
  329. package/es/v1/lookup/Lookup/Lookup.js +4 -5
  330. package/es/v1/lookup/header/Search/Search.js +5 -3
  331. package/es/v1/notification/DesktopNotification/DesktopNotification.js +6 -7
  332. package/es/version2/AlertClose/__tests__/AlertClose.spec.js +11 -0
  333. package/es/version2/AlertClose/__tests__/__snapshots__/AlertClose.spec.js.snap +29 -0
  334. package/es/version2/GlobalNotification/GlobalNotification.js +6 -7
  335. package/es/version2/GlobalNotification/__tests__/GlobalNotification.spec.js +11 -0
  336. package/es/version2/GlobalNotification/__tests__/__snapshots__/GlobalNotification.spec.js.snap +144 -0
  337. package/es/version2/alertIcons/__tests__/AlarmAlertIcon.spec.js +11 -0
  338. package/es/version2/alertIcons/__tests__/AlertIcons.spec.js +11 -0
  339. package/es/version2/alertIcons/__tests__/DangerAlertIcon.spec.js +11 -0
  340. package/es/version2/alertIcons/__tests__/ErrorAlertIcon.spec.js +11 -0
  341. package/es/version2/alertIcons/__tests__/InfoAlertIcon.spec.js +11 -0
  342. package/es/version2/alertIcons/__tests__/NotificationAlertIcon.spec.js +11 -0
  343. package/es/version2/alertIcons/__tests__/SuccessAlertIcon.spec.js +11 -0
  344. package/es/version2/alertIcons/__tests__/WarningAlertIcon.spec.js +11 -0
  345. package/es/version2/alertIcons/__tests__/__snapshots__/AlarmAlertIcon.spec.js.snap +71 -0
  346. package/es/version2/alertIcons/__tests__/__snapshots__/AlertIcons.spec.js.snap +76 -0
  347. package/es/version2/alertIcons/__tests__/__snapshots__/DangerAlertIcon.spec.js.snap +71 -0
  348. package/es/version2/alertIcons/__tests__/__snapshots__/ErrorAlertIcon.spec.js.snap +77 -0
  349. package/es/version2/alertIcons/__tests__/__snapshots__/InfoAlertIcon.spec.js.snap +82 -0
  350. package/es/version2/alertIcons/__tests__/__snapshots__/NotificationAlertIcon.spec.js.snap +77 -0
  351. package/es/version2/alertIcons/__tests__/__snapshots__/SuccessAlertIcon.spec.js.snap +71 -0
  352. package/es/version2/alertIcons/__tests__/__snapshots__/WarningAlertIcon.spec.js.snap +71 -0
  353. package/es/version2/errorstate/Inconvenience/__tests__/Inconvenience.spec.js +11 -0
  354. package/es/version2/errorstate/Inconvenience/__tests__/__snapshots__/Inconvenience.spec.js.snap +133 -0
  355. package/es/version2/errorstate/OopsSomethingMiss/__tests__/OopsSomethingMiss.spec.js +11 -0
  356. package/es/version2/errorstate/OopsSomethingMiss/__tests__/__snapshots__/OopsSomethingMiss.spec.js.snap +133 -0
  357. package/es/version2/errorstate/UnableToProcessRequest/__tests__/UnableToProcessRequest.spec.js +11 -0
  358. package/es/version2/errorstate/UnableToProcessRequest/__tests__/__snapshots__/UnableToProcessRequest.spec.js.snap +133 -0
  359. package/es/version2/errorstate/UnauthorizedLogin/__tests__/UnauthorizedLogin.spec.js +11 -0
  360. package/es/version2/errorstate/UnauthorizedLogin/__tests__/__snapshots__/UnauthorizedLogin.spec.js.snap +116 -0
  361. package/es/version2/errorstate/UrlNotFound/__tests__/UrlNotFound.spec.js +11 -0
  362. package/es/version2/errorstate/UrlNotFound/__tests__/__snapshots__/UrlNotFound.spec.js.snap +133 -0
  363. package/es/version2/errorstate/WillBeRightBack/__tests__/WillBeRightBack.spec.js +11 -0
  364. package/es/version2/errorstate/WillBeRightBack/__tests__/__snapshots__/WillBeRightBack.spec.js.snap +133 -0
  365. package/es/version2/lookup/AlertHeader/__tests__/AlertHeader.spec.js +11 -0
  366. package/es/version2/lookup/AlertHeader/__tests__/__snapshots__/AlertHeader.spec.js.snap +88 -0
  367. package/es/version2/lookup/AlertLookup/AlertLookup.js +15 -15
  368. package/es/version2/lookup/AlertLookup/__tests__/AlertLookup.spec.js +19 -0
  369. package/es/version2/lookup/AlertLookup/__tests__/__snapshots__/AlertLookup.spec.js.snap +20 -0
  370. package/es/version2/notification/DesktopNotification/DesktopNotification.js +6 -7
  371. package/es/version2/notification/DesktopNotification/__tests__/DesktopNotification.spec.js +11 -0
  372. package/es/version2/notification/DesktopNotification/__tests__/__snapshots__/DesktopNotification.spec.js.snap +176 -0
  373. package/es/version2/notification/DesktopNotificationHeader/__tests__/DesktopNotificationHeader.spec.js +11 -0
  374. package/es/version2/notification/DesktopNotificationHeader/__tests__/__snapshots__/DesktopNotificationHeader.spec.js.snap +141 -0
  375. package/lib/ActionButton/__tests__/ActionButton.spec.js +18 -0
  376. package/lib/ActionButton/__tests__/__snapshots__/ActionButton.spec.js.snap +41 -0
  377. package/lib/AlphabeticList/__tests__/AlphabeticList.spec.js +18 -0
  378. package/lib/AlphabeticList/__tests__/__snapshots__/AlphabeticList.spec.js.snap +338 -0
  379. package/lib/Attachment/__tests__/Attachment.spec.js +18 -0
  380. package/lib/Attachment/__tests__/__snapshots__/Attachment.spec.js.snap +41 -0
  381. package/lib/AttachmentViewer/__tests__/AttachmentImage.spec.js +72 -0
  382. package/lib/AttachmentViewer/__tests__/AttachmentViewer.spec.js +133 -0
  383. package/lib/AttachmentViewer/__tests__/__snapshots__/AttachmentImage.spec.js.snap +11 -0
  384. package/lib/AttachmentViewer/__tests__/__snapshots__/AttachmentViewer.spec.js.snap +483 -0
  385. package/lib/ChannelIcon/__tests__/ChannelIcon.spec.js +18 -0
  386. package/lib/ChannelIcon/__tests__/__snapshots__/ChannelIcon.spec.js.snap +27 -0
  387. package/lib/Drawer/__tests__/Drawer.spec.js +26 -0
  388. package/lib/Drawer/__tests__/__snapshots__/Drawer.spec.js.snap +31 -0
  389. package/lib/ExternalLink/__tests__/ExternalLink.spec.js +7 -26
  390. package/lib/ExternalLink/__tests__/__snapshots__/ExternalLink.spec.js.snap +12 -0
  391. package/lib/FlipCard/__tests__/FlipCard.spec.js +18 -0
  392. package/lib/FlipCard/__tests__/__snapshots__/FlipCard.spec.js.snap +86 -0
  393. package/lib/FormAction/__tests__/FormAction.spec.js +18 -0
  394. package/lib/FormAction/__tests__/__snapshots__/FormAction.spec.js.snap +20 -0
  395. package/lib/FreezeLayer/__tests__/FreezeLayer.spec.js +26 -0
  396. package/lib/FreezeLayer/__tests__/__snapshots__/FreezeLayer.spec.js.snap +13 -0
  397. package/lib/ImportantNotes/__tests__/ImportantNotes.spec.js +18 -0
  398. package/lib/ImportantNotes/__tests__/__snapshots__/ImportantNotes.spec.js.snap +28 -0
  399. package/lib/Link/__tests__/Link.spec.js +18 -0
  400. package/lib/Link/__tests__/__snapshots__/Link.spec.js.snap +11 -0
  401. package/lib/Loader/__tests__/Loader.spec.js +18 -0
  402. package/lib/Loader/__tests__/__snapshots__/Loader.spec.js.snap +14 -0
  403. package/lib/Message/__tests__/Message.spec.js +18 -0
  404. package/lib/Message/__tests__/__snapshots__/Message.spec.js.snap +51 -0
  405. package/lib/MessageBanner/__tests__/MessageBanner.spec.js +18 -0
  406. package/lib/MessageBanner/__tests__/__snapshots__/MessageBanner.spec.js.snap +33 -0
  407. package/lib/NewStar/__tests__/NewStar.spec.js +18 -0
  408. package/lib/NewStar/__tests__/__snapshots__/NewStar.spec.js.snap +37 -0
  409. package/lib/PlusIcon/__tests__/PlusIcon.spec.js +18 -0
  410. package/lib/PlusIcon/__tests__/__snapshots__/PlusIcon.spec.js.snap +27 -0
  411. package/lib/Separator/__tests__/Separator.spec.js +18 -0
  412. package/lib/Separator/__tests__/__snapshots__/Separator.spec.js.snap +41 -0
  413. package/lib/TagWithIcon/__tests__/TagWithIcon.spec.js +18 -0
  414. package/lib/TagWithIcon/__tests__/__snapshots__/TagWithIcon.spec.js.snap +12 -0
  415. package/lib/ToastMessage/__tests__/ToastMessage.spec.js +18 -0
  416. package/lib/ToastMessage/__tests__/__snapshots__/ToastMessage.spec.js.snap +89 -0
  417. package/lib/Upload/__tests__/Upload.spec.js +18 -0
  418. package/lib/Upload/__tests__/__snapshots__/Upload.spec.js.snap +24 -0
  419. package/lib/alert/AlertHeader/__tests__/AlertHeader.spec.js +18 -0
  420. package/lib/alert/AlertHeader/__tests__/__snapshots__/AlertHeader.spec.js.snap +48 -0
  421. package/lib/alert/AlertLookup/__tests__/AlertLookup.spec.js +26 -0
  422. package/lib/alert/AlertLookup/__tests__/__snapshots__/AlertLookup.spec.js.snap +20 -0
  423. package/lib/avatar/AvatarClose/__tests__/AvatarClose.spec.js +18 -0
  424. package/lib/avatar/AvatarClose/__tests__/__snapshots__/AvatarClose.spec.js.snap +24 -0
  425. package/lib/avatar/AvatarCollision/__tests__/AvatarCollision.spec.js +18 -0
  426. package/lib/avatar/AvatarCollision/__tests__/__snapshots__/AvatarCollision.spec.js.snap +41 -0
  427. package/lib/avatar/AvatarIcon/__tests__/AvatarIcon.spec.js +18 -0
  428. package/lib/avatar/AvatarIcon/__tests__/__snapshots__/AvatarIcon.spec.js.snap +21 -0
  429. package/lib/avatar/AvatarStatus/__tests__/AvatarStatus.spec.js +18 -0
  430. package/lib/avatar/AvatarStatus/__tests__/__snapshots__/AvatarStatus.spec.js.snap +29 -0
  431. package/lib/avatar/AvatarThread/__tests__/AvatarThread.spec.js +18 -0
  432. package/lib/avatar/AvatarThread/__tests__/__snapshots__/AvatarThread.spec.js.snap +24 -0
  433. package/lib/avatar/AvatarUser/__tests__/AvatarUser.spec.js +18 -0
  434. package/lib/avatar/AvatarUser/__tests__/__snapshots__/AvatarUser.spec.js.snap +24 -0
  435. package/lib/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js +8 -43
  436. package/lib/avatar/AvatarWithTeam/__tests__/__snapshots__/AvatarWithTeam.spec.js.snap +26 -0
  437. package/lib/dropdown/ToggleDropDown/__tests__/ToggleDropDown.spec.js +18 -0
  438. package/lib/dropdown/ToggleDropDown/__tests__/__snapshots__/ToggleDropDown.spec.js.snap +27 -0
  439. package/lib/emptystate/CommonEmptyState/__tests__/CommonEmptyState.spec.js +18 -0
  440. package/lib/emptystate/CommonEmptyState/__tests__/__snapshots__/CommonEmptyState.spec.js.snap +11 -0
  441. package/lib/emptystate/EditionPage/__tests__/EditionPage.spec.js +18 -0
  442. package/lib/emptystate/EditionPage/__tests__/__snapshots__/EditionPage.spec.js.snap +99 -0
  443. package/lib/errorstate/Inconvenience/__tests__/Inconvenience.spec.js +18 -0
  444. package/lib/errorstate/Inconvenience/__tests__/__snapshots__/Inconvenience.spec.js.snap +61 -0
  445. package/lib/errorstate/LinkText/__tests__/LinkText.spec.js +18 -0
  446. package/lib/errorstate/LinkText/__tests__/__snapshots__/LinkText.spec.js.snap +13 -0
  447. package/lib/errorstate/NoRequestFound/__tests__/NoRequestFound.spec.js +18 -0
  448. package/lib/errorstate/NoRequestFound/__tests__/__snapshots__/NoRequestFound.spec.js.snap +61 -0
  449. package/lib/errorstate/PermissionPlay/__tests__/PermissionPlay.spec.js +18 -0
  450. package/lib/errorstate/PermissionPlay/__tests__/__snapshots__/PermissionPlay.spec.js.snap +67 -0
  451. package/lib/errorstate/RequestUrlNotFound/__tests__/RequestUrlNotFound.spec.js +18 -0
  452. package/lib/errorstate/RequestUrlNotFound/__tests__/__snapshots__/RequestUrlNotFound.spec.js.snap +61 -0
  453. package/lib/errorstate/UnableToProcess/__tests__/UnableToProcess.spec.js +18 -0
  454. package/lib/errorstate/UnableToProcess/__tests__/__snapshots__/UnableToProcess.spec.js.snap +61 -0
  455. package/lib/errorstate/UnauthorizedLogin/__tests__/UnauthorizedLogin.spec.js +18 -0
  456. package/lib/errorstate/UnauthorizedLogin/__tests__/__snapshots__/UnauthorizedLogin.spec.js.snap +61 -0
  457. package/lib/errorstate/WillBack/__tests__/WillBack.spec.js +18 -0
  458. package/lib/errorstate/WillBack/__tests__/__snapshots__/WillBack.spec.js.snap +76 -0
  459. package/lib/form/fields/CheckBoxField/__tests__/CheckBoxField.spec.js +18 -0
  460. package/lib/form/fields/CheckBoxField/__tests__/__snapshots__/CheckBoxField.spec.js.snap +91 -0
  461. package/lib/form/fields/CurrencyField/__tests__/CurrencyField.spec.js +18 -0
  462. package/lib/form/fields/CurrencyField/__tests__/__snapshots__/CurrencyField.spec.js.snap +24 -0
  463. package/lib/form/fields/DateField/__tests__/DateField.spec.js +18 -0
  464. package/lib/form/fields/DateField/__tests__/__snapshots__/DateField.spec.js.snap +89 -0
  465. package/lib/form/fields/FieldContainer/__tests__/FieldContainer.spec.js +18 -0
  466. package/lib/form/fields/FieldContainer/__tests__/__snapshots__/FieldContainer.spec.js.snap +12 -0
  467. package/lib/form/fields/MultiSelectField/__tests__/MultiSelectField.spec.js +18 -0
  468. package/lib/form/fields/MultiSelectField/__tests__/__snapshots__/MultiSelectField.spec.js.snap +92 -0
  469. package/lib/form/fields/PhoneField/__tests__/PhoneField.spec.js +18 -0
  470. package/lib/form/fields/PhoneField/__tests__/__snapshots__/PhoneField.spec.js.snap +75 -0
  471. package/lib/form/fields/RadioField/__tests__/RadioField.spec.js +20 -0
  472. package/lib/form/fields/RadioField/__tests__/__snapshots__/RadioField.spec.js.snap +14 -0
  473. package/lib/form/fields/SelectField/__tests__/SelectField.spec.js +18 -0
  474. package/lib/form/fields/SelectField/__tests__/__snapshots__/SelectField.spec.js.snap +108 -0
  475. package/lib/form/fields/TagsMultiSelect/TagsMultiSelect.js +2 -1
  476. package/lib/form/fields/TagsMultiSelect/__tests__/TagsMultiSelect.spec.js +20 -0
  477. package/lib/form/fields/TagsMultiSelect/__tests__/__snapshots__/TagsMultiSelect.spec.js.snap +68 -0
  478. package/lib/form/fields/TagsMultiSelectField/__tests__/TagsMultiSelectField.spec.js +23 -0
  479. package/lib/form/fields/TagsMultiSelectField/__tests__/__snapshots__/TagsMultiSelectField.spec.js.snap +75 -0
  480. package/lib/form/fields/TextBoxField/__tests__/TextBoxField.spec.js +18 -0
  481. package/lib/form/fields/TextBoxField/__tests__/__snapshots__/TextBoxField.spec.js.snap +55 -0
  482. package/lib/form/fields/TextEditor/__tests__/TextEditor.spec.js +18 -0
  483. package/lib/form/fields/TextEditor/__tests__/__snapshots__/TextEditor.spec.js.snap +21 -0
  484. package/lib/form/fields/TextEditorField/__tests__/TextEditorField.spec.js +18 -0
  485. package/lib/form/fields/TextEditorField/__tests__/__snapshots__/TextEditorField.spec.js.snap +27 -0
  486. package/lib/form/fields/TextEditorWrapper/__tests__/TextEditorWrapper.spec.js +18 -0
  487. package/lib/form/fields/TextEditorWrapper/__tests__/__snapshots__/TextEditorWrapper.spec.js.snap +18 -0
  488. package/lib/form/fields/TextareaField/__tests__/TextareaField.spec.js +18 -0
  489. package/lib/form/fields/TextareaField/__tests__/__snapshots__/TextareaField.spec.js.snap +22 -0
  490. package/lib/form/fields/ValidationMessage/__tests__/ValidationMessage.spec.js +18 -0
  491. package/lib/form/fields/ValidationMessage/__tests__/__snapshots__/ValidationMessage.spec.js.snap +24 -0
  492. package/lib/form/layout/Field/__tests__/Field.spec.js +18 -0
  493. package/lib/form/layout/Field/__tests__/__snapshots__/Field.spec.js.snap +13 -0
  494. package/lib/form/layout/Section/__tests__/Section.spec.js +18 -0
  495. package/lib/form/layout/Section/__tests__/__snapshots__/Section.spec.js.snap +13 -0
  496. package/lib/layout/SetupDetailLayout/__tests__/SetupDetailLayout.spec.js +18 -0
  497. package/lib/layout/SetupDetailLayout/__tests__/__snapshots__/SetupDetailLayout.spec.js.snap +13 -0
  498. package/lib/layout/SubtabLayout/__tests__/SubtabLayout.spec.js +18 -0
  499. package/lib/layout/SubtabLayout/__tests__/__snapshots__/SubtabLayout.spec.js.snap +13 -0
  500. package/lib/list/AvatarFlip/__tests__/AvatarFlip.spec.js +18 -0
  501. package/lib/list/AvatarFlip/__tests__/__snapshots__/AvatarFlip.spec.js.snap +90 -0
  502. package/lib/list/BluePrintStatus/__tests__/BluePrintStatus.spec.js +18 -0
  503. package/lib/list/BluePrintStatus/__tests__/__snapshots__/BluePrintStatus.spec.js.snap +17 -0
  504. package/lib/list/Comment/__tests__/Comment.spec.js +18 -0
  505. package/lib/list/Comment/__tests__/__snapshots__/Comment.spec.js.snap +23 -0
  506. package/lib/list/DepartmentDropDown/__tests__/DepartmentDropDown.spec.js +18 -0
  507. package/lib/list/DepartmentDropDown/__tests__/__snapshots__/DepartmentDropDown.spec.js.snap +48 -0
  508. package/lib/list/Dot/__tests__/Dot.spec.js +18 -0
  509. package/lib/list/Dot/__tests__/__snapshots__/Dot.spec.js.snap +11 -0
  510. package/lib/list/DotNew/__tests__/DotNew.spec.js +18 -0
  511. package/lib/list/DotNew/__tests__/__snapshots__/DotNew.spec.js.snap +9 -0
  512. package/lib/list/GridStencils/__tests__/GridStencils.spec.js +18 -0
  513. package/lib/list/GridStencils/__tests__/__snapshots__/GridStencils.spec.js.snap +9 -0
  514. package/lib/list/Icons/__tests__/AddNewIcon.spec.js +18 -0
  515. package/lib/list/Icons/__tests__/CompleteIcon.spec.js +18 -0
  516. package/lib/list/Icons/__tests__/DeleteIcon.spec.js +18 -0
  517. package/lib/list/Icons/__tests__/EditIcon.spec.js +18 -0
  518. package/lib/list/Icons/__tests__/FloatingIcons.spec.js +18 -0
  519. package/lib/list/Icons/__tests__/ReadUnreadIcon.spec.js +18 -0
  520. package/lib/list/Icons/__tests__/SmartIcon.spec.js +18 -0
  521. package/lib/list/Icons/__tests__/__snapshots__/AddNewIcon.spec.js.snap +17 -0
  522. package/lib/list/Icons/__tests__/__snapshots__/CompleteIcon.spec.js.snap +17 -0
  523. package/lib/list/Icons/__tests__/__snapshots__/DeleteIcon.spec.js.snap +17 -0
  524. package/lib/list/Icons/__tests__/__snapshots__/EditIcon.spec.js.snap +17 -0
  525. package/lib/list/Icons/__tests__/__snapshots__/FloatingIcons.spec.js.snap +9 -0
  526. package/lib/list/Icons/__tests__/__snapshots__/ReadUnreadIcon.spec.js.snap +24 -0
  527. package/lib/list/Icons/__tests__/__snapshots__/SmartIcon.spec.js.snap +17 -0
  528. package/lib/list/ListLayout/__tests__/ListLayout.spec.js +18 -0
  529. package/lib/list/ListLayout/__tests__/__snapshots__/ListLayout.spec.js.snap +20 -0
  530. package/lib/list/ListStencils/__tests__/ListStencils.spec.js +18 -0
  531. package/lib/list/ListStencils/__tests__/__snapshots__/ListStencils.spec.js.snap +43 -0
  532. package/lib/list/SecondaryText/__tests__/AccountName.spec.js +18 -0
  533. package/lib/list/SecondaryText/__tests__/ContactName.spec.js +18 -0
  534. package/lib/list/SecondaryText/__tests__/DepartmentText.spec.js +18 -0
  535. package/lib/list/SecondaryText/__tests__/Email.spec.js +18 -0
  536. package/lib/list/SecondaryText/__tests__/HappinessRating.spec.js +18 -0
  537. package/lib/list/SecondaryText/__tests__/PhoneNumber.spec.js +18 -0
  538. package/lib/list/SecondaryText/__tests__/PriorityText.spec.js +18 -0
  539. package/lib/list/SecondaryText/__tests__/SecondaryText.spec.js +18 -0
  540. package/lib/list/SecondaryText/__tests__/StatusText.spec.js +18 -0
  541. package/lib/list/SecondaryText/__tests__/TicketId.spec.js +18 -0
  542. package/lib/list/SecondaryText/__tests__/Website.spec.js +18 -0
  543. package/lib/list/SecondaryText/__tests__/__snapshots__/AccountName.spec.js.snap +46 -0
  544. package/lib/list/SecondaryText/__tests__/__snapshots__/ContactName.spec.js.snap +32 -0
  545. package/lib/list/SecondaryText/__tests__/__snapshots__/DepartmentText.spec.js.snap +9 -0
  546. package/lib/list/SecondaryText/__tests__/__snapshots__/Email.spec.js.snap +15 -0
  547. package/lib/list/SecondaryText/__tests__/__snapshots__/HappinessRating.spec.js.snap +18 -0
  548. package/lib/list/SecondaryText/__tests__/__snapshots__/PhoneNumber.spec.js.snap +15 -0
  549. package/lib/list/SecondaryText/__tests__/__snapshots__/PriorityText.spec.js.snap +11 -0
  550. package/lib/list/SecondaryText/__tests__/__snapshots__/SecondaryText.spec.js.snap +9 -0
  551. package/lib/list/SecondaryText/__tests__/__snapshots__/StatusText.spec.js.snap +11 -0
  552. package/lib/list/SecondaryText/__tests__/__snapshots__/TicketId.spec.js.snap +11 -0
  553. package/lib/list/SecondaryText/__tests__/__snapshots__/Website.spec.js.snap +12 -0
  554. package/lib/list/SecondryPanel/__tests__/SecondryPanel.spec.js +18 -0
  555. package/lib/list/SecondryPanel/__tests__/__snapshots__/SecondryPanel.spec.js.snap +9 -0
  556. package/lib/list/SentimentStatus/__tests__/SentimentStatus.spec.js +18 -0
  557. package/lib/list/SentimentStatus/__tests__/__snapshots__/SentimentStatus.spec.js.snap +9 -0
  558. package/lib/list/Subject/__tests__/Subject.spec.js +18 -0
  559. package/lib/list/Subject/__tests__/__snapshots__/Subject.spec.js.snap +9 -0
  560. package/lib/list/TagNew/__tests__/TagNew.spec.js +18 -0
  561. package/lib/list/TagNew/__tests__/__snapshots__/TagNew.spec.js.snap +11 -0
  562. package/lib/list/Thread/__tests__/Thread.spec.js +18 -0
  563. package/lib/list/Thread/__tests__/__snapshots__/Thread.spec.js.snap +25 -0
  564. package/lib/list/status/StatusDropdown/__tests__/StatusDropdown.spec.js +18 -0
  565. package/lib/list/status/StatusDropdown/__tests__/__snapshots__/StatusDropdown.spec.js.snap +35 -0
  566. package/lib/list/status/StatusListItem/__tests__/StatusListItem.spec.js +18 -0
  567. package/lib/list/status/StatusListItem/__tests__/__snapshots__/StatusListItem.spec.js.snap +47 -0
  568. package/lib/lookup/EmptyPage/__tests__/EmptyPage.spec.js +18 -0
  569. package/lib/lookup/EmptyPage/__tests__/__snapshots__/EmptyPage.spec.js.snap +90 -0
  570. package/lib/lookup/Lookup/__tests__/Lookup.spec.js +26 -0
  571. package/lib/lookup/Lookup/__tests__/__snapshots__/Lookup.spec.js.snap +20 -0
  572. package/lib/lookup/Section/__tests__/Section.spec.js +18 -0
  573. package/lib/lookup/Section/__tests__/__snapshots__/Section.spec.js.snap +19 -0
  574. package/lib/lookup/header/Close/__tests__/Close.spec.js +18 -0
  575. package/lib/lookup/header/Close/__tests__/__snapshots__/Close.spec.js.snap +23 -0
  576. package/lib/lookup/header/ModuleHeader/__tests__/ModuleHeader.spec.js +18 -0
  577. package/lib/lookup/header/ModuleHeader/__tests__/__snapshots__/ModuleHeader.spec.js.snap +29 -0
  578. package/lib/lookup/header/Search/__tests__/Search.spec.js +18 -0
  579. package/lib/lookup/header/Search/__tests__/__snapshots__/Search.spec.js.snap +60 -0
  580. package/lib/lookup/header/TicketHeader/__tests__/TicketHeader.spec.js +18 -0
  581. package/lib/lookup/header/TicketHeader/__tests__/__snapshots__/TicketHeader.spec.js.snap +59 -0
  582. package/lib/lookup/header/Title/__tests__/Titles.spec.js +18 -0
  583. package/lib/lookup/header/Title/__tests__/__snapshots__/Titles.spec.js.snap +9 -0
  584. package/lib/lookup/header/ViewDropDown/__test__/ViewDropDown.spec.js +18 -0
  585. package/lib/lookup/header/ViewDropDown/__test__/__snapshots__/ViewDropDown.spec.js.snap +28 -0
  586. package/lib/setup/header/Button/__tests__/Button.spec.js +18 -0
  587. package/lib/setup/header/Button/__tests__/__snapshots__/Button.spec.js.snap +17 -0
  588. package/lib/setup/header/Link/__tests__/Link.spec.js +18 -0
  589. package/lib/setup/header/Link/__tests__/__snapshots__/Link.spec.js.snap +34 -0
  590. package/lib/setup/header/Search/__tests__/Search.spec.js +18 -0
  591. package/lib/setup/header/Search/__tests__/__snapshots__/Search.spec.js.snap +20 -0
  592. package/lib/setup/header/Views/__tests__/Views.spec.js +18 -0
  593. package/lib/setup/header/Views/__tests__/__snapshots__/Views.spec.js.snap +35 -0
  594. package/lib/setup/helptips/Description/__tests__/Description.spec.js +18 -0
  595. package/lib/setup/helptips/Description/__tests__/__snapshots__/Description.spec.js.snap +9 -0
  596. package/lib/setup/helptips/Link/__tests__/Link.spec.js +18 -0
  597. package/lib/setup/helptips/Link/__tests__/__snapshots__/Link.spec.js.snap +12 -0
  598. package/lib/setup/helptips/ListGroup/__tests__/ListGroup.spec.js +20 -0
  599. package/lib/setup/helptips/ListGroup/__tests__/__snapshots__/ListGroup.spec.js.snap +20 -0
  600. package/lib/setup/helptips/Title/__tests__/Title.spec.js +18 -0
  601. package/lib/setup/helptips/Title/__tests__/__snapshots__/Title.spec.js.snap +9 -0
  602. package/lib/setup/table/Table/__tests__/Table.spec.js +18 -0
  603. package/lib/setup/table/Table/__tests__/__snapshots__/Table.spec.js.snap +12 -0
  604. package/lib/setup/table/TableBody/__tests__/TableBody.spec.js +18 -0
  605. package/lib/setup/table/TableBody/__tests__/__snapshots__/TableBody.spec.js.snap +12 -0
  606. package/lib/setup/table/TableData/__tests__/TableData.spec.js +18 -0
  607. package/lib/setup/table/TableData/__tests__/__snapshots__/TableData.spec.js.snap +12 -0
  608. package/lib/setup/table/TableHead/__tests__/TableHead.spec.js +18 -0
  609. package/lib/setup/table/TableHead/__tests__/__snapshots__/TableHead.spec.js.snap +19 -0
  610. package/lib/setup/table/TableRow/__tests__/TableRow.spec.js +18 -0
  611. package/lib/setup/table/TableRow/__tests__/__snapshots__/TableRow.spec.js.snap +12 -0
  612. package/lib/setup/table/Text/__tests__/Text.spec.js +35 -0
  613. package/lib/setup/table/Text/__tests__/__snapshots__/Text.spec.js.snap +54 -0
  614. package/lib/svg/__tests__/PlusIcon.spec.js +18 -0
  615. package/lib/svg/__tests__/SnippetIcon.spec.js +18 -0
  616. package/lib/svg/__tests__/TemplateIcon.spec.js +18 -0
  617. package/lib/svg/__tests__/__snapshots__/PlusIcon.spec.js.snap +25 -0
  618. package/lib/svg/__tests__/__snapshots__/SnippetIcon.spec.js.snap +28 -0
  619. package/lib/svg/__tests__/__snapshots__/TemplateIcon.spec.js.snap +31 -0
  620. package/lib/v1/form/fields/TagsMultiSelect/TagsMultiSelect.js +2 -1
  621. package/lib/version2/AlertClose/__tests__/AlertClose.spec.js +18 -0
  622. package/lib/version2/AlertClose/__tests__/__snapshots__/AlertClose.spec.js.snap +29 -0
  623. package/lib/version2/GlobalNotification/__tests__/GlobalNotification.spec.js +18 -0
  624. package/lib/version2/GlobalNotification/__tests__/__snapshots__/GlobalNotification.spec.js.snap +144 -0
  625. package/lib/version2/alertIcons/__tests__/AlarmAlertIcon.spec.js +18 -0
  626. package/lib/version2/alertIcons/__tests__/AlertIcons.spec.js +18 -0
  627. package/lib/version2/alertIcons/__tests__/DangerAlertIcon.spec.js +18 -0
  628. package/lib/version2/alertIcons/__tests__/ErrorAlertIcon.spec.js +18 -0
  629. package/lib/version2/alertIcons/__tests__/InfoAlertIcon.spec.js +18 -0
  630. package/lib/version2/alertIcons/__tests__/NotificationAlertIcon.spec.js +18 -0
  631. package/lib/version2/alertIcons/__tests__/SuccessAlertIcon.spec.js +18 -0
  632. package/lib/version2/alertIcons/__tests__/WarningAlertIcon.spec.js +18 -0
  633. package/lib/version2/alertIcons/__tests__/__snapshots__/AlarmAlertIcon.spec.js.snap +71 -0
  634. package/lib/version2/alertIcons/__tests__/__snapshots__/AlertIcons.spec.js.snap +76 -0
  635. package/lib/version2/alertIcons/__tests__/__snapshots__/DangerAlertIcon.spec.js.snap +71 -0
  636. package/lib/version2/alertIcons/__tests__/__snapshots__/ErrorAlertIcon.spec.js.snap +77 -0
  637. package/lib/version2/alertIcons/__tests__/__snapshots__/InfoAlertIcon.spec.js.snap +82 -0
  638. package/lib/version2/alertIcons/__tests__/__snapshots__/NotificationAlertIcon.spec.js.snap +77 -0
  639. package/lib/version2/alertIcons/__tests__/__snapshots__/SuccessAlertIcon.spec.js.snap +71 -0
  640. package/lib/version2/alertIcons/__tests__/__snapshots__/WarningAlertIcon.spec.js.snap +71 -0
  641. package/lib/version2/errorstate/Inconvenience/__tests__/Inconvenience.spec.js +18 -0
  642. package/lib/version2/errorstate/Inconvenience/__tests__/__snapshots__/Inconvenience.spec.js.snap +133 -0
  643. package/lib/version2/errorstate/OopsSomethingMiss/__tests__/OopsSomethingMiss.spec.js +18 -0
  644. package/lib/version2/errorstate/OopsSomethingMiss/__tests__/__snapshots__/OopsSomethingMiss.spec.js.snap +133 -0
  645. package/lib/version2/errorstate/UnableToProcessRequest/__tests__/UnableToProcessRequest.spec.js +18 -0
  646. package/lib/version2/errorstate/UnableToProcessRequest/__tests__/__snapshots__/UnableToProcessRequest.spec.js.snap +133 -0
  647. package/lib/version2/errorstate/UnauthorizedLogin/__tests__/UnauthorizedLogin.spec.js +18 -0
  648. package/lib/version2/errorstate/UnauthorizedLogin/__tests__/__snapshots__/UnauthorizedLogin.spec.js.snap +116 -0
  649. package/lib/version2/errorstate/UrlNotFound/__tests__/UrlNotFound.spec.js +18 -0
  650. package/lib/version2/errorstate/UrlNotFound/__tests__/__snapshots__/UrlNotFound.spec.js.snap +133 -0
  651. package/lib/version2/errorstate/WillBeRightBack/__tests__/WillBeRightBack.spec.js +18 -0
  652. package/lib/version2/errorstate/WillBeRightBack/__tests__/__snapshots__/WillBeRightBack.spec.js.snap +133 -0
  653. package/lib/version2/lookup/AlertHeader/__tests__/AlertHeader.spec.js +18 -0
  654. package/lib/version2/lookup/AlertHeader/__tests__/__snapshots__/AlertHeader.spec.js.snap +88 -0
  655. package/lib/version2/lookup/AlertLookup/__tests__/AlertLookup.spec.js +26 -0
  656. package/lib/version2/lookup/AlertLookup/__tests__/__snapshots__/AlertLookup.spec.js.snap +20 -0
  657. package/lib/version2/notification/DesktopNotification/__tests__/DesktopNotification.spec.js +18 -0
  658. package/lib/version2/notification/DesktopNotification/__tests__/__snapshots__/DesktopNotification.spec.js.snap +176 -0
  659. package/lib/version2/notification/DesktopNotificationHeader/__tests__/DesktopNotificationHeader.spec.js +18 -0
  660. package/lib/version2/notification/DesktopNotificationHeader/__tests__/__snapshots__/DesktopNotificationHeader.spec.js.snap +141 -0
  661. package/package.json +10 -9
  662. package/result.json +1 -1
  663. package/unittest/index.html +1 -1
  664. package/coverage/ExternalLink/ExternalLink.js.html +0 -229
  665. package/coverage/ExternalLink/ExternalLink.module.css.html +0 -94
  666. package/coverage/ExternalLink/index.html +0 -131
  667. package/coverage/ExternalLink/props/defaultProps.js.html +0 -100
  668. package/coverage/ExternalLink/props/index.html +0 -131
  669. package/coverage/ExternalLink/props/propTypes.js.html +0 -124
  670. package/coverage/IconButton/IconButton.js.html +0 -466
  671. package/coverage/IconButton/IconButton.module.css.html +0 -151
  672. package/coverage/IconButton/index.html +0 -131
  673. package/coverage/IconButton/props/defaultProps.js.html +0 -136
  674. package/coverage/IconButton/props/index.html +0 -131
  675. package/coverage/IconButton/props/propTypes.js.html +0 -187
  676. package/coverage/Image/Image.js.html +0 -184
  677. package/coverage/Image/Image.module.css.html +0 -118
  678. package/coverage/Image/index.html +0 -131
  679. package/coverage/Image/props/defaultProps.js.html +0 -97
  680. package/coverage/Image/props/index.html +0 -131
  681. package/coverage/Image/props/propTypes.js.html +0 -127
  682. package/coverage/avatar/AvatarWithTeam/AvatarWithTeam.js.html +0 -448
  683. package/coverage/avatar/AvatarWithTeam/AvatarWithTeam.module.css.html +0 -133
  684. package/coverage/avatar/AvatarWithTeam/index.html +0 -131
  685. package/coverage/avatar/AvatarWithTeam/props/defaultProps.js.html +0 -112
  686. package/coverage/avatar/AvatarWithTeam/props/index.html +0 -131
  687. package/coverage/avatar/AvatarWithTeam/props/propTypes.js.html +0 -163
  688. package/coverage/base.css +0 -224
  689. package/coverage/block-navigation.js +0 -87
  690. package/coverage/coverage-final.json +0 -17
  691. package/coverage/coverage-summary.json +0 -18
  692. package/coverage/favicon.png +0 -0
  693. package/coverage/index.html +0 -221
  694. package/coverage/prettify.css +0 -1
  695. package/coverage/prettify.js +0 -2
  696. package/coverage/sort-arrow-sprite.png +0 -0
  697. package/coverage/sorter.js +0 -196
package/result.json CHANGED
@@ -1 +1 @@
1
- {"jobDetails":{"isRunByLocal":true,"hostName":"mari-19987","platForm":"Darwin","branchName":"mariram_testing"},"tests":{"unitCase":{"isExecuted":"Yes","numberOfSuccess":36,"numberOfFails":0,"numberOfCases":36,"numberOfSuites":4,"endTime":1720690080470,"startTime":1720690074920,"coverageDetail":{"codeCoveragePercentage":84.5,"fileCoveragePercentage":0},"fileDetails":[{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ExternalLink/__tests__/ExternalLink.spec.js","CaseList":{"passedCaseList":["should add http/https to href tag if it is not already present","should not add http/https to href tag if it is already present","should default to / if href is undefined"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js","CaseList":{"passedCaseList":["Check whether Avatar mounted or not","Check children length ","Check whether AvatarWithTeam mounted or not","Check whether AvatarTeam mounted or not"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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 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/mari-19987/React_Package/jsapps/dot/dot/src/ExternalLink/__tests__/ExternalLink.spec.js","CaseList":{"passedCaseList":["should add http/https to href tag if it is not already present","should not add http/https to href tag if it is already present","should default to / if href is undefined"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js","CaseList":{"passedCaseList":["Check whether Avatar mounted or not","Check children length ","Check whether AvatarWithTeam mounted or not","Check whether AvatarTeam mounted or not"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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 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/mari-19987/React_Package/jsapps/dot/dot/src/ExternalLink/__tests__/ExternalLink.spec.js","CaseList":{"passedCaseList":["should add http/https to href tag if it is not already present","should not add http/https to href tag if it is already present","should default to / if href is undefined"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js","CaseList":{"passedCaseList":["Check whether Avatar mounted or not","Check children length ","Check whether AvatarWithTeam mounted or not","Check whether AvatarTeam mounted or not"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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 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/mari-19987/React_Package/jsapps/dot/dot/src/ExternalLink/__tests__/ExternalLink.spec.js","CaseList":{"passedCaseList":["should add http/https to href tag if it is not already present","should not add http/https to href tag if it is already present","should default to / if href is undefined"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js","CaseList":{"passedCaseList":["Check whether Avatar mounted or not","Check children length ","Check whether AvatarWithTeam mounted or not","Check whether AvatarTeam mounted or not"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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 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/mari-19987/React_Package/jsapps/dot/dot/src/ExternalLink/__tests__/ExternalLink.spec.js","CaseList":{"passedCaseList":["should add http/https to href tag if it is not already present","should not add http/https to href tag if it is already present","should default to / if href is undefined"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js","CaseList":{"passedCaseList":["Check whether Avatar mounted or not","Check children length ","Check whether AvatarWithTeam mounted or not","Check whether AvatarTeam mounted or not"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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 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/mari-19987/React_Package/jsapps/dot/dot/src/ExternalLink/__tests__/ExternalLink.spec.js","CaseList":{"passedCaseList":["should add http/https to href tag if it is not already present","should not add http/https to href tag if it is already present","should default to / if href is undefined"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js","CaseList":{"passedCaseList":["Check whether Avatar mounted or not","Check children length ","Check whether AvatarWithTeam mounted or not","Check whether AvatarTeam mounted or not"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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 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/mari-19987/React_Package/jsapps/dot/dot/src/ExternalLink/__tests__/ExternalLink.spec.js","CaseList":{"passedCaseList":["should add http/https to href tag if it is not already present","should not add http/https to href tag if it is already present","should default to / if href is undefined"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js","CaseList":{"passedCaseList":["Check whether Avatar mounted or not","Check children length ","Check whether AvatarWithTeam mounted or not","Check whether AvatarTeam mounted or not"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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 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/mari-19987/React_Package/jsapps/dot/dot/src/ExternalLink/__tests__/ExternalLink.spec.js","CaseList":{"passedCaseList":["should add http/https to href tag if it is not already present","should not add http/https to href tag if it is already present","should default to / if href is undefined"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js","CaseList":{"passedCaseList":["Check whether Avatar mounted or not","Check children length ","Check whether AvatarWithTeam mounted or not","Check whether AvatarTeam mounted or not"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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 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/mari-19987/React_Package/jsapps/dot/dot/src/ExternalLink/__tests__/ExternalLink.spec.js","CaseList":{"passedCaseList":["should add http/https to href tag if it is not already present","should not add http/https to href tag if it is already present","should default to / if href is undefined"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js","CaseList":{"passedCaseList":["Check whether Avatar mounted or not","Check children length ","Check whether AvatarWithTeam mounted or not","Check whether AvatarTeam mounted or not"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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 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/mari-19987/React_Package/jsapps/dot/dot/src/ExternalLink/__tests__/ExternalLink.spec.js","CaseList":{"passedCaseList":["should add http/https to href tag if it is not already present","should not add http/https to href tag if it is already present","should default to / if href is undefined"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js","CaseList":{"passedCaseList":["Check whether Avatar mounted or not","Check children length ","Check whether AvatarWithTeam mounted or not","Check whether AvatarTeam mounted or not"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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 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/mari-19987/React_Package/jsapps/dot/dot/src/ExternalLink/__tests__/ExternalLink.spec.js","CaseList":{"passedCaseList":["should add http/https to href tag if it is not already present","should not add http/https to href tag if it is already present","should default to / if href is undefined"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js","CaseList":{"passedCaseList":["Check whether Avatar mounted or not","Check children length ","Check whether AvatarWithTeam mounted or not","Check whether AvatarTeam mounted or not"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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 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":[]}}]}}}
1
+ {"jobDetails":{"isRunByLocal":true,"hostName":"mari-19987","platForm":"Darwin","branchName":"mariram_testing"},"tests":{"unitCase":{"isExecuted":"Yes","numberOfSuccess":181,"numberOfFails":0,"numberOfCases":181,"numberOfSuites":144,"endTime":1722605486574,"startTime":1722605429464,"coverageDetail":{"codeCoveragePercentage":78.19,"fileCoveragePercentage":0},"fileDetails":[{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ExternalLink/__tests__/ExternalLink.spec.js","CaseList":{"passedCaseList":["should add http/https to href tag if it is not already present","should not add http/https to href tag if it is already present","should default to / if href is undefined"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js","CaseList":{"passedCaseList":["Check whether Avatar mounted or not","Check children length ","Check whether AvatarWithTeam mounted or not","Check whether AvatarTeam mounted or not"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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 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/mari-19987/React_Package/jsapps/dot/dot/src/ExternalLink/__tests__/ExternalLink.spec.js","CaseList":{"passedCaseList":["should add http/https to href tag if it is not already present","should not add http/https to href tag if it is already present","should default to / if href is undefined"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js","CaseList":{"passedCaseList":["Check whether Avatar mounted or not","Check children length ","Check whether AvatarWithTeam mounted or not","Check whether AvatarTeam mounted or not"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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 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/mari-19987/React_Package/jsapps/dot/dot/src/ExternalLink/__tests__/ExternalLink.spec.js","CaseList":{"passedCaseList":["should add http/https to href tag if it is not already present","should not add http/https to href tag if it is already present","should default to / if href is undefined"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js","CaseList":{"passedCaseList":["Check whether Avatar mounted or not","Check children length ","Check whether AvatarWithTeam mounted or not","Check whether AvatarTeam mounted or not"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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 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/mari-19987/React_Package/jsapps/dot/dot/src/ExternalLink/__tests__/ExternalLink.spec.js","CaseList":{"passedCaseList":["should add http/https to href tag if it is not already present","should not add http/https to href tag if it is already present","should default to / if href is undefined"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js","CaseList":{"passedCaseList":["Check whether Avatar mounted or not","Check children length ","Check whether AvatarWithTeam mounted or not","Check whether AvatarTeam mounted or not"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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 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/mari-19987/React_Package/jsapps/dot/dot/src/ExternalLink/__tests__/ExternalLink.spec.js","CaseList":{"passedCaseList":["should add http/https to href tag if it is not already present","should not add http/https to href tag if it is already present","should default to / if href is undefined"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js","CaseList":{"passedCaseList":["Check whether Avatar mounted or not","Check children length ","Check whether AvatarWithTeam mounted or not","Check whether AvatarTeam mounted or not"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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 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/mari-19987/React_Package/jsapps/dot/dot/src/ExternalLink/__tests__/ExternalLink.spec.js","CaseList":{"passedCaseList":["should add http/https to href tag if it is not already present","should not add http/https to href tag if it is already present","should default to / if href is undefined"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js","CaseList":{"passedCaseList":["Check whether Avatar mounted or not","Check children length ","Check whether AvatarWithTeam mounted or not","Check whether AvatarTeam mounted or not"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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 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/mari-19987/React_Package/jsapps/dot/dot/src/ExternalLink/__tests__/ExternalLink.spec.js","CaseList":{"passedCaseList":["should add http/https to href tag if it is not already present","should not add http/https to href tag if it is already present","should default to / if href is undefined"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js","CaseList":{"passedCaseList":["Check whether Avatar mounted or not","Check children length ","Check whether AvatarWithTeam mounted or not","Check whether AvatarTeam mounted or not"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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 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/mari-19987/React_Package/jsapps/dot/dot/src/ExternalLink/__tests__/ExternalLink.spec.js","CaseList":{"passedCaseList":["should add http/https to href tag if it is not already present","should not add http/https to href tag if it is already present","should default to / if href is undefined"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js","CaseList":{"passedCaseList":["Check whether Avatar mounted or not","Check children length ","Check whether AvatarWithTeam mounted or not","Check whether AvatarTeam mounted or not"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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 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/mari-19987/React_Package/jsapps/dot/dot/src/ExternalLink/__tests__/ExternalLink.spec.js","CaseList":{"passedCaseList":["should add http/https to href tag if it is not already present","should not add http/https to href tag if it is already present","should default to / if href is undefined"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js","CaseList":{"passedCaseList":["Check whether Avatar mounted or not","Check children length ","Check whether AvatarWithTeam mounted or not","Check whether AvatarTeam mounted or not"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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 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/mari-19987/React_Package/jsapps/dot/dot/src/ExternalLink/__tests__/ExternalLink.spec.js","CaseList":{"passedCaseList":["should add http/https to href tag if it is not already present","should not add http/https to href tag if it is already present","should default to / if href is undefined"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js","CaseList":{"passedCaseList":["Check whether Avatar mounted or not","Check children length ","Check whether AvatarWithTeam mounted or not","Check whether AvatarTeam mounted or not"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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 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/mari-19987/React_Package/jsapps/dot/dot/src/ExternalLink/__tests__/ExternalLink.spec.js","CaseList":{"passedCaseList":["should add http/https to href tag if it is not already present","should not add http/https to href tag if it is already present","should default to / if href is undefined"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js","CaseList":{"passedCaseList":["Check whether Avatar mounted or not","Check children length ","Check whether AvatarWithTeam mounted or not","Check whether AvatarTeam mounted or not"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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 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/mari-19987/React_Package/jsapps/dot/dot/src/ExternalLink/__tests__/ExternalLink.spec.js","CaseList":{"passedCaseList":["should add http/https to href tag if it is not already present","should not add http/https to href tag if it is already present","should default to / if href is undefined"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js","CaseList":{"passedCaseList":["Check whether Avatar mounted or not","Check children length ","Check whether AvatarWithTeam mounted or not","Check whether AvatarTeam mounted or not"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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 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/mari-19987/React_Package/jsapps/dot/dot/src/setup/helptips/ListGroup/__tests__/ListGroup.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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/mari-19987/React_Package/jsapps/dot/dot/src/AttachmentViewer/__tests__/AttachmentImage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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/mari-19987/React_Package/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 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/mari-19987/React_Package/jsapps/dot/dot/src/FreezeLayer/__tests__/FreezeLayer.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering isActive is true"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Separator/__tests__/Separator.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/Lookup/__tests__/Lookup.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering isActive is true"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/UnableToProcessRequest/__tests__/UnableToProcessRequest.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Drawer/__tests__/Drawer.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the isActive true"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/alert/AlertLookup/__tests__/AlertLookup.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/NotificationAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/notification/DesktopNotificationHeader/__tests__/DesktopNotificationHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/AttachmentViewer/__tests__/AttachmentViewer.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":["rendering the when isActive is true "]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/GlobalNotification/__tests__/GlobalNotification.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/RequestUrlNotFound/__tests__/RequestUrlNotFound.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/notification/DesktopNotification/__tests__/DesktopNotification.spec.js","CaseList":{"passedCaseList":[],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/OopsSomethingMiss/__tests__/OopsSomethingMiss.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/UnauthorizedLogin/__tests__/UnauthorizedLogin.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/UnauthorizedLogin/__tests__/UnauthorizedLogin.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/layout/SetupDetailLayout/__tests__/SetupDetailLayout.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/ValidationMessage/__tests__/ValidationMessage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TagsMultiSelect/__tests__/TagsMultiSelect.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TagsMultiSelectField/__tests__/TagsMultiSelectField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/WarningAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/SuccessAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/emptystate/CommonEmptyState/__tests__/CommonEmptyState.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/svg/__tests__/TemplateIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/DangerAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/WillBeRightBack/__tests__/WillBeRightBack.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/HappinessRating.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SentimentStatus/__tests__/SentimentStatus.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextEditorWrapper/__tests__/TextEditorWrapper.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/BluePrintStatus/__tests__/BluePrintStatus.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/UnableToProcess/__tests__/UnableToProcess.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/svg/__tests__/SnippetIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/ErrorAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/AlphabeticList/__tests__/AlphabeticList.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/MultiSelectField/__tests__/MultiSelectField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarCollision/__tests__/AvatarCollision.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/DepartmentDropDown/__tests__/DepartmentDropDown.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/AlarmAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/DepartmentText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/status/StatusListItem/__tests__/StatusListItem.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextEditorField/__tests__/TextEditorField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/NoRequestFound/__tests__/NoRequestFound.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/PermissionPlay/__tests__/PermissionPlay.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/ReadUnreadIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/status/StatusDropdown/__tests__/StatusDropdown.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ImportantNotes/__tests__/ImportantNotes.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/FieldContainer/__tests__/FieldContainer.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/Inconvenience/__tests__/Inconvenience.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/InfoAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/SecondaryText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/FloatingIcons.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/RadioField/__tests__/RadioField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/MessageBanner/__tests__/MessageBanner.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondryPanel/__tests__/SecondryPanel.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/Inconvenience/__tests__/Inconvenience.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ExternalLink/__tests__/ExternalLink.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/PriorityText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextareaField/__tests__/TextareaField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/CheckBoxField/__tests__/CheckBoxField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/GridStencils/__tests__/GridStencils.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/CurrencyField/__tests__/CurrencyField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/ListStencils/__tests__/ListStencils.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/CompleteIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/dropdown/ToggleDropDown/__tests__/ToggleDropDown.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ToastMessage/__tests__/ToastMessage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/layout/SubtabLayout/__tests__/SubtabLayout.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextBoxField/__tests__/TextBoxField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/svg/__tests__/PlusIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarStatus/__tests__/AvatarStatus.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarThread/__tests__/AvatarThread.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ActionButton/__tests__/ActionButton.spec.js","CaseList":{"passedCaseList":[],"failedCaseList":["rendering the defult props"]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/ModuleHeader/__tests__/ModuleHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/TagWithIcon/__tests__/TagWithIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/UrlNotFound/__tests__/UrlNotFound.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/AccountName.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/lookup/AlertHeader/__tests__/AlertHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/PhoneNumber.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/ContactName.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/helptips/Description/__tests__/Description.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/emptystate/EditionPage/__tests__/EditionPage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarClose/__tests__/AvatarClose.spec.js","CaseList":{"passedCaseList":[],"failedCaseList":["rendering the defult props"]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ChannelIcon/__tests__/ChannelIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/ViewDropDown/__test__/ViewDropDown.spec.js","CaseList":{"passedCaseList":[],"failedCaseList":["rendering the defult props"]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/SelectField/__tests__/SelectField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/StatusText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/AlertClose/__tests__/AlertClose.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/alert/AlertHeader/__tests__/AlertHeader.spec.js","CaseList":{"passedCaseList":[],"failedCaseList":["rendering the defult props"]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/AlertIcons.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/ListLayout/__tests__/ListLayout.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/AddNewIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/FormAction/__tests__/FormAction.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextEditor/__tests__/TextEditor.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/DeleteIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/PhoneField/__tests__/PhoneField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarUser/__tests__/AvatarUser.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/AvatarFlip/__tests__/AvatarFlip.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/TableBody/__tests__/TableBody.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Attachment/__tests__/Attachment.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/TableData/__tests__/TableData.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarIcon/__tests__/AvatarIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/TableHead/__tests__/TableHead.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/SmartIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/EmptyPage/__tests__/EmptyPage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/TicketHeader/__tests__/TicketHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/TableRow/__tests__/TableRow.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/TicketId.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/LinkText/__tests__/LinkText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/PlusIcon/__tests__/PlusIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/WillBack/__tests__/WillBack.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/EditIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/FlipCard/__tests__/FlipCard.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/Website.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/Close/__tests__/Close.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Subject/__tests__/Subject.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/Section/__tests__/Section.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Comment/__tests__/Comment.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Message/__tests__/Message.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/layout/Section/__tests__/Section.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/TagNew/__tests__/TagNew.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Upload/__tests__/Upload.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/NewStar/__tests__/NewStar.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/DotNew/__tests__/DotNew.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Loader/__tests__/Loader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Thread/__tests__/Thread.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/Search/__tests__/Search.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/header/Button/__tests__/Button.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/helptips/Title/__tests__/Title.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/Table/__tests__/Table.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/header/Search/__tests__/Search.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/Email.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/Title/__tests__/Titles.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Link/__tests__/Link.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/layout/Field/__tests__/Field.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/header/Link/__tests__/Link.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/header/Views/__tests__/Views.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Dot/__tests__/Dot.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/helptips/Link/__tests__/Link.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/DateField/__tests__/DateField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/helptips/ListGroup/__tests__/ListGroup.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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/mari-19987/React_Package/jsapps/dot/dot/src/AttachmentViewer/__tests__/AttachmentImage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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/mari-19987/React_Package/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 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/mari-19987/React_Package/jsapps/dot/dot/src/FreezeLayer/__tests__/FreezeLayer.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering isActive is true"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Separator/__tests__/Separator.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/Lookup/__tests__/Lookup.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering isActive is true"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/UnableToProcessRequest/__tests__/UnableToProcessRequest.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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/mari-19987/React_Package/jsapps/dot/dot/src/alert/AlertLookup/__tests__/AlertLookup.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Drawer/__tests__/Drawer.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the isActive true"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/NotificationAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/notification/DesktopNotificationHeader/__tests__/DesktopNotificationHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/AttachmentViewer/__tests__/AttachmentViewer.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":["rendering the when isActive is true "]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/GlobalNotification/__tests__/GlobalNotification.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/RequestUrlNotFound/__tests__/RequestUrlNotFound.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/notification/DesktopNotification/__tests__/DesktopNotification.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/OopsSomethingMiss/__tests__/OopsSomethingMiss.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/UnauthorizedLogin/__tests__/UnauthorizedLogin.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/layout/SetupDetailLayout/__tests__/SetupDetailLayout.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/UnauthorizedLogin/__tests__/UnauthorizedLogin.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/ValidationMessage/__tests__/ValidationMessage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/WarningAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TagsMultiSelectField/__tests__/TagsMultiSelectField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TagsMultiSelect/__tests__/TagsMultiSelect.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/emptystate/CommonEmptyState/__tests__/CommonEmptyState.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/SuccessAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/svg/__tests__/TemplateIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/DangerAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/WillBeRightBack/__tests__/WillBeRightBack.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/HappinessRating.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SentimentStatus/__tests__/SentimentStatus.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextEditorWrapper/__tests__/TextEditorWrapper.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/BluePrintStatus/__tests__/BluePrintStatus.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/UnableToProcess/__tests__/UnableToProcess.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarCollision/__tests__/AvatarCollision.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/svg/__tests__/SnippetIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/DepartmentDropDown/__tests__/DepartmentDropDown.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/AlphabeticList/__tests__/AlphabeticList.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/ErrorAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/AlarmAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/DepartmentText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/status/StatusListItem/__tests__/StatusListItem.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/ReadUnreadIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextEditorField/__tests__/TextEditorField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/PermissionPlay/__tests__/PermissionPlay.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/NoRequestFound/__tests__/NoRequestFound.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/FieldContainer/__tests__/FieldContainer.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/status/StatusDropdown/__tests__/StatusDropdown.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ImportantNotes/__tests__/ImportantNotes.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/RadioField/__tests__/RadioField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/Inconvenience/__tests__/Inconvenience.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/MultiSelectField/__tests__/MultiSelectField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/InfoAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/MessageBanner/__tests__/MessageBanner.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/SecondaryText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/FloatingIcons.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondryPanel/__tests__/SecondryPanel.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/CurrencyField/__tests__/CurrencyField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/Inconvenience/__tests__/Inconvenience.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ExternalLink/__tests__/ExternalLink.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/PriorityText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextareaField/__tests__/TextareaField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/GridStencils/__tests__/GridStencils.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/CheckBoxField/__tests__/CheckBoxField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/dropdown/ToggleDropDown/__tests__/ToggleDropDown.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/CompleteIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/ListStencils/__tests__/ListStencils.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextBoxField/__tests__/TextBoxField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/layout/SubtabLayout/__tests__/SubtabLayout.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ToastMessage/__tests__/ToastMessage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarStatus/__tests__/AvatarStatus.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/svg/__tests__/PlusIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarThread/__tests__/AvatarThread.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/ViewDropDown/__test__/ViewDropDown.spec.js","CaseList":{"passedCaseList":[],"failedCaseList":["rendering the defult props"]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/TagWithIcon/__tests__/TagWithIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/UrlNotFound/__tests__/UrlNotFound.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/AccountName.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/lookup/AlertHeader/__tests__/AlertHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/PhoneNumber.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ActionButton/__tests__/ActionButton.spec.js","CaseList":{"passedCaseList":[],"failedCaseList":["rendering the defult props"]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/ContactName.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/helptips/Description/__tests__/Description.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/emptystate/EditionPage/__tests__/EditionPage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarClose/__tests__/AvatarClose.spec.js","CaseList":{"passedCaseList":[],"failedCaseList":["rendering the defult props"]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/ModuleHeader/__tests__/ModuleHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ChannelIcon/__tests__/ChannelIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/AlertClose/__tests__/AlertClose.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/TicketHeader/__tests__/TicketHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/AlertIcons.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/alert/AlertHeader/__tests__/AlertHeader.spec.js","CaseList":{"passedCaseList":[],"failedCaseList":["rendering the defult props"]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/StatusText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/ListLayout/__tests__/ListLayout.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/AddNewIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/FormAction/__tests__/FormAction.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/AvatarFlip/__tests__/AvatarFlip.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/DeleteIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarUser/__tests__/AvatarUser.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/TableBody/__tests__/TableBody.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/PhoneField/__tests__/PhoneField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Attachment/__tests__/Attachment.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextEditor/__tests__/TextEditor.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/TableData/__tests__/TableData.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/SelectField/__tests__/SelectField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/TableHead/__tests__/TableHead.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarIcon/__tests__/AvatarIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/SmartIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/TableRow/__tests__/TableRow.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/EmptyPage/__tests__/EmptyPage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/TicketId.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/EditIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/LinkText/__tests__/LinkText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/Website.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/PlusIcon/__tests__/PlusIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/WillBack/__tests__/WillBack.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/Close/__tests__/Close.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/FlipCard/__tests__/FlipCard.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/Section/__tests__/Section.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Subject/__tests__/Subject.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Comment/__tests__/Comment.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Message/__tests__/Message.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/layout/Section/__tests__/Section.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Upload/__tests__/Upload.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Thread/__tests__/Thread.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/TagNew/__tests__/TagNew.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Loader/__tests__/Loader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/Search/__tests__/Search.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/NewStar/__tests__/NewStar.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/DotNew/__tests__/DotNew.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/header/Button/__tests__/Button.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/header/Search/__tests__/Search.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/Table/__tests__/Table.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/helptips/Title/__tests__/Title.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/Email.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/Title/__tests__/Titles.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/layout/Field/__tests__/Field.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/header/Views/__tests__/Views.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Link/__tests__/Link.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Dot/__tests__/Dot.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/header/Link/__tests__/Link.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/helptips/Link/__tests__/Link.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/DateField/__tests__/DateField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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/mari-19987/React_Package/jsapps/dot/dot/src/setup/helptips/ListGroup/__tests__/ListGroup.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/AttachmentViewer/__tests__/AttachmentImage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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/mari-19987/React_Package/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 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/mari-19987/React_Package/jsapps/dot/dot/src/FreezeLayer/__tests__/FreezeLayer.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering isActive is true"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Separator/__tests__/Separator.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/Lookup/__tests__/Lookup.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering isActive is true"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/UnableToProcessRequest/__tests__/UnableToProcessRequest.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/alert/AlertLookup/__tests__/AlertLookup.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Drawer/__tests__/Drawer.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the isActive true"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/NotificationAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/notification/DesktopNotificationHeader/__tests__/DesktopNotificationHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/AttachmentViewer/__tests__/AttachmentViewer.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the when isActive is true "],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/RequestUrlNotFound/__tests__/RequestUrlNotFound.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/OopsSomethingMiss/__tests__/OopsSomethingMiss.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/GlobalNotification/__tests__/GlobalNotification.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/UnauthorizedLogin/__tests__/UnauthorizedLogin.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/layout/SetupDetailLayout/__tests__/SetupDetailLayout.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/UnauthorizedLogin/__tests__/UnauthorizedLogin.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/notification/DesktopNotification/__tests__/DesktopNotification.spec.js","CaseList":{"passedCaseList":[],"failedCaseList":["rendering the defult props"]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TagsMultiSelectField/__tests__/TagsMultiSelectField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/WarningAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/ValidationMessage/__tests__/ValidationMessage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/SuccessAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TagsMultiSelect/__tests__/TagsMultiSelect.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/emptystate/CommonEmptyState/__tests__/CommonEmptyState.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/svg/__tests__/TemplateIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/WillBeRightBack/__tests__/WillBeRightBack.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/DangerAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/HappinessRating.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/BluePrintStatus/__tests__/BluePrintStatus.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SentimentStatus/__tests__/SentimentStatus.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextEditorWrapper/__tests__/TextEditorWrapper.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/UnableToProcess/__tests__/UnableToProcess.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarCollision/__tests__/AvatarCollision.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/svg/__tests__/SnippetIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/ErrorAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/DepartmentDropDown/__tests__/DepartmentDropDown.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/AlphabeticList/__tests__/AlphabeticList.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/AlarmAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/DepartmentText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextEditorField/__tests__/TextEditorField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/status/StatusListItem/__tests__/StatusListItem.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/ReadUnreadIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/NoRequestFound/__tests__/NoRequestFound.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/PermissionPlay/__tests__/PermissionPlay.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/status/StatusDropdown/__tests__/StatusDropdown.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/FieldContainer/__tests__/FieldContainer.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ImportantNotes/__tests__/ImportantNotes.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/Inconvenience/__tests__/Inconvenience.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/InfoAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/RadioField/__tests__/RadioField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/dropdown/ToggleDropDown/__tests__/ToggleDropDown.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/MessageBanner/__tests__/MessageBanner.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondryPanel/__tests__/SecondryPanel.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/FloatingIcons.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/SecondaryText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/MultiSelectField/__tests__/MultiSelectField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/Inconvenience/__tests__/Inconvenience.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextareaField/__tests__/TextareaField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ExternalLink/__tests__/ExternalLink.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/PriorityText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/CompleteIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/GridStencils/__tests__/GridStencils.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/CurrencyField/__tests__/CurrencyField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/ListStencils/__tests__/ListStencils.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/CheckBoxField/__tests__/CheckBoxField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextBoxField/__tests__/TextBoxField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ToastMessage/__tests__/ToastMessage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ActionButton/__tests__/ActionButton.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/layout/SubtabLayout/__tests__/SubtabLayout.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/svg/__tests__/PlusIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarStatus/__tests__/AvatarStatus.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/ViewDropDown/__test__/ViewDropDown.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarThread/__tests__/AvatarThread.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/TagWithIcon/__tests__/TagWithIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/UrlNotFound/__tests__/UrlNotFound.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/ContactName.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/AccountName.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/PhoneNumber.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/helptips/Description/__tests__/Description.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/lookup/AlertHeader/__tests__/AlertHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/emptystate/EditionPage/__tests__/EditionPage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarClose/__tests__/AvatarClose.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/alert/AlertHeader/__tests__/AlertHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ChannelIcon/__tests__/ChannelIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/ModuleHeader/__tests__/ModuleHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/AlertIcons.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/StatusText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/AlertClose/__tests__/AlertClose.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/SelectField/__tests__/SelectField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/DeleteIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/FormAction/__tests__/FormAction.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/ListLayout/__tests__/ListLayout.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/AddNewIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/AvatarFlip/__tests__/AvatarFlip.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/TicketHeader/__tests__/TicketHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Attachment/__tests__/Attachment.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/PhoneField/__tests__/PhoneField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarUser/__tests__/AvatarUser.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/TableBody/__tests__/TableBody.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarIcon/__tests__/AvatarIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/TableData/__tests__/TableData.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/TableHead/__tests__/TableHead.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextEditor/__tests__/TextEditor.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/SmartIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/TableRow/__tests__/TableRow.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/EmptyPage/__tests__/EmptyPage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/TicketId.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/EditIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/LinkText/__tests__/LinkText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/WillBack/__tests__/WillBack.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/PlusIcon/__tests__/PlusIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/Website.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Subject/__tests__/Subject.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/FlipCard/__tests__/FlipCard.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/Close/__tests__/Close.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/Section/__tests__/Section.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Comment/__tests__/Comment.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/layout/Section/__tests__/Section.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Message/__tests__/Message.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/NewStar/__tests__/NewStar.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Upload/__tests__/Upload.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/DotNew/__tests__/DotNew.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Thread/__tests__/Thread.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Loader/__tests__/Loader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/TagNew/__tests__/TagNew.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/header/Search/__tests__/Search.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/Table/__tests__/Table.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/helptips/Title/__tests__/Title.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/header/Button/__tests__/Button.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/Title/__tests__/Titles.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/Email.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/header/Views/__tests__/Views.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/layout/Field/__tests__/Field.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Link/__tests__/Link.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/helptips/Link/__tests__/Link.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Dot/__tests__/Dot.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/header/Link/__tests__/Link.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/Search/__tests__/Search.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/DateField/__tests__/DateField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/helptips/ListGroup/__tests__/ListGroup.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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/mari-19987/React_Package/jsapps/dot/dot/src/AttachmentViewer/__tests__/AttachmentImage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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/mari-19987/React_Package/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 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/mari-19987/React_Package/jsapps/dot/dot/src/FreezeLayer/__tests__/FreezeLayer.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering isActive is true"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Separator/__tests__/Separator.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/Lookup/__tests__/Lookup.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering isActive is true"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/UnableToProcessRequest/__tests__/UnableToProcessRequest.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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/mari-19987/React_Package/jsapps/dot/dot/src/Drawer/__tests__/Drawer.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the isActive true"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/alert/AlertLookup/__tests__/AlertLookup.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/NotificationAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/notification/DesktopNotificationHeader/__tests__/DesktopNotificationHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/AttachmentViewer/__tests__/AttachmentViewer.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the when isActive is true "],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/notification/DesktopNotification/__tests__/DesktopNotification.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/GlobalNotification/__tests__/GlobalNotification.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/RequestUrlNotFound/__tests__/RequestUrlNotFound.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/OopsSomethingMiss/__tests__/OopsSomethingMiss.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/layout/SetupDetailLayout/__tests__/SetupDetailLayout.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/ValidationMessage/__tests__/ValidationMessage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TagsMultiSelectField/__tests__/TagsMultiSelectField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/UnauthorizedLogin/__tests__/UnauthorizedLogin.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TagsMultiSelect/__tests__/TagsMultiSelect.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/WarningAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/UnauthorizedLogin/__tests__/UnauthorizedLogin.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/emptystate/CommonEmptyState/__tests__/CommonEmptyState.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/SuccessAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/svg/__tests__/TemplateIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/DangerAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/WillBeRightBack/__tests__/WillBeRightBack.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/HappinessRating.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/BluePrintStatus/__tests__/BluePrintStatus.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SentimentStatus/__tests__/SentimentStatus.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextEditorWrapper/__tests__/TextEditorWrapper.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/UnableToProcess/__tests__/UnableToProcess.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/svg/__tests__/SnippetIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarCollision/__tests__/AvatarCollision.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/DepartmentDropDown/__tests__/DepartmentDropDown.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/ErrorAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/AlarmAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/AlphabeticList/__tests__/AlphabeticList.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/DepartmentText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/MultiSelectField/__tests__/MultiSelectField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/NoRequestFound/__tests__/NoRequestFound.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextEditorField/__tests__/TextEditorField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/status/StatusListItem/__tests__/StatusListItem.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/PermissionPlay/__tests__/PermissionPlay.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/ReadUnreadIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ImportantNotes/__tests__/ImportantNotes.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/FieldContainer/__tests__/FieldContainer.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/InfoAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/Inconvenience/__tests__/Inconvenience.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/RadioField/__tests__/RadioField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/MessageBanner/__tests__/MessageBanner.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/dropdown/ToggleDropDown/__tests__/ToggleDropDown.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/SecondaryText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondryPanel/__tests__/SecondryPanel.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/FloatingIcons.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/Inconvenience/__tests__/Inconvenience.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/status/StatusDropdown/__tests__/StatusDropdown.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextareaField/__tests__/TextareaField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/CurrencyField/__tests__/CurrencyField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/PriorityText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ExternalLink/__tests__/ExternalLink.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/CompleteIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/GridStencils/__tests__/GridStencils.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/ListStencils/__tests__/ListStencils.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/CheckBoxField/__tests__/CheckBoxField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextBoxField/__tests__/TextBoxField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ToastMessage/__tests__/ToastMessage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ActionButton/__tests__/ActionButton.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/layout/SubtabLayout/__tests__/SubtabLayout.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarStatus/__tests__/AvatarStatus.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/svg/__tests__/PlusIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/ViewDropDown/__test__/ViewDropDown.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarThread/__tests__/AvatarThread.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/TagWithIcon/__tests__/TagWithIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/ContactName.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/AccountName.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/UrlNotFound/__tests__/UrlNotFound.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/PhoneNumber.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/helptips/Description/__tests__/Description.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/emptystate/EditionPage/__tests__/EditionPage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/lookup/AlertHeader/__tests__/AlertHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarClose/__tests__/AvatarClose.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ChannelIcon/__tests__/ChannelIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/alert/AlertHeader/__tests__/AlertHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/ModuleHeader/__tests__/ModuleHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/AlertClose/__tests__/AlertClose.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/AlertIcons.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/StatusText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/AddNewIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/ListLayout/__tests__/ListLayout.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/DeleteIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/FormAction/__tests__/FormAction.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/SelectField/__tests__/SelectField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/AvatarFlip/__tests__/AvatarFlip.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarUser/__tests__/AvatarUser.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/TicketHeader/__tests__/TicketHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/PhoneField/__tests__/PhoneField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/TableBody/__tests__/TableBody.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarIcon/__tests__/AvatarIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Attachment/__tests__/Attachment.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextEditor/__tests__/TextEditor.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/TableData/__tests__/TableData.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/TableHead/__tests__/TableHead.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/SmartIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/TableRow/__tests__/TableRow.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/EmptyPage/__tests__/EmptyPage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/TicketId.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/LinkText/__tests__/LinkText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/EditIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/Close/__tests__/Close.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/WillBack/__tests__/WillBack.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/PlusIcon/__tests__/PlusIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Subject/__tests__/Subject.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/Website.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/FlipCard/__tests__/FlipCard.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Message/__tests__/Message.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/Section/__tests__/Section.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/layout/Section/__tests__/Section.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Comment/__tests__/Comment.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Upload/__tests__/Upload.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/DotNew/__tests__/DotNew.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/TagNew/__tests__/TagNew.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/NewStar/__tests__/NewStar.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Thread/__tests__/Thread.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Loader/__tests__/Loader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/Search/__tests__/Search.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/DateField/__tests__/DateField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/header/Search/__tests__/Search.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/Table/__tests__/Table.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/header/Button/__tests__/Button.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/helptips/Title/__tests__/Title.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/Email.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/Title/__tests__/Titles.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/header/Views/__tests__/Views.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Link/__tests__/Link.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/layout/Field/__tests__/Field.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Dot/__tests__/Dot.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/helptips/Link/__tests__/Link.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/header/Link/__tests__/Link.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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/mari-19987/React_Package/jsapps/dot/dot/src/setup/helptips/ListGroup/__tests__/ListGroup.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/AttachmentViewer/__tests__/AttachmentImage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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/mari-19987/React_Package/jsapps/dot/dot/src/lookup/Lookup/__tests__/Lookup.spec.js","CaseList":{"passedCaseList":[],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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 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/mari-19987/React_Package/jsapps/dot/dot/src/FreezeLayer/__tests__/FreezeLayer.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering isActive is true"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Separator/__tests__/Separator.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/UnableToProcessRequest/__tests__/UnableToProcessRequest.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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/mari-19987/React_Package/jsapps/dot/dot/src/alert/AlertLookup/__tests__/AlertLookup.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Drawer/__tests__/Drawer.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the isActive true"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/NotificationAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/notification/DesktopNotificationHeader/__tests__/DesktopNotificationHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/AttachmentViewer/__tests__/AttachmentViewer.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the when isActive is true "],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/RequestUrlNotFound/__tests__/RequestUrlNotFound.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/notification/DesktopNotification/__tests__/DesktopNotification.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/OopsSomethingMiss/__tests__/OopsSomethingMiss.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/GlobalNotification/__tests__/GlobalNotification.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/UnauthorizedLogin/__tests__/UnauthorizedLogin.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/ValidationMessage/__tests__/ValidationMessage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/layout/SetupDetailLayout/__tests__/SetupDetailLayout.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/UnauthorizedLogin/__tests__/UnauthorizedLogin.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/SuccessAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TagsMultiSelectField/__tests__/TagsMultiSelectField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TagsMultiSelect/__tests__/TagsMultiSelect.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/WarningAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/emptystate/CommonEmptyState/__tests__/CommonEmptyState.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/svg/__tests__/TemplateIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/DangerAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/WillBeRightBack/__tests__/WillBeRightBack.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextEditorWrapper/__tests__/TextEditorWrapper.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/HappinessRating.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SentimentStatus/__tests__/SentimentStatus.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/UnableToProcess/__tests__/UnableToProcess.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/BluePrintStatus/__tests__/BluePrintStatus.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/svg/__tests__/SnippetIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextEditorField/__tests__/TextEditorField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarCollision/__tests__/AvatarCollision.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/ErrorAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/AlphabeticList/__tests__/AlphabeticList.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/AlarmAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/DepartmentText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/status/StatusListItem/__tests__/StatusListItem.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/DepartmentDropDown/__tests__/DepartmentDropDown.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/NoRequestFound/__tests__/NoRequestFound.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/ReadUnreadIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/PermissionPlay/__tests__/PermissionPlay.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ImportantNotes/__tests__/ImportantNotes.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/FieldContainer/__tests__/FieldContainer.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/status/StatusDropdown/__tests__/StatusDropdown.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/MultiSelectField/__tests__/MultiSelectField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/RadioField/__tests__/RadioField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/InfoAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondryPanel/__tests__/SecondryPanel.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/Inconvenience/__tests__/Inconvenience.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/MessageBanner/__tests__/MessageBanner.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/SecondaryText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/FloatingIcons.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/Inconvenience/__tests__/Inconvenience.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/CurrencyField/__tests__/CurrencyField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/PriorityText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ExternalLink/__tests__/ExternalLink.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextareaField/__tests__/TextareaField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/CheckBoxField/__tests__/CheckBoxField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/GridStencils/__tests__/GridStencils.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/CompleteIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/ListStencils/__tests__/ListStencils.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/dropdown/ToggleDropDown/__tests__/ToggleDropDown.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ToastMessage/__tests__/ToastMessage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/layout/SubtabLayout/__tests__/SubtabLayout.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextBoxField/__tests__/TextBoxField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarStatus/__tests__/AvatarStatus.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ActionButton/__tests__/ActionButton.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/svg/__tests__/PlusIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarThread/__tests__/AvatarThread.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/ModuleHeader/__tests__/ModuleHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/TagWithIcon/__tests__/TagWithIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/UrlNotFound/__tests__/UrlNotFound.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/AccountName.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/lookup/AlertHeader/__tests__/AlertHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/PhoneNumber.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/ContactName.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/emptystate/EditionPage/__tests__/EditionPage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/helptips/Description/__tests__/Description.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarClose/__tests__/AvatarClose.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/ViewDropDown/__test__/ViewDropDown.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ChannelIcon/__tests__/ChannelIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/TicketHeader/__tests__/TicketHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/AlertIcons.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/StatusText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/alert/AlertHeader/__tests__/AlertHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/AlertClose/__tests__/AlertClose.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/SelectField/__tests__/SelectField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/ListLayout/__tests__/ListLayout.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/DeleteIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/AvatarFlip/__tests__/AvatarFlip.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/AddNewIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/FormAction/__tests__/FormAction.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/PhoneField/__tests__/PhoneField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/TableBody/__tests__/TableBody.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarUser/__tests__/AvatarUser.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Attachment/__tests__/Attachment.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/TableData/__tests__/TableData.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/TableHead/__tests__/TableHead.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextEditor/__tests__/TextEditor.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarIcon/__tests__/AvatarIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/TableRow/__tests__/TableRow.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/EmptyPage/__tests__/EmptyPage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/SmartIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/TicketId.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/LinkText/__tests__/LinkText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/EditIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/WillBack/__tests__/WillBack.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/PlusIcon/__tests__/PlusIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/Close/__tests__/Close.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/Website.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Subject/__tests__/Subject.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/FlipCard/__tests__/FlipCard.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Message/__tests__/Message.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Comment/__tests__/Comment.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/Section/__tests__/Section.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/layout/Section/__tests__/Section.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Upload/__tests__/Upload.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/TagNew/__tests__/TagNew.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Thread/__tests__/Thread.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/DotNew/__tests__/DotNew.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Loader/__tests__/Loader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/NewStar/__tests__/NewStar.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/header/Button/__tests__/Button.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/Table/__tests__/Table.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/header/Search/__tests__/Search.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/helptips/Title/__tests__/Title.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/DateField/__tests__/DateField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/Email.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/Title/__tests__/Titles.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Link/__tests__/Link.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/layout/Field/__tests__/Field.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/header/Views/__tests__/Views.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/helptips/Link/__tests__/Link.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/Search/__tests__/Search.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Dot/__tests__/Dot.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/header/Link/__tests__/Link.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Image/__tests__/Image.spec.js","CaseList":{"passedCaseList":[],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/helptips/ListGroup/__tests__/ListGroup.spec.js","CaseList":{"passedCaseList":[],"failedCaseList":["rendering the defult props"]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/AttachmentViewer/__tests__/AttachmentImage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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/mari-19987/React_Package/jsapps/dot/dot/src/AttachmentViewer/__tests__/AttachmentViewer.spec.js","CaseList":{"passedCaseList":[],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Separator/__tests__/Separator.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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 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/mari-19987/React_Package/jsapps/dot/dot/src/FreezeLayer/__tests__/FreezeLayer.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering isActive is true"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/Lookup/__tests__/Lookup.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering isActive is true"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/NotificationAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/UnableToProcessRequest/__tests__/UnableToProcessRequest.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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/mari-19987/React_Package/jsapps/dot/dot/src/alert/AlertLookup/__tests__/AlertLookup.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Drawer/__tests__/Drawer.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the isActive true"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/notification/DesktopNotificationHeader/__tests__/DesktopNotificationHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/RequestUrlNotFound/__tests__/RequestUrlNotFound.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/GlobalNotification/__tests__/GlobalNotification.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/OopsSomethingMiss/__tests__/OopsSomethingMiss.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/UnauthorizedLogin/__tests__/UnauthorizedLogin.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/notification/DesktopNotification/__tests__/DesktopNotification.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/UnauthorizedLogin/__tests__/UnauthorizedLogin.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/layout/SetupDetailLayout/__tests__/SetupDetailLayout.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/ValidationMessage/__tests__/ValidationMessage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/WarningAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/SuccessAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/emptystate/CommonEmptyState/__tests__/CommonEmptyState.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TagsMultiSelect/__tests__/TagsMultiSelect.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/svg/__tests__/TemplateIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TagsMultiSelectField/__tests__/TagsMultiSelectField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/WillBeRightBack/__tests__/WillBeRightBack.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/DangerAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextEditorWrapper/__tests__/TextEditorWrapper.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/HappinessRating.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SentimentStatus/__tests__/SentimentStatus.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/UnableToProcess/__tests__/UnableToProcess.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/BluePrintStatus/__tests__/BluePrintStatus.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/svg/__tests__/SnippetIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/DepartmentDropDown/__tests__/DepartmentDropDown.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextEditorField/__tests__/TextEditorField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarCollision/__tests__/AvatarCollision.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/AlphabeticList/__tests__/AlphabeticList.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/ErrorAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/AlarmAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/DepartmentText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/ReadUnreadIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/status/StatusListItem/__tests__/StatusListItem.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/PermissionPlay/__tests__/PermissionPlay.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/NoRequestFound/__tests__/NoRequestFound.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ImportantNotes/__tests__/ImportantNotes.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/FieldContainer/__tests__/FieldContainer.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/InfoAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/RadioField/__tests__/RadioField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/Inconvenience/__tests__/Inconvenience.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/MultiSelectField/__tests__/MultiSelectField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/SecondaryText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondryPanel/__tests__/SecondryPanel.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/FloatingIcons.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/Inconvenience/__tests__/Inconvenience.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/dropdown/ToggleDropDown/__tests__/ToggleDropDown.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/MessageBanner/__tests__/MessageBanner.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/CompleteIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ExternalLink/__tests__/ExternalLink.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/PriorityText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextareaField/__tests__/TextareaField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/CurrencyField/__tests__/CurrencyField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/status/StatusDropdown/__tests__/StatusDropdown.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/CheckBoxField/__tests__/CheckBoxField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/GridStencils/__tests__/GridStencils.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/ListStencils/__tests__/ListStencils.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ToastMessage/__tests__/ToastMessage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/layout/SubtabLayout/__tests__/SubtabLayout.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/ModuleHeader/__tests__/ModuleHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ActionButton/__tests__/ActionButton.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarStatus/__tests__/AvatarStatus.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextBoxField/__tests__/TextBoxField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarThread/__tests__/AvatarThread.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/svg/__tests__/PlusIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/TagWithIcon/__tests__/TagWithIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/UrlNotFound/__tests__/UrlNotFound.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/ViewDropDown/__test__/ViewDropDown.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/lookup/AlertHeader/__tests__/AlertHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/ContactName.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/AccountName.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/PhoneNumber.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/emptystate/EditionPage/__tests__/EditionPage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/helptips/Description/__tests__/Description.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/AlertClose/__tests__/AlertClose.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarClose/__tests__/AvatarClose.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ChannelIcon/__tests__/ChannelIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/StatusText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/TicketHeader/__tests__/TicketHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/AlertIcons.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/alert/AlertHeader/__tests__/AlertHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/FormAction/__tests__/FormAction.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextEditor/__tests__/TextEditor.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/ListLayout/__tests__/ListLayout.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/AddNewIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/AvatarFlip/__tests__/AvatarFlip.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/DeleteIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/SelectField/__tests__/SelectField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Attachment/__tests__/Attachment.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarUser/__tests__/AvatarUser.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/PhoneField/__tests__/PhoneField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/TableBody/__tests__/TableBody.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/TableData/__tests__/TableData.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/TableHead/__tests__/TableHead.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarIcon/__tests__/AvatarIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/TableRow/__tests__/TableRow.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/TicketId.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/SmartIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/EmptyPage/__tests__/EmptyPage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/LinkText/__tests__/LinkText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/EditIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/WillBack/__tests__/WillBack.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/PlusIcon/__tests__/PlusIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/FlipCard/__tests__/FlipCard.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/Website.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/Close/__tests__/Close.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Subject/__tests__/Subject.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/Section/__tests__/Section.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Comment/__tests__/Comment.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Message/__tests__/Message.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/layout/Section/__tests__/Section.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Upload/__tests__/Upload.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/TagNew/__tests__/TagNew.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Thread/__tests__/Thread.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/DotNew/__tests__/DotNew.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/NewStar/__tests__/NewStar.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Loader/__tests__/Loader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/DateField/__tests__/DateField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/header/Button/__tests__/Button.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/Table/__tests__/Table.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/helptips/Title/__tests__/Title.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/header/Search/__tests__/Search.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/Title/__tests__/Titles.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/Email.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Link/__tests__/Link.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/layout/Field/__tests__/Field.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/header/Views/__tests__/Views.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/helptips/Link/__tests__/Link.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Dot/__tests__/Dot.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/header/Link/__tests__/Link.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/Search/__tests__/Search.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/helptips/ListGroup/__tests__/ListGroup.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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/mari-19987/React_Package/jsapps/dot/dot/src/AttachmentViewer/__tests__/AttachmentImage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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/mari-19987/React_Package/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 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/mari-19987/React_Package/jsapps/dot/dot/src/FreezeLayer/__tests__/FreezeLayer.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering isActive is true"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Separator/__tests__/Separator.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/Lookup/__tests__/Lookup.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering isActive is true"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/UnableToProcessRequest/__tests__/UnableToProcessRequest.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Drawer/__tests__/Drawer.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the isActive true"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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/mari-19987/React_Package/jsapps/dot/dot/src/alert/AlertLookup/__tests__/AlertLookup.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/NotificationAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/AttachmentViewer/__tests__/AttachmentViewer.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the when isActive is true "],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/notification/DesktopNotificationHeader/__tests__/DesktopNotificationHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/RequestUrlNotFound/__tests__/RequestUrlNotFound.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/GlobalNotification/__tests__/GlobalNotification.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/notification/DesktopNotification/__tests__/DesktopNotification.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/OopsSomethingMiss/__tests__/OopsSomethingMiss.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TagsMultiSelectField/__tests__/TagsMultiSelectField.spec.js","CaseList":{"passedCaseList":[],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/UnauthorizedLogin/__tests__/UnauthorizedLogin.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/layout/SetupDetailLayout/__tests__/SetupDetailLayout.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/UnauthorizedLogin/__tests__/UnauthorizedLogin.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/ValidationMessage/__tests__/ValidationMessage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/SuccessAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/WarningAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TagsMultiSelect/__tests__/TagsMultiSelect.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/emptystate/CommonEmptyState/__tests__/CommonEmptyState.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/svg/__tests__/TemplateIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/WillBeRightBack/__tests__/WillBeRightBack.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/DangerAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/HappinessRating.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SentimentStatus/__tests__/SentimentStatus.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextEditorWrapper/__tests__/TextEditorWrapper.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/BluePrintStatus/__tests__/BluePrintStatus.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/svg/__tests__/SnippetIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/UnableToProcess/__tests__/UnableToProcess.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarCollision/__tests__/AvatarCollision.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/AlphabeticList/__tests__/AlphabeticList.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/AlarmAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/DepartmentDropDown/__tests__/DepartmentDropDown.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/ErrorAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/DepartmentText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/ReadUnreadIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/PermissionPlay/__tests__/PermissionPlay.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/status/StatusListItem/__tests__/StatusListItem.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/NoRequestFound/__tests__/NoRequestFound.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/dropdown/ToggleDropDown/__tests__/ToggleDropDown.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextEditorField/__tests__/TextEditorField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ImportantNotes/__tests__/ImportantNotes.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/FieldContainer/__tests__/FieldContainer.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/status/StatusDropdown/__tests__/StatusDropdown.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/InfoAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/MessageBanner/__tests__/MessageBanner.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/Inconvenience/__tests__/Inconvenience.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/RadioField/__tests__/RadioField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/MultiSelectField/__tests__/MultiSelectField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/SecondaryText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondryPanel/__tests__/SecondryPanel.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/FloatingIcons.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/Inconvenience/__tests__/Inconvenience.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/PriorityText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ExternalLink/__tests__/ExternalLink.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/CurrencyField/__tests__/CurrencyField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/CompleteIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/CheckBoxField/__tests__/CheckBoxField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/GridStencils/__tests__/GridStencils.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextareaField/__tests__/TextareaField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/ListStencils/__tests__/ListStencils.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ToastMessage/__tests__/ToastMessage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextBoxField/__tests__/TextBoxField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/layout/SubtabLayout/__tests__/SubtabLayout.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarStatus/__tests__/AvatarStatus.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/svg/__tests__/PlusIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarThread/__tests__/AvatarThread.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ActionButton/__tests__/ActionButton.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/ModuleHeader/__tests__/ModuleHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/TagWithIcon/__tests__/TagWithIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/UrlNotFound/__tests__/UrlNotFound.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/ContactName.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/AccountName.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/PhoneNumber.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/lookup/AlertHeader/__tests__/AlertHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/helptips/Description/__tests__/Description.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/emptystate/EditionPage/__tests__/EditionPage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarClose/__tests__/AvatarClose.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ChannelIcon/__tests__/ChannelIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/ViewDropDown/__test__/ViewDropDown.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/alert/AlertHeader/__tests__/AlertHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/AlertIcons.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/StatusText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/SelectField/__tests__/SelectField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/AlertClose/__tests__/AlertClose.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/ListLayout/__tests__/ListLayout.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/AddNewIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/TicketHeader/__tests__/TicketHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/FormAction/__tests__/FormAction.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/DeleteIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarUser/__tests__/AvatarUser.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/AvatarFlip/__tests__/AvatarFlip.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Attachment/__tests__/Attachment.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/TableBody/__tests__/TableBody.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/PhoneField/__tests__/PhoneField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/TableHead/__tests__/TableHead.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextEditor/__tests__/TextEditor.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/TableData/__tests__/TableData.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarIcon/__tests__/AvatarIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/SmartIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/TableRow/__tests__/TableRow.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/EmptyPage/__tests__/EmptyPage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/TicketId.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/Close/__tests__/Close.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/LinkText/__tests__/LinkText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/PlusIcon/__tests__/PlusIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/WillBack/__tests__/WillBack.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/EditIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/FlipCard/__tests__/FlipCard.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/Website.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Subject/__tests__/Subject.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/Section/__tests__/Section.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Comment/__tests__/Comment.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/layout/Section/__tests__/Section.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Message/__tests__/Message.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Upload/__tests__/Upload.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/TagNew/__tests__/TagNew.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Loader/__tests__/Loader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/NewStar/__tests__/NewStar.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Thread/__tests__/Thread.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/DotNew/__tests__/DotNew.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/header/Search/__tests__/Search.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/header/Button/__tests__/Button.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/Table/__tests__/Table.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/helptips/Title/__tests__/Title.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/Email.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/Title/__tests__/Titles.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/header/Views/__tests__/Views.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/Search/__tests__/Search.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/layout/Field/__tests__/Field.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Link/__tests__/Link.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/header/Link/__tests__/Link.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/helptips/Link/__tests__/Link.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/DateField/__tests__/DateField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Dot/__tests__/Dot.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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/mari-19987/React_Package/jsapps/dot/dot/src/setup/helptips/ListGroup/__tests__/ListGroup.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/AttachmentViewer/__tests__/AttachmentImage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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/mari-19987/React_Package/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 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/mari-19987/React_Package/jsapps/dot/dot/src/FreezeLayer/__tests__/FreezeLayer.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering isActive is true"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Separator/__tests__/Separator.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/Lookup/__tests__/Lookup.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering isActive is true"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/UnableToProcessRequest/__tests__/UnableToProcessRequest.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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/mari-19987/React_Package/jsapps/dot/dot/src/Drawer/__tests__/Drawer.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the isActive true"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/alert/AlertLookup/__tests__/AlertLookup.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/NotificationAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/notification/DesktopNotificationHeader/__tests__/DesktopNotificationHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/AttachmentViewer/__tests__/AttachmentViewer.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the when isActive is true "],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/notification/DesktopNotification/__tests__/DesktopNotification.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/GlobalNotification/__tests__/GlobalNotification.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/OopsSomethingMiss/__tests__/OopsSomethingMiss.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/RequestUrlNotFound/__tests__/RequestUrlNotFound.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/ValidationMessage/__tests__/ValidationMessage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/UnauthorizedLogin/__tests__/UnauthorizedLogin.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/layout/SetupDetailLayout/__tests__/SetupDetailLayout.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TagsMultiSelect/__tests__/TagsMultiSelect.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/WarningAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/SuccessAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/emptystate/CommonEmptyState/__tests__/CommonEmptyState.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TagsMultiSelectField/__tests__/TagsMultiSelectField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/UnauthorizedLogin/__tests__/UnauthorizedLogin.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/svg/__tests__/TemplateIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/DangerAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/HappinessRating.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/WillBeRightBack/__tests__/WillBeRightBack.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/BluePrintStatus/__tests__/BluePrintStatus.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SentimentStatus/__tests__/SentimentStatus.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextEditorWrapper/__tests__/TextEditorWrapper.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/UnableToProcess/__tests__/UnableToProcess.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarCollision/__tests__/AvatarCollision.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/svg/__tests__/SnippetIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/DepartmentDropDown/__tests__/DepartmentDropDown.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/AlarmAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/ErrorAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/AlphabeticList/__tests__/AlphabeticList.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/DepartmentText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/status/StatusListItem/__tests__/StatusListItem.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/NoRequestFound/__tests__/NoRequestFound.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/ReadUnreadIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/PermissionPlay/__tests__/PermissionPlay.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/dropdown/ToggleDropDown/__tests__/ToggleDropDown.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextEditorField/__tests__/TextEditorField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/FieldContainer/__tests__/FieldContainer.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ImportantNotes/__tests__/ImportantNotes.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/MultiSelectField/__tests__/MultiSelectField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/InfoAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/Inconvenience/__tests__/Inconvenience.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/MessageBanner/__tests__/MessageBanner.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/RadioField/__tests__/RadioField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondryPanel/__tests__/SecondryPanel.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/SecondaryText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/FloatingIcons.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/Inconvenience/__tests__/Inconvenience.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/status/StatusDropdown/__tests__/StatusDropdown.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/CheckBoxField/__tests__/CheckBoxField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextareaField/__tests__/TextareaField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ExternalLink/__tests__/ExternalLink.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/PriorityText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/CurrencyField/__tests__/CurrencyField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/ListStencils/__tests__/ListStencils.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/GridStencils/__tests__/GridStencils.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/CompleteIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ToastMessage/__tests__/ToastMessage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/ModuleHeader/__tests__/ModuleHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextBoxField/__tests__/TextBoxField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/layout/SubtabLayout/__tests__/SubtabLayout.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ActionButton/__tests__/ActionButton.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarStatus/__tests__/AvatarStatus.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarThread/__tests__/AvatarThread.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/TagWithIcon/__tests__/TagWithIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/svg/__tests__/PlusIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/UrlNotFound/__tests__/UrlNotFound.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/AccountName.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/lookup/AlertHeader/__tests__/AlertHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/ContactName.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/PhoneNumber.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/emptystate/EditionPage/__tests__/EditionPage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/helptips/Description/__tests__/Description.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/TicketHeader/__tests__/TicketHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/alert/AlertHeader/__tests__/AlertHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarClose/__tests__/AvatarClose.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ChannelIcon/__tests__/ChannelIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/AlertIcons.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/AlertClose/__tests__/AlertClose.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/StatusText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/ListLayout/__tests__/ListLayout.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/AddNewIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/SelectField/__tests__/SelectField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/DeleteIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/FormAction/__tests__/FormAction.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/ViewDropDown/__test__/ViewDropDown.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/AvatarFlip/__tests__/AvatarFlip.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarUser/__tests__/AvatarUser.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/TableBody/__tests__/TableBody.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/PhoneField/__tests__/PhoneField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Attachment/__tests__/Attachment.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/TableHead/__tests__/TableHead.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/TableData/__tests__/TableData.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/EmptyPage/__tests__/EmptyPage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextEditor/__tests__/TextEditor.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarIcon/__tests__/AvatarIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/SmartIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/FlipCard/__tests__/FlipCard.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/TableRow/__tests__/TableRow.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/TicketId.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/EditIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/LinkText/__tests__/LinkText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/WillBack/__tests__/WillBack.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/Website.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/PlusIcon/__tests__/PlusIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Subject/__tests__/Subject.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/Close/__tests__/Close.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Comment/__tests__/Comment.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/Section/__tests__/Section.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Message/__tests__/Message.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/layout/Section/__tests__/Section.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Thread/__tests__/Thread.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Upload/__tests__/Upload.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/TagNew/__tests__/TagNew.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/DotNew/__tests__/DotNew.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/NewStar/__tests__/NewStar.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Loader/__tests__/Loader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/Table/__tests__/Table.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/Search/__tests__/Search.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/helptips/Title/__tests__/Title.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/header/Search/__tests__/Search.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/Email.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/header/Button/__tests__/Button.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Link/__tests__/Link.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/Title/__tests__/Titles.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/header/Views/__tests__/Views.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/header/Link/__tests__/Link.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/helptips/Link/__tests__/Link.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/layout/Field/__tests__/Field.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Dot/__tests__/Dot.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/DateField/__tests__/DateField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/helptips/ListGroup/__tests__/ListGroup.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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/mari-19987/React_Package/jsapps/dot/dot/src/AttachmentViewer/__tests__/AttachmentImage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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/mari-19987/React_Package/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 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/mari-19987/React_Package/jsapps/dot/dot/src/FreezeLayer/__tests__/FreezeLayer.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering isActive is true"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Separator/__tests__/Separator.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/Lookup/__tests__/Lookup.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering isActive is true"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/UnableToProcessRequest/__tests__/UnableToProcessRequest.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Drawer/__tests__/Drawer.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the isActive true"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/alert/AlertLookup/__tests__/AlertLookup.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/NotificationAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/AttachmentViewer/__tests__/AttachmentViewer.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the when isActive is true "],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/notification/DesktopNotificationHeader/__tests__/DesktopNotificationHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/RequestUrlNotFound/__tests__/RequestUrlNotFound.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/GlobalNotification/__tests__/GlobalNotification.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/OopsSomethingMiss/__tests__/OopsSomethingMiss.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/UnauthorizedLogin/__tests__/UnauthorizedLogin.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TagsMultiSelect/__tests__/TagsMultiSelect.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/notification/DesktopNotification/__tests__/DesktopNotification.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/layout/SetupDetailLayout/__tests__/SetupDetailLayout.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/UnauthorizedLogin/__tests__/UnauthorizedLogin.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TagsMultiSelectField/__tests__/TagsMultiSelectField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/WarningAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/ValidationMessage/__tests__/ValidationMessage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/SuccessAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/emptystate/CommonEmptyState/__tests__/CommonEmptyState.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/DangerAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/svg/__tests__/TemplateIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/WillBeRightBack/__tests__/WillBeRightBack.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/HappinessRating.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SentimentStatus/__tests__/SentimentStatus.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/UnableToProcess/__tests__/UnableToProcess.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextEditorWrapper/__tests__/TextEditorWrapper.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/BluePrintStatus/__tests__/BluePrintStatus.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/svg/__tests__/SnippetIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/ErrorAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/MultiSelectField/__tests__/MultiSelectField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/AlphabeticList/__tests__/AlphabeticList.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarCollision/__tests__/AvatarCollision.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/DepartmentDropDown/__tests__/DepartmentDropDown.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/AlarmAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/DepartmentText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/ReadUnreadIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/status/StatusListItem/__tests__/StatusListItem.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/PermissionPlay/__tests__/PermissionPlay.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/NoRequestFound/__tests__/NoRequestFound.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextEditorField/__tests__/TextEditorField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/FieldContainer/__tests__/FieldContainer.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ImportantNotes/__tests__/ImportantNotes.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/status/StatusDropdown/__tests__/StatusDropdown.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/Inconvenience/__tests__/Inconvenience.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/InfoAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/MessageBanner/__tests__/MessageBanner.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/RadioField/__tests__/RadioField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/SecondaryText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondryPanel/__tests__/SecondryPanel.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/FloatingIcons.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/Inconvenience/__tests__/Inconvenience.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ExternalLink/__tests__/ExternalLink.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextareaField/__tests__/TextareaField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/PriorityText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/CurrencyField/__tests__/CurrencyField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/CompleteIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/ListStencils/__tests__/ListStencils.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/GridStencils/__tests__/GridStencils.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/CheckBoxField/__tests__/CheckBoxField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/dropdown/ToggleDropDown/__tests__/ToggleDropDown.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextBoxField/__tests__/TextBoxField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ToastMessage/__tests__/ToastMessage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ActionButton/__tests__/ActionButton.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/layout/SubtabLayout/__tests__/SubtabLayout.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/ViewDropDown/__test__/ViewDropDown.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarStatus/__tests__/AvatarStatus.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/svg/__tests__/PlusIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/TagWithIcon/__tests__/TagWithIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/ModuleHeader/__tests__/ModuleHeader.spec.js","CaseList":{"passedCaseList":[],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarThread/__tests__/AvatarThread.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/UrlNotFound/__tests__/UrlNotFound.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/AccountName.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/emptystate/EditionPage/__tests__/EditionPage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/ContactName.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/PhoneNumber.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/helptips/Description/__tests__/Description.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/lookup/AlertHeader/__tests__/AlertHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/AlertIcons.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarClose/__tests__/AvatarClose.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/alert/AlertHeader/__tests__/AlertHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ChannelIcon/__tests__/ChannelIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/StatusText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/AlertClose/__tests__/AlertClose.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/AddNewIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/SelectField/__tests__/SelectField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/ListLayout/__tests__/ListLayout.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/DeleteIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/AvatarFlip/__tests__/AvatarFlip.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/FormAction/__tests__/FormAction.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextEditor/__tests__/TextEditor.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarUser/__tests__/AvatarUser.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/TableBody/__tests__/TableBody.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/PhoneField/__tests__/PhoneField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Attachment/__tests__/Attachment.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/TableData/__tests__/TableData.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/TicketHeader/__tests__/TicketHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/TableHead/__tests__/TableHead.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarIcon/__tests__/AvatarIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/SmartIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/EmptyPage/__tests__/EmptyPage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/TableRow/__tests__/TableRow.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/TicketId.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/LinkText/__tests__/LinkText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/EditIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/Close/__tests__/Close.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/WillBack/__tests__/WillBack.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/PlusIcon/__tests__/PlusIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Subject/__tests__/Subject.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/Website.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/FlipCard/__tests__/FlipCard.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/Section/__tests__/Section.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Message/__tests__/Message.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Comment/__tests__/Comment.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/layout/Section/__tests__/Section.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/NewStar/__tests__/NewStar.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Upload/__tests__/Upload.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/DotNew/__tests__/DotNew.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/TagNew/__tests__/TagNew.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Loader/__tests__/Loader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Thread/__tests__/Thread.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/header/Button/__tests__/Button.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/Table/__tests__/Table.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/helptips/Title/__tests__/Title.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/header/Search/__tests__/Search.spec.js","CaseList":{"passedCaseList":[],"failedCaseList":["rendering the defult props"]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/Email.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/Title/__tests__/Titles.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/Search/__tests__/Search.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/header/Views/__tests__/Views.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/layout/Field/__tests__/Field.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Link/__tests__/Link.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/header/Link/__tests__/Link.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/helptips/Link/__tests__/Link.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Dot/__tests__/Dot.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/DateField/__tests__/DateField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/helptips/ListGroup/__tests__/ListGroup.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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/mari-19987/React_Package/jsapps/dot/dot/src/AttachmentViewer/__tests__/AttachmentImage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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/mari-19987/React_Package/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 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/mari-19987/React_Package/jsapps/dot/dot/src/FreezeLayer/__tests__/FreezeLayer.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering isActive is true"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Separator/__tests__/Separator.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/Lookup/__tests__/Lookup.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering isActive is true"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/UnableToProcessRequest/__tests__/UnableToProcessRequest.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/alert/AlertLookup/__tests__/AlertLookup.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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/mari-19987/React_Package/jsapps/dot/dot/src/Drawer/__tests__/Drawer.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the isActive true"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/NotificationAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/notification/DesktopNotificationHeader/__tests__/DesktopNotificationHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/AttachmentViewer/__tests__/AttachmentViewer.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the when isActive is true "],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/OopsSomethingMiss/__tests__/OopsSomethingMiss.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/RequestUrlNotFound/__tests__/RequestUrlNotFound.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/GlobalNotification/__tests__/GlobalNotification.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/UnauthorizedLogin/__tests__/UnauthorizedLogin.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/notification/DesktopNotification/__tests__/DesktopNotification.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/UnauthorizedLogin/__tests__/UnauthorizedLogin.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/layout/SetupDetailLayout/__tests__/SetupDetailLayout.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/WarningAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/ValidationMessage/__tests__/ValidationMessage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TagsMultiSelectField/__tests__/TagsMultiSelectField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/SuccessAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TagsMultiSelect/__tests__/TagsMultiSelect.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/emptystate/CommonEmptyState/__tests__/CommonEmptyState.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/svg/__tests__/TemplateIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/DangerAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/HappinessRating.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SentimentStatus/__tests__/SentimentStatus.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextEditorWrapper/__tests__/TextEditorWrapper.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/WillBeRightBack/__tests__/WillBeRightBack.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/BluePrintStatus/__tests__/BluePrintStatus.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/UnableToProcess/__tests__/UnableToProcess.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/svg/__tests__/SnippetIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/DepartmentDropDown/__tests__/DepartmentDropDown.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/AlarmAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/ErrorAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/AlphabeticList/__tests__/AlphabeticList.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarCollision/__tests__/AvatarCollision.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/DepartmentText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/ReadUnreadIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/status/StatusListItem/__tests__/StatusListItem.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/PermissionPlay/__tests__/PermissionPlay.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/FieldContainer/__tests__/FieldContainer.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextEditorField/__tests__/TextEditorField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/NoRequestFound/__tests__/NoRequestFound.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ImportantNotes/__tests__/ImportantNotes.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/dropdown/ToggleDropDown/__tests__/ToggleDropDown.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/InfoAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/MultiSelectField/__tests__/MultiSelectField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/RadioField/__tests__/RadioField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/Inconvenience/__tests__/Inconvenience.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/FloatingIcons.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/MessageBanner/__tests__/MessageBanner.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondryPanel/__tests__/SecondryPanel.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/SecondaryText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/status/StatusDropdown/__tests__/StatusDropdown.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/Inconvenience/__tests__/Inconvenience.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ExternalLink/__tests__/ExternalLink.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/PriorityText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/CurrencyField/__tests__/CurrencyField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextareaField/__tests__/TextareaField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/GridStencils/__tests__/GridStencils.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/CheckBoxField/__tests__/CheckBoxField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/ListStencils/__tests__/ListStencils.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/CompleteIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ToastMessage/__tests__/ToastMessage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ActionButton/__tests__/ActionButton.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/layout/SubtabLayout/__tests__/SubtabLayout.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarStatus/__tests__/AvatarStatus.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/ViewDropDown/__test__/ViewDropDown.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/ModuleHeader/__tests__/ModuleHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarThread/__tests__/AvatarThread.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/svg/__tests__/PlusIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextBoxField/__tests__/TextBoxField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/TagWithIcon/__tests__/TagWithIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/ContactName.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/AccountName.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/PhoneNumber.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/UrlNotFound/__tests__/UrlNotFound.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/emptystate/EditionPage/__tests__/EditionPage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/lookup/AlertHeader/__tests__/AlertHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/helptips/Description/__tests__/Description.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarClose/__tests__/AvatarClose.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ChannelIcon/__tests__/ChannelIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/AlertIcons.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/alert/AlertHeader/__tests__/AlertHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/AlertClose/__tests__/AlertClose.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/StatusText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/ListLayout/__tests__/ListLayout.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/AddNewIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/FormAction/__tests__/FormAction.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/DeleteIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/AvatarFlip/__tests__/AvatarFlip.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/TicketHeader/__tests__/TicketHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarUser/__tests__/AvatarUser.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Attachment/__tests__/Attachment.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/TableBody/__tests__/TableBody.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/PhoneField/__tests__/PhoneField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarIcon/__tests__/AvatarIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/TableHead/__tests__/TableHead.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextEditor/__tests__/TextEditor.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/TableData/__tests__/TableData.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/SmartIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/EmptyPage/__tests__/EmptyPage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/TableRow/__tests__/TableRow.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/TicketId.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/SelectField/__tests__/SelectField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/LinkText/__tests__/LinkText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/EditIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/WillBack/__tests__/WillBack.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/FlipCard/__tests__/FlipCard.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/Close/__tests__/Close.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/PlusIcon/__tests__/PlusIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/Website.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Subject/__tests__/Subject.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/Section/__tests__/Section.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Message/__tests__/Message.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/layout/Section/__tests__/Section.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Comment/__tests__/Comment.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Upload/__tests__/Upload.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/DotNew/__tests__/DotNew.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Thread/__tests__/Thread.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/Search/__tests__/Search.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Loader/__tests__/Loader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/TagNew/__tests__/TagNew.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/NewStar/__tests__/NewStar.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/header/Button/__tests__/Button.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/helptips/Title/__tests__/Title.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/Email.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/header/Search/__tests__/Search.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/Table/__tests__/Table.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/DateField/__tests__/DateField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/Title/__tests__/Titles.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/header/Views/__tests__/Views.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Link/__tests__/Link.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/layout/Field/__tests__/Field.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Dot/__tests__/Dot.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/helptips/Link/__tests__/Link.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/header/Link/__tests__/Link.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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/mari-19987/React_Package/jsapps/dot/dot/src/setup/helptips/ListGroup/__tests__/ListGroup.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/AttachmentViewer/__tests__/AttachmentImage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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/mari-19987/React_Package/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 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/mari-19987/React_Package/jsapps/dot/dot/src/FreezeLayer/__tests__/FreezeLayer.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering isActive is true"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Separator/__tests__/Separator.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/Lookup/__tests__/Lookup.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering isActive is true"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/UnableToProcessRequest/__tests__/UnableToProcessRequest.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/alert/AlertLookup/__tests__/AlertLookup.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Drawer/__tests__/Drawer.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the isActive true"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/NotificationAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/notification/DesktopNotificationHeader/__tests__/DesktopNotificationHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/AttachmentViewer/__tests__/AttachmentViewer.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the when isActive is true "],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/GlobalNotification/__tests__/GlobalNotification.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/RequestUrlNotFound/__tests__/RequestUrlNotFound.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/OopsSomethingMiss/__tests__/OopsSomethingMiss.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/UnauthorizedLogin/__tests__/UnauthorizedLogin.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/layout/SetupDetailLayout/__tests__/SetupDetailLayout.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/notification/DesktopNotification/__tests__/DesktopNotification.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/UnauthorizedLogin/__tests__/UnauthorizedLogin.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TagsMultiSelectField/__tests__/TagsMultiSelectField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TagsMultiSelect/__tests__/TagsMultiSelect.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/ValidationMessage/__tests__/ValidationMessage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/WarningAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/SuccessAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/emptystate/CommonEmptyState/__tests__/CommonEmptyState.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/svg/__tests__/TemplateIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/DangerAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/WillBeRightBack/__tests__/WillBeRightBack.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/HappinessRating.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SentimentStatus/__tests__/SentimentStatus.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextEditorWrapper/__tests__/TextEditorWrapper.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/UnableToProcess/__tests__/UnableToProcess.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/BluePrintStatus/__tests__/BluePrintStatus.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/DepartmentDropDown/__tests__/DepartmentDropDown.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/svg/__tests__/SnippetIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/ErrorAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/AlphabeticList/__tests__/AlphabeticList.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/AlarmAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarCollision/__tests__/AvatarCollision.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/MultiSelectField/__tests__/MultiSelectField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/DepartmentText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/ReadUnreadIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/status/StatusListItem/__tests__/StatusListItem.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextEditorField/__tests__/TextEditorField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/PermissionPlay/__tests__/PermissionPlay.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/NoRequestFound/__tests__/NoRequestFound.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ImportantNotes/__tests__/ImportantNotes.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/dropdown/ToggleDropDown/__tests__/ToggleDropDown.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/FieldContainer/__tests__/FieldContainer.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/Inconvenience/__tests__/Inconvenience.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/InfoAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/RadioField/__tests__/RadioField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/MessageBanner/__tests__/MessageBanner.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/SecondaryText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondryPanel/__tests__/SecondryPanel.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/CurrencyField/__tests__/CurrencyField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/FloatingIcons.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/Inconvenience/__tests__/Inconvenience.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ExternalLink/__tests__/ExternalLink.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/status/StatusDropdown/__tests__/StatusDropdown.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/CheckBoxField/__tests__/CheckBoxField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/GridStencils/__tests__/GridStencils.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextareaField/__tests__/TextareaField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/PriorityText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/CompleteIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/ListStencils/__tests__/ListStencils.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ToastMessage/__tests__/ToastMessage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/layout/SubtabLayout/__tests__/SubtabLayout.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextBoxField/__tests__/TextBoxField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarThread/__tests__/AvatarThread.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarStatus/__tests__/AvatarStatus.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/svg/__tests__/PlusIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/TagWithIcon/__tests__/TagWithIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/UrlNotFound/__tests__/UrlNotFound.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/ModuleHeader/__tests__/ModuleHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/AccountName.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ActionButton/__tests__/ActionButton.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/lookup/AlertHeader/__tests__/AlertHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/ContactName.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/emptystate/EditionPage/__tests__/EditionPage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/PhoneNumber.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/helptips/Description/__tests__/Description.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/TicketHeader/__tests__/TicketHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/AlertClose/__tests__/AlertClose.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/ViewDropDown/__test__/ViewDropDown.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ChannelIcon/__tests__/ChannelIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarClose/__tests__/AvatarClose.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/alert/AlertHeader/__tests__/AlertHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/StatusText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/AlertIcons.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/ListLayout/__tests__/ListLayout.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/DeleteIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/SelectField/__tests__/SelectField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/AddNewIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/FormAction/__tests__/FormAction.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextEditor/__tests__/TextEditor.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Attachment/__tests__/Attachment.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/TableBody/__tests__/TableBody.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarUser/__tests__/AvatarUser.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/PhoneField/__tests__/PhoneField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/AvatarFlip/__tests__/AvatarFlip.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/TableData/__tests__/TableData.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarIcon/__tests__/AvatarIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/TableHead/__tests__/TableHead.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/TableRow/__tests__/TableRow.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/SmartIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/EmptyPage/__tests__/EmptyPage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/TicketId.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/LinkText/__tests__/LinkText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/EditIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/PlusIcon/__tests__/PlusIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/FlipCard/__tests__/FlipCard.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/WillBack/__tests__/WillBack.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/Close/__tests__/Close.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Subject/__tests__/Subject.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/Website.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/Section/__tests__/Section.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Comment/__tests__/Comment.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/NewStar/__tests__/NewStar.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Message/__tests__/Message.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/layout/Section/__tests__/Section.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Upload/__tests__/Upload.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/TagNew/__tests__/TagNew.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Loader/__tests__/Loader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/DotNew/__tests__/DotNew.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Thread/__tests__/Thread.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/Search/__tests__/Search.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/header/Button/__tests__/Button.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/helptips/Title/__tests__/Title.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/header/Search/__tests__/Search.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/Table/__tests__/Table.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/Email.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/Title/__tests__/Titles.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/header/Views/__tests__/Views.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Link/__tests__/Link.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/layout/Field/__tests__/Field.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/DateField/__tests__/DateField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/helptips/Link/__tests__/Link.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/header/Link/__tests__/Link.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Dot/__tests__/Dot.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/helptips/ListGroup/__tests__/ListGroup.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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/mari-19987/React_Package/jsapps/dot/dot/src/AttachmentViewer/__tests__/AttachmentImage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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/mari-19987/React_Package/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 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/mari-19987/React_Package/jsapps/dot/dot/src/FreezeLayer/__tests__/FreezeLayer.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering isActive is true"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Separator/__tests__/Separator.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/Lookup/__tests__/Lookup.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering isActive is true"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/UnableToProcessRequest/__tests__/UnableToProcessRequest.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Drawer/__tests__/Drawer.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the isActive true"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/alert/AlertLookup/__tests__/AlertLookup.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/NotificationAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/notification/DesktopNotificationHeader/__tests__/DesktopNotificationHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/AttachmentViewer/__tests__/AttachmentViewer.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the when isActive is true "],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/RequestUrlNotFound/__tests__/RequestUrlNotFound.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/OopsSomethingMiss/__tests__/OopsSomethingMiss.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/GlobalNotification/__tests__/GlobalNotification.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/layout/SetupDetailLayout/__tests__/SetupDetailLayout.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/UnauthorizedLogin/__tests__/UnauthorizedLogin.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/notification/DesktopNotification/__tests__/DesktopNotification.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/UnauthorizedLogin/__tests__/UnauthorizedLogin.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TagsMultiSelect/__tests__/TagsMultiSelect.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/SuccessAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/ValidationMessage/__tests__/ValidationMessage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TagsMultiSelectField/__tests__/TagsMultiSelectField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/WarningAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/emptystate/CommonEmptyState/__tests__/CommonEmptyState.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/DangerAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/svg/__tests__/TemplateIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/HappinessRating.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/WillBeRightBack/__tests__/WillBeRightBack.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SentimentStatus/__tests__/SentimentStatus.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/BluePrintStatus/__tests__/BluePrintStatus.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextEditorWrapper/__tests__/TextEditorWrapper.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/UnableToProcess/__tests__/UnableToProcess.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/svg/__tests__/SnippetIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/AlarmAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/AlphabeticList/__tests__/AlphabeticList.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/DepartmentDropDown/__tests__/DepartmentDropDown.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarCollision/__tests__/AvatarCollision.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/DepartmentText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/ErrorAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/ReadUnreadIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/status/StatusListItem/__tests__/StatusListItem.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextEditorField/__tests__/TextEditorField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/NoRequestFound/__tests__/NoRequestFound.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/PermissionPlay/__tests__/PermissionPlay.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/status/StatusDropdown/__tests__/StatusDropdown.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ImportantNotes/__tests__/ImportantNotes.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/FieldContainer/__tests__/FieldContainer.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/Inconvenience/__tests__/Inconvenience.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/InfoAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/MessageBanner/__tests__/MessageBanner.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/RadioField/__tests__/RadioField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/dropdown/ToggleDropDown/__tests__/ToggleDropDown.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/SecondaryText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/FloatingIcons.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondryPanel/__tests__/SecondryPanel.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/PriorityText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextareaField/__tests__/TextareaField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/MultiSelectField/__tests__/MultiSelectField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ExternalLink/__tests__/ExternalLink.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/CurrencyField/__tests__/CurrencyField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/Inconvenience/__tests__/Inconvenience.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/GridStencils/__tests__/GridStencils.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/CheckBoxField/__tests__/CheckBoxField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/ListStencils/__tests__/ListStencils.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/CompleteIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextBoxField/__tests__/TextBoxField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ToastMessage/__tests__/ToastMessage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/layout/SubtabLayout/__tests__/SubtabLayout.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ActionButton/__tests__/ActionButton.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarThread/__tests__/AvatarThread.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarStatus/__tests__/AvatarStatus.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/svg/__tests__/PlusIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/TagWithIcon/__tests__/TagWithIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/AccountName.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/UrlNotFound/__tests__/UrlNotFound.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/ContactName.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/lookup/AlertHeader/__tests__/AlertHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/PhoneNumber.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/emptystate/EditionPage/__tests__/EditionPage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/helptips/Description/__tests__/Description.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/ViewDropDown/__test__/ViewDropDown.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ChannelIcon/__tests__/ChannelIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/alert/AlertHeader/__tests__/AlertHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarClose/__tests__/AvatarClose.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/AlertClose/__tests__/AlertClose.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/ModuleHeader/__tests__/ModuleHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/StatusText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/ListLayout/__tests__/ListLayout.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/AlertIcons.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/AddNewIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/DeleteIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/FormAction/__tests__/FormAction.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/SelectField/__tests__/SelectField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextEditor/__tests__/TextEditor.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/AvatarFlip/__tests__/AvatarFlip.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarUser/__tests__/AvatarUser.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/TableBody/__tests__/TableBody.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/PhoneField/__tests__/PhoneField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Attachment/__tests__/Attachment.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/TicketHeader/__tests__/TicketHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/TableData/__tests__/TableData.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/TableHead/__tests__/TableHead.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarIcon/__tests__/AvatarIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/SmartIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/FlipCard/__tests__/FlipCard.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/TableRow/__tests__/TableRow.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/EmptyPage/__tests__/EmptyPage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/TicketId.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/LinkText/__tests__/LinkText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/Close/__tests__/Close.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/EditIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/PlusIcon/__tests__/PlusIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/WillBack/__tests__/WillBack.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/Website.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/layout/Section/__tests__/Section.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Comment/__tests__/Comment.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/Section/__tests__/Section.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Message/__tests__/Message.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Subject/__tests__/Subject.spec.js","CaseList":{"passedCaseList":[],"failedCaseList":["rendering the defult props"]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Thread/__tests__/Thread.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/TagNew/__tests__/TagNew.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Upload/__tests__/Upload.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/NewStar/__tests__/NewStar.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/DotNew/__tests__/DotNew.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Loader/__tests__/Loader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/Search/__tests__/Search.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/header/Search/__tests__/Search.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/header/Button/__tests__/Button.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/helptips/Title/__tests__/Title.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/Table/__tests__/Table.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/Email.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/DateField/__tests__/DateField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/Title/__tests__/Titles.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Link/__tests__/Link.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/layout/Field/__tests__/Field.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/header/Link/__tests__/Link.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/helptips/Link/__tests__/Link.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Dot/__tests__/Dot.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/header/Views/__tests__/Views.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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/mari-19987/React_Package/jsapps/dot/dot/src/setup/helptips/ListGroup/__tests__/ListGroup.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/AttachmentViewer/__tests__/AttachmentImage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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/mari-19987/React_Package/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 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/mari-19987/React_Package/jsapps/dot/dot/src/FreezeLayer/__tests__/FreezeLayer.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering isActive is true"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Separator/__tests__/Separator.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/Lookup/__tests__/Lookup.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering isActive is true"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/UnableToProcessRequest/__tests__/UnableToProcessRequest.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Drawer/__tests__/Drawer.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the isActive true"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/alert/AlertLookup/__tests__/AlertLookup.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/NotificationAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/AttachmentViewer/__tests__/AttachmentViewer.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the when isActive is true "],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/notification/DesktopNotificationHeader/__tests__/DesktopNotificationHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/RequestUrlNotFound/__tests__/RequestUrlNotFound.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/GlobalNotification/__tests__/GlobalNotification.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/OopsSomethingMiss/__tests__/OopsSomethingMiss.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/UnauthorizedLogin/__tests__/UnauthorizedLogin.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TagsMultiSelectField/__tests__/TagsMultiSelectField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/notification/DesktopNotification/__tests__/DesktopNotification.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/layout/SetupDetailLayout/__tests__/SetupDetailLayout.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TagsMultiSelect/__tests__/TagsMultiSelect.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/UnauthorizedLogin/__tests__/UnauthorizedLogin.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/ValidationMessage/__tests__/ValidationMessage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/WarningAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/SuccessAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/emptystate/CommonEmptyState/__tests__/CommonEmptyState.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/svg/__tests__/TemplateIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/DangerAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/WillBeRightBack/__tests__/WillBeRightBack.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/HappinessRating.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/BluePrintStatus/__tests__/BluePrintStatus.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SentimentStatus/__tests__/SentimentStatus.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextEditorWrapper/__tests__/TextEditorWrapper.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/UnableToProcess/__tests__/UnableToProcess.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarCollision/__tests__/AvatarCollision.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/svg/__tests__/SnippetIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/DepartmentDropDown/__tests__/DepartmentDropDown.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/AlphabeticList/__tests__/AlphabeticList.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/ErrorAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/AlarmAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/DepartmentText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/status/StatusListItem/__tests__/StatusListItem.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/ReadUnreadIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/NoRequestFound/__tests__/NoRequestFound.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextEditorField/__tests__/TextEditorField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/PermissionPlay/__tests__/PermissionPlay.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/status/StatusDropdown/__tests__/StatusDropdown.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/FieldContainer/__tests__/FieldContainer.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ImportantNotes/__tests__/ImportantNotes.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/InfoAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/RadioField/__tests__/RadioField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/MultiSelectField/__tests__/MultiSelectField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/MessageBanner/__tests__/MessageBanner.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/Inconvenience/__tests__/Inconvenience.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/SecondaryText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondryPanel/__tests__/SecondryPanel.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/FloatingIcons.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/Inconvenience/__tests__/Inconvenience.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ExternalLink/__tests__/ExternalLink.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextareaField/__tests__/TextareaField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/PriorityText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/CheckBoxField/__tests__/CheckBoxField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/GridStencils/__tests__/GridStencils.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/CurrencyField/__tests__/CurrencyField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/ListStencils/__tests__/ListStencils.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/CompleteIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/dropdown/ToggleDropDown/__tests__/ToggleDropDown.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ToastMessage/__tests__/ToastMessage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextBoxField/__tests__/TextBoxField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/layout/SubtabLayout/__tests__/SubtabLayout.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ActionButton/__tests__/ActionButton.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarStatus/__tests__/AvatarStatus.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/svg/__tests__/PlusIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarThread/__tests__/AvatarThread.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/ViewDropDown/__test__/ViewDropDown.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/TagWithIcon/__tests__/TagWithIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/UrlNotFound/__tests__/UrlNotFound.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/AccountName.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/ContactName.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/PhoneNumber.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/emptystate/EditionPage/__tests__/EditionPage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/helptips/Description/__tests__/Description.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/lookup/AlertHeader/__tests__/AlertHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/TicketHeader/__tests__/TicketHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarClose/__tests__/AvatarClose.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ChannelIcon/__tests__/ChannelIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/alert/AlertHeader/__tests__/AlertHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/ModuleHeader/__tests__/ModuleHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/AlertClose/__tests__/AlertClose.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/StatusText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/AlertIcons.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/ListLayout/__tests__/ListLayout.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/FormAction/__tests__/FormAction.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/AddNewIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/AvatarFlip/__tests__/AvatarFlip.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextEditor/__tests__/TextEditor.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/DeleteIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/SelectField/__tests__/SelectField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarUser/__tests__/AvatarUser.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/TableBody/__tests__/TableBody.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/TableData/__tests__/TableData.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Attachment/__tests__/Attachment.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarIcon/__tests__/AvatarIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/PhoneField/__tests__/PhoneField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/TableHead/__tests__/TableHead.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/SmartIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/TableRow/__tests__/TableRow.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/EmptyPage/__tests__/EmptyPage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/TicketId.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/EditIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/LinkText/__tests__/LinkText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/Close/__tests__/Close.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/WillBack/__tests__/WillBack.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/PlusIcon/__tests__/PlusIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/Website.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Subject/__tests__/Subject.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/FlipCard/__tests__/FlipCard.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Comment/__tests__/Comment.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/Section/__tests__/Section.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/layout/Section/__tests__/Section.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Message/__tests__/Message.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Upload/__tests__/Upload.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Thread/__tests__/Thread.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/TagNew/__tests__/TagNew.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/DotNew/__tests__/DotNew.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/NewStar/__tests__/NewStar.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/Search/__tests__/Search.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Loader/__tests__/Loader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/header/Button/__tests__/Button.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/header/Search/__tests__/Search.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/Table/__tests__/Table.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/helptips/Title/__tests__/Title.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/Email.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/Title/__tests__/Titles.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/header/Views/__tests__/Views.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Link/__tests__/Link.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/layout/Field/__tests__/Field.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/header/Link/__tests__/Link.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/helptips/Link/__tests__/Link.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Dot/__tests__/Dot.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/DateField/__tests__/DateField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/helptips/ListGroup/__tests__/ListGroup.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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/mari-19987/React_Package/jsapps/dot/dot/src/AttachmentViewer/__tests__/AttachmentImage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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/mari-19987/React_Package/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 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/mari-19987/React_Package/jsapps/dot/dot/src/FreezeLayer/__tests__/FreezeLayer.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering isActive is true"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Separator/__tests__/Separator.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/Lookup/__tests__/Lookup.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering isActive is true"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/UnableToProcessRequest/__tests__/UnableToProcessRequest.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Drawer/__tests__/Drawer.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the isActive true"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/alert/AlertLookup/__tests__/AlertLookup.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/NotificationAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/notification/DesktopNotificationHeader/__tests__/DesktopNotificationHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/AttachmentViewer/__tests__/AttachmentViewer.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the when isActive is true "],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/RequestUrlNotFound/__tests__/RequestUrlNotFound.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/GlobalNotification/__tests__/GlobalNotification.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/OopsSomethingMiss/__tests__/OopsSomethingMiss.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/UnauthorizedLogin/__tests__/UnauthorizedLogin.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/notification/DesktopNotification/__tests__/DesktopNotification.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TagsMultiSelect/__tests__/TagsMultiSelect.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/layout/SetupDetailLayout/__tests__/SetupDetailLayout.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TagsMultiSelectField/__tests__/TagsMultiSelectField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/UnauthorizedLogin/__tests__/UnauthorizedLogin.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/ValidationMessage/__tests__/ValidationMessage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/emptystate/CommonEmptyState/__tests__/CommonEmptyState.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/SuccessAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/WarningAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/svg/__tests__/TemplateIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/DangerAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/HappinessRating.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/WillBeRightBack/__tests__/WillBeRightBack.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SentimentStatus/__tests__/SentimentStatus.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextEditorWrapper/__tests__/TextEditorWrapper.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/BluePrintStatus/__tests__/BluePrintStatus.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/UnableToProcess/__tests__/UnableToProcess.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/DepartmentDropDown/__tests__/DepartmentDropDown.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarCollision/__tests__/AvatarCollision.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/svg/__tests__/SnippetIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/AlphabeticList/__tests__/AlphabeticList.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/ErrorAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/AlarmAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/DepartmentText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/status/StatusListItem/__tests__/StatusListItem.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/ReadUnreadIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/NoRequestFound/__tests__/NoRequestFound.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/PermissionPlay/__tests__/PermissionPlay.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextEditorField/__tests__/TextEditorField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/FieldContainer/__tests__/FieldContainer.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/dropdown/ToggleDropDown/__tests__/ToggleDropDown.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ImportantNotes/__tests__/ImportantNotes.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/InfoAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/RadioField/__tests__/RadioField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/Inconvenience/__tests__/Inconvenience.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/MultiSelectField/__tests__/MultiSelectField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/MessageBanner/__tests__/MessageBanner.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/FloatingIcons.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondryPanel/__tests__/SecondryPanel.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/SecondaryText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/Inconvenience/__tests__/Inconvenience.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/CurrencyField/__tests__/CurrencyField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/PriorityText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ExternalLink/__tests__/ExternalLink.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/CheckBoxField/__tests__/CheckBoxField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/CompleteIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextareaField/__tests__/TextareaField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/GridStencils/__tests__/GridStencils.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/status/StatusDropdown/__tests__/StatusDropdown.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/ListStencils/__tests__/ListStencils.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ToastMessage/__tests__/ToastMessage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/ModuleHeader/__tests__/ModuleHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/layout/SubtabLayout/__tests__/SubtabLayout.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextBoxField/__tests__/TextBoxField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/svg/__tests__/PlusIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarStatus/__tests__/AvatarStatus.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarThread/__tests__/AvatarThread.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/TagWithIcon/__tests__/TagWithIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/AccountName.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/UrlNotFound/__tests__/UrlNotFound.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ActionButton/__tests__/ActionButton.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/ContactName.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/PhoneNumber.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/lookup/AlertHeader/__tests__/AlertHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/emptystate/EditionPage/__tests__/EditionPage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/helptips/Description/__tests__/Description.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/alert/AlertHeader/__tests__/AlertHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarClose/__tests__/AvatarClose.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/TicketHeader/__tests__/TicketHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ChannelIcon/__tests__/ChannelIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/AlertIcons.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/StatusText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/ListLayout/__tests__/ListLayout.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/ViewDropDown/__test__/ViewDropDown.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/AlertClose/__tests__/AlertClose.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/AddNewIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/FormAction/__tests__/FormAction.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/AvatarFlip/__tests__/AvatarFlip.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextEditor/__tests__/TextEditor.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/SelectField/__tests__/SelectField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/DeleteIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/TableBody/__tests__/TableBody.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/TableHead/__tests__/TableHead.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Attachment/__tests__/Attachment.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/TableData/__tests__/TableData.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarUser/__tests__/AvatarUser.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarIcon/__tests__/AvatarIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/PhoneField/__tests__/PhoneField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/TableRow/__tests__/TableRow.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/SmartIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/EmptyPage/__tests__/EmptyPage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/TicketId.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/EditIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/LinkText/__tests__/LinkText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/FlipCard/__tests__/FlipCard.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/WillBack/__tests__/WillBack.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/Website.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Subject/__tests__/Subject.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/Close/__tests__/Close.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/PlusIcon/__tests__/PlusIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Comment/__tests__/Comment.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/Section/__tests__/Section.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Message/__tests__/Message.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/layout/Section/__tests__/Section.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Upload/__tests__/Upload.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/TagNew/__tests__/TagNew.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/DotNew/__tests__/DotNew.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Thread/__tests__/Thread.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Loader/__tests__/Loader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/NewStar/__tests__/NewStar.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/header/Button/__tests__/Button.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/DateField/__tests__/DateField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/Table/__tests__/Table.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/helptips/Title/__tests__/Title.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/Email.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/header/Search/__tests__/Search.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/Title/__tests__/Titles.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/layout/Field/__tests__/Field.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/header/Views/__tests__/Views.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Link/__tests__/Link.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/helptips/Link/__tests__/Link.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/header/Link/__tests__/Link.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Dot/__tests__/Dot.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/Search/__tests__/Search.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/helptips/ListGroup/__tests__/ListGroup.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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/mari-19987/React_Package/jsapps/dot/dot/src/AttachmentViewer/__tests__/AttachmentImage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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/mari-19987/React_Package/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 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/mari-19987/React_Package/jsapps/dot/dot/src/FreezeLayer/__tests__/FreezeLayer.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering isActive is true"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Separator/__tests__/Separator.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/Lookup/__tests__/Lookup.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering isActive is true"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Drawer/__tests__/Drawer.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the isActive true"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/UnableToProcessRequest/__tests__/UnableToProcessRequest.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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/mari-19987/React_Package/jsapps/dot/dot/src/alert/AlertLookup/__tests__/AlertLookup.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/NotificationAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/notification/DesktopNotificationHeader/__tests__/DesktopNotificationHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/AttachmentViewer/__tests__/AttachmentViewer.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the when isActive is true "],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/RequestUrlNotFound/__tests__/RequestUrlNotFound.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/GlobalNotification/__tests__/GlobalNotification.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/OopsSomethingMiss/__tests__/OopsSomethingMiss.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/layout/SetupDetailLayout/__tests__/SetupDetailLayout.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/UnauthorizedLogin/__tests__/UnauthorizedLogin.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TagsMultiSelectField/__tests__/TagsMultiSelectField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/notification/DesktopNotification/__tests__/DesktopNotification.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/ValidationMessage/__tests__/ValidationMessage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/UnauthorizedLogin/__tests__/UnauthorizedLogin.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/SuccessAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/WarningAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TagsMultiSelect/__tests__/TagsMultiSelect.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/emptystate/CommonEmptyState/__tests__/CommonEmptyState.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/svg/__tests__/TemplateIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/DangerAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/HappinessRating.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/WillBeRightBack/__tests__/WillBeRightBack.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/DepartmentDropDown/__tests__/DepartmentDropDown.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SentimentStatus/__tests__/SentimentStatus.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextEditorWrapper/__tests__/TextEditorWrapper.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/BluePrintStatus/__tests__/BluePrintStatus.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/UnableToProcess/__tests__/UnableToProcess.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/svg/__tests__/SnippetIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarCollision/__tests__/AvatarCollision.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/ErrorAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/AlphabeticList/__tests__/AlphabeticList.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/AlarmAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/DepartmentText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/status/StatusListItem/__tests__/StatusListItem.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/NoRequestFound/__tests__/NoRequestFound.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/ReadUnreadIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextEditorField/__tests__/TextEditorField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/PermissionPlay/__tests__/PermissionPlay.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/dropdown/ToggleDropDown/__tests__/ToggleDropDown.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/FieldContainer/__tests__/FieldContainer.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ImportantNotes/__tests__/ImportantNotes.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/InfoAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/RadioField/__tests__/RadioField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/MultiSelectField/__tests__/MultiSelectField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/MessageBanner/__tests__/MessageBanner.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/Inconvenience/__tests__/Inconvenience.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/SecondaryText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondryPanel/__tests__/SecondryPanel.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/status/StatusDropdown/__tests__/StatusDropdown.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/FloatingIcons.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/Inconvenience/__tests__/Inconvenience.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ExternalLink/__tests__/ExternalLink.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/CheckBoxField/__tests__/CheckBoxField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/GridStencils/__tests__/GridStencils.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextareaField/__tests__/TextareaField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/PriorityText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/CompleteIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/ListStencils/__tests__/ListStencils.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/CurrencyField/__tests__/CurrencyField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ToastMessage/__tests__/ToastMessage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextBoxField/__tests__/TextBoxField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/layout/SubtabLayout/__tests__/SubtabLayout.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarThread/__tests__/AvatarThread.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/svg/__tests__/PlusIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/ViewDropDown/__test__/ViewDropDown.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarStatus/__tests__/AvatarStatus.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/TagWithIcon/__tests__/TagWithIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ActionButton/__tests__/ActionButton.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/UrlNotFound/__tests__/UrlNotFound.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/AccountName.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/ContactName.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/lookup/AlertHeader/__tests__/AlertHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/helptips/Description/__tests__/Description.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/PhoneNumber.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/emptystate/EditionPage/__tests__/EditionPage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/TicketHeader/__tests__/TicketHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/SelectField/__tests__/SelectField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarClose/__tests__/AvatarClose.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ChannelIcon/__tests__/ChannelIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/AlertIcons.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/ModuleHeader/__tests__/ModuleHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/alert/AlertHeader/__tests__/AlertHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/StatusText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/AlertClose/__tests__/AlertClose.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/ListLayout/__tests__/ListLayout.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/DeleteIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/AddNewIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/FormAction/__tests__/FormAction.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarUser/__tests__/AvatarUser.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/TableBody/__tests__/TableBody.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/AvatarFlip/__tests__/AvatarFlip.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Attachment/__tests__/Attachment.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/PhoneField/__tests__/PhoneField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextEditor/__tests__/TextEditor.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarIcon/__tests__/AvatarIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/TableData/__tests__/TableData.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/TableHead/__tests__/TableHead.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/SmartIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/TableRow/__tests__/TableRow.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/EmptyPage/__tests__/EmptyPage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/TicketId.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/LinkText/__tests__/LinkText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/EditIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/FlipCard/__tests__/FlipCard.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/WillBack/__tests__/WillBack.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/PlusIcon/__tests__/PlusIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/Close/__tests__/Close.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/Website.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Subject/__tests__/Subject.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/Section/__tests__/Section.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Message/__tests__/Message.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Comment/__tests__/Comment.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/layout/Section/__tests__/Section.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Upload/__tests__/Upload.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/TagNew/__tests__/TagNew.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Thread/__tests__/Thread.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/DotNew/__tests__/DotNew.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Loader/__tests__/Loader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/NewStar/__tests__/NewStar.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/header/Button/__tests__/Button.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/Table/__tests__/Table.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/Email.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/helptips/Title/__tests__/Title.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/header/Search/__tests__/Search.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/Title/__tests__/Titles.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/header/Views/__tests__/Views.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/layout/Field/__tests__/Field.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Link/__tests__/Link.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/helptips/Link/__tests__/Link.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/header/Link/__tests__/Link.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/Search/__tests__/Search.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Dot/__tests__/Dot.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/DateField/__tests__/DateField.spec.js","CaseList":{"passedCaseList":[],"failedCaseList":["rendering the defult props"]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/helptips/ListGroup/__tests__/ListGroup.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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/mari-19987/React_Package/jsapps/dot/dot/src/AttachmentViewer/__tests__/AttachmentImage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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/mari-19987/React_Package/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 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/mari-19987/React_Package/jsapps/dot/dot/src/FreezeLayer/__tests__/FreezeLayer.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering isActive is true"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Separator/__tests__/Separator.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/Lookup/__tests__/Lookup.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering isActive is true"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/UnableToProcessRequest/__tests__/UnableToProcessRequest.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/alert/AlertLookup/__tests__/AlertLookup.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Drawer/__tests__/Drawer.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the isActive true"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/NotificationAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/AttachmentViewer/__tests__/AttachmentViewer.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the when isActive is true "],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/notification/DesktopNotificationHeader/__tests__/DesktopNotificationHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/RequestUrlNotFound/__tests__/RequestUrlNotFound.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/GlobalNotification/__tests__/GlobalNotification.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/OopsSomethingMiss/__tests__/OopsSomethingMiss.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/UnauthorizedLogin/__tests__/UnauthorizedLogin.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/layout/SetupDetailLayout/__tests__/SetupDetailLayout.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/UnauthorizedLogin/__tests__/UnauthorizedLogin.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/notification/DesktopNotification/__tests__/DesktopNotification.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/WarningAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TagsMultiSelect/__tests__/TagsMultiSelect.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/ValidationMessage/__tests__/ValidationMessage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TagsMultiSelectField/__tests__/TagsMultiSelectField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/SuccessAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/emptystate/CommonEmptyState/__tests__/CommonEmptyState.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/DangerAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/svg/__tests__/TemplateIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/WillBeRightBack/__tests__/WillBeRightBack.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SentimentStatus/__tests__/SentimentStatus.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/HappinessRating.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextEditorWrapper/__tests__/TextEditorWrapper.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/BluePrintStatus/__tests__/BluePrintStatus.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/UnableToProcess/__tests__/UnableToProcess.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/svg/__tests__/SnippetIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/DepartmentDropDown/__tests__/DepartmentDropDown.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/AlphabeticList/__tests__/AlphabeticList.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/AlarmAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarCollision/__tests__/AvatarCollision.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/ErrorAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/MultiSelectField/__tests__/MultiSelectField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/DepartmentText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/NoRequestFound/__tests__/NoRequestFound.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/status/StatusListItem/__tests__/StatusListItem.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/ReadUnreadIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextEditorField/__tests__/TextEditorField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/PermissionPlay/__tests__/PermissionPlay.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ImportantNotes/__tests__/ImportantNotes.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/FieldContainer/__tests__/FieldContainer.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/InfoAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/Inconvenience/__tests__/Inconvenience.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/MessageBanner/__tests__/MessageBanner.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/RadioField/__tests__/RadioField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/FloatingIcons.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/SecondaryText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondryPanel/__tests__/SecondryPanel.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/Inconvenience/__tests__/Inconvenience.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextareaField/__tests__/TextareaField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ExternalLink/__tests__/ExternalLink.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/PriorityText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/CurrencyField/__tests__/CurrencyField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/CheckBoxField/__tests__/CheckBoxField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/GridStencils/__tests__/GridStencils.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/CompleteIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/ListStencils/__tests__/ListStencils.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/status/StatusDropdown/__tests__/StatusDropdown.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/dropdown/ToggleDropDown/__tests__/ToggleDropDown.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/layout/SubtabLayout/__tests__/SubtabLayout.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ToastMessage/__tests__/ToastMessage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextBoxField/__tests__/TextBoxField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ActionButton/__tests__/ActionButton.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/svg/__tests__/PlusIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/ViewDropDown/__test__/ViewDropDown.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarThread/__tests__/AvatarThread.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarStatus/__tests__/AvatarStatus.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/TagWithIcon/__tests__/TagWithIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/lookup/AlertHeader/__tests__/AlertHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/UrlNotFound/__tests__/UrlNotFound.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/ContactName.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/AccountName.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/TicketHeader/__tests__/TicketHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/PhoneNumber.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/helptips/Description/__tests__/Description.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/emptystate/EditionPage/__tests__/EditionPage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/alert/AlertHeader/__tests__/AlertHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/AlertClose/__tests__/AlertClose.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarClose/__tests__/AvatarClose.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/AlertIcons.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ChannelIcon/__tests__/ChannelIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/StatusText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/ModuleHeader/__tests__/ModuleHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/ListLayout/__tests__/ListLayout.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/AddNewIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/FormAction/__tests__/FormAction.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/SelectField/__tests__/SelectField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/DeleteIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarUser/__tests__/AvatarUser.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/AvatarFlip/__tests__/AvatarFlip.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/TableBody/__tests__/TableBody.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Attachment/__tests__/Attachment.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextEditor/__tests__/TextEditor.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/PhoneField/__tests__/PhoneField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/TableHead/__tests__/TableHead.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarIcon/__tests__/AvatarIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/TableData/__tests__/TableData.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/EmptyPage/__tests__/EmptyPage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/SmartIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/TableRow/__tests__/TableRow.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/TicketId.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/EditIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/LinkText/__tests__/LinkText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/Close/__tests__/Close.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/PlusIcon/__tests__/PlusIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/WillBack/__tests__/WillBack.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/FlipCard/__tests__/FlipCard.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/Website.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Subject/__tests__/Subject.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/Section/__tests__/Section.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Message/__tests__/Message.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Comment/__tests__/Comment.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/layout/Section/__tests__/Section.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Upload/__tests__/Upload.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Thread/__tests__/Thread.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/DotNew/__tests__/DotNew.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/NewStar/__tests__/NewStar.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/TagNew/__tests__/TagNew.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Loader/__tests__/Loader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/header/Button/__tests__/Button.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/helptips/Title/__tests__/Title.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/Email.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/Title/__tests__/Titles.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/Table/__tests__/Table.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/header/Search/__tests__/Search.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/header/Views/__tests__/Views.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Link/__tests__/Link.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/layout/Field/__tests__/Field.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/header/Link/__tests__/Link.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/Search/__tests__/Search.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Dot/__tests__/Dot.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/helptips/Link/__tests__/Link.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/DateField/__tests__/DateField.spec.js","CaseList":{"passedCaseList":[],"failedCaseList":["rendering the defult props"]}},{"fileName":"/Users/mari-19987/React_Package/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/mari-19987/React_Package/jsapps/dot/dot/src/setup/helptips/ListGroup/__tests__/ListGroup.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/AttachmentViewer/__tests__/AttachmentImage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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/mari-19987/React_Package/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 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/mari-19987/React_Package/jsapps/dot/dot/src/FreezeLayer/__tests__/FreezeLayer.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering isActive is true"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Separator/__tests__/Separator.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/Lookup/__tests__/Lookup.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering isActive is true"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/UnableToProcessRequest/__tests__/UnableToProcessRequest.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/alert/AlertLookup/__tests__/AlertLookup.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Drawer/__tests__/Drawer.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the isActive true"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/NotificationAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/AttachmentViewer/__tests__/AttachmentViewer.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the when isActive is true "],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/notification/DesktopNotificationHeader/__tests__/DesktopNotificationHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/RequestUrlNotFound/__tests__/RequestUrlNotFound.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/GlobalNotification/__tests__/GlobalNotification.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/OopsSomethingMiss/__tests__/OopsSomethingMiss.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/UnauthorizedLogin/__tests__/UnauthorizedLogin.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/UnauthorizedLogin/__tests__/UnauthorizedLogin.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/layout/SetupDetailLayout/__tests__/SetupDetailLayout.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/notification/DesktopNotification/__tests__/DesktopNotification.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TagsMultiSelectField/__tests__/TagsMultiSelectField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/ValidationMessage/__tests__/ValidationMessage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/WarningAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TagsMultiSelect/__tests__/TagsMultiSelect.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/SuccessAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/emptystate/CommonEmptyState/__tests__/CommonEmptyState.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/DangerAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/svg/__tests__/TemplateIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/WillBeRightBack/__tests__/WillBeRightBack.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/HappinessRating.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SentimentStatus/__tests__/SentimentStatus.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextEditorWrapper/__tests__/TextEditorWrapper.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/BluePrintStatus/__tests__/BluePrintStatus.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/UnableToProcess/__tests__/UnableToProcess.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/svg/__tests__/SnippetIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/DepartmentDropDown/__tests__/DepartmentDropDown.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/AlphabeticList/__tests__/AlphabeticList.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/AlarmAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/ErrorAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarCollision/__tests__/AvatarCollision.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/DepartmentText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/status/StatusListItem/__tests__/StatusListItem.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextEditorField/__tests__/TextEditorField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/NoRequestFound/__tests__/NoRequestFound.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/ReadUnreadIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/PermissionPlay/__tests__/PermissionPlay.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/FieldContainer/__tests__/FieldContainer.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ImportantNotes/__tests__/ImportantNotes.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/RadioField/__tests__/RadioField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/InfoAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/MultiSelectField/__tests__/MultiSelectField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/Inconvenience/__tests__/Inconvenience.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondryPanel/__tests__/SecondryPanel.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/MessageBanner/__tests__/MessageBanner.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/FloatingIcons.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/Inconvenience/__tests__/Inconvenience.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/SecondaryText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/status/StatusDropdown/__tests__/StatusDropdown.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/CurrencyField/__tests__/CurrencyField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ExternalLink/__tests__/ExternalLink.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/PriorityText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/CheckBoxField/__tests__/CheckBoxField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/GridStencils/__tests__/GridStencils.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextareaField/__tests__/TextareaField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/CompleteIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/ListStencils/__tests__/ListStencils.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/dropdown/ToggleDropDown/__tests__/ToggleDropDown.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ToastMessage/__tests__/ToastMessage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextBoxField/__tests__/TextBoxField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/layout/SubtabLayout/__tests__/SubtabLayout.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ActionButton/__tests__/ActionButton.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarStatus/__tests__/AvatarStatus.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarThread/__tests__/AvatarThread.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/svg/__tests__/PlusIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/ModuleHeader/__tests__/ModuleHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/TagWithIcon/__tests__/TagWithIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/UrlNotFound/__tests__/UrlNotFound.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/AccountName.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/TicketHeader/__tests__/TicketHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/ViewDropDown/__test__/ViewDropDown.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/ContactName.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/PhoneNumber.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/helptips/Description/__tests__/Description.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/alert/AlertHeader/__tests__/AlertHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/emptystate/EditionPage/__tests__/EditionPage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/lookup/AlertHeader/__tests__/AlertHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/SelectField/__tests__/SelectField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/AlertClose/__tests__/AlertClose.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarClose/__tests__/AvatarClose.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ChannelIcon/__tests__/ChannelIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/StatusText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/ListLayout/__tests__/ListLayout.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/AddNewIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/FormAction/__tests__/FormAction.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/AlertIcons.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/DeleteIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/AvatarFlip/__tests__/AvatarFlip.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Attachment/__tests__/Attachment.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/TableBody/__tests__/TableBody.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarUser/__tests__/AvatarUser.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/PhoneField/__tests__/PhoneField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarIcon/__tests__/AvatarIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/TableData/__tests__/TableData.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextEditor/__tests__/TextEditor.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/TableHead/__tests__/TableHead.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/EmptyPage/__tests__/EmptyPage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/SmartIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/TableRow/__tests__/TableRow.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/FlipCard/__tests__/FlipCard.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/TicketId.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/EditIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/LinkText/__tests__/LinkText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/WillBack/__tests__/WillBack.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/Website.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Subject/__tests__/Subject.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/PlusIcon/__tests__/PlusIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/Section/__tests__/Section.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Comment/__tests__/Comment.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/Close/__tests__/Close.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Message/__tests__/Message.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/layout/Section/__tests__/Section.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Upload/__tests__/Upload.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Thread/__tests__/Thread.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/NewStar/__tests__/NewStar.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/TagNew/__tests__/TagNew.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/DotNew/__tests__/DotNew.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Loader/__tests__/Loader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/header/Button/__tests__/Button.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/Table/__tests__/Table.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/helptips/Title/__tests__/Title.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/Email.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/header/Search/__tests__/Search.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/Title/__tests__/Titles.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/DateField/__tests__/DateField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/layout/Field/__tests__/Field.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Link/__tests__/Link.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/header/Views/__tests__/Views.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Dot/__tests__/Dot.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/header/Link/__tests__/Link.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/helptips/Link/__tests__/Link.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/Search/__tests__/Search.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/helptips/ListGroup/__tests__/ListGroup.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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/mari-19987/React_Package/jsapps/dot/dot/src/AttachmentViewer/__tests__/AttachmentImage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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/mari-19987/React_Package/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 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/mari-19987/React_Package/jsapps/dot/dot/src/FreezeLayer/__tests__/FreezeLayer.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering isActive is true"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Separator/__tests__/Separator.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/Lookup/__tests__/Lookup.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering isActive is true"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/UnableToProcessRequest/__tests__/UnableToProcessRequest.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/alert/AlertLookup/__tests__/AlertLookup.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Drawer/__tests__/Drawer.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the isActive true"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/NotificationAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/AttachmentViewer/__tests__/AttachmentViewer.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the when isActive is true "],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/notification/DesktopNotificationHeader/__tests__/DesktopNotificationHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/RequestUrlNotFound/__tests__/RequestUrlNotFound.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/GlobalNotification/__tests__/GlobalNotification.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/OopsSomethingMiss/__tests__/OopsSomethingMiss.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/UnauthorizedLogin/__tests__/UnauthorizedLogin.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/layout/SetupDetailLayout/__tests__/SetupDetailLayout.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/UnauthorizedLogin/__tests__/UnauthorizedLogin.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TagsMultiSelectField/__tests__/TagsMultiSelectField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/notification/DesktopNotification/__tests__/DesktopNotification.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/ValidationMessage/__tests__/ValidationMessage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/WarningAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/SuccessAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/emptystate/CommonEmptyState/__tests__/CommonEmptyState.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TagsMultiSelect/__tests__/TagsMultiSelect.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/svg/__tests__/TemplateIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/WillBeRightBack/__tests__/WillBeRightBack.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/DangerAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/HappinessRating.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextEditorWrapper/__tests__/TextEditorWrapper.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SentimentStatus/__tests__/SentimentStatus.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/BluePrintStatus/__tests__/BluePrintStatus.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/UnableToProcess/__tests__/UnableToProcess.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/svg/__tests__/SnippetIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/AlphabeticList/__tests__/AlphabeticList.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/ErrorAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/DepartmentDropDown/__tests__/DepartmentDropDown.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarCollision/__tests__/AvatarCollision.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/AlarmAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/DepartmentText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/status/StatusListItem/__tests__/StatusListItem.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/ReadUnreadIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/NoRequestFound/__tests__/NoRequestFound.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/PermissionPlay/__tests__/PermissionPlay.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/status/StatusDropdown/__tests__/StatusDropdown.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextEditorField/__tests__/TextEditorField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/FieldContainer/__tests__/FieldContainer.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ImportantNotes/__tests__/ImportantNotes.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/Inconvenience/__tests__/Inconvenience.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/MultiSelectField/__tests__/MultiSelectField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/InfoAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/RadioField/__tests__/RadioField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/MessageBanner/__tests__/MessageBanner.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/dropdown/ToggleDropDown/__tests__/ToggleDropDown.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondryPanel/__tests__/SecondryPanel.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/FloatingIcons.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/SecondaryText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/Inconvenience/__tests__/Inconvenience.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/CurrencyField/__tests__/CurrencyField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ExternalLink/__tests__/ExternalLink.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/PriorityText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/CompleteIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/GridStencils/__tests__/GridStencils.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/CheckBoxField/__tests__/CheckBoxField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/ListStencils/__tests__/ListStencils.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextareaField/__tests__/TextareaField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ToastMessage/__tests__/ToastMessage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/layout/SubtabLayout/__tests__/SubtabLayout.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextBoxField/__tests__/TextBoxField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/ViewDropDown/__test__/ViewDropDown.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarStatus/__tests__/AvatarStatus.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/svg/__tests__/PlusIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/TagWithIcon/__tests__/TagWithIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarThread/__tests__/AvatarThread.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/ModuleHeader/__tests__/ModuleHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/lookup/AlertHeader/__tests__/AlertHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/AccountName.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/PhoneNumber.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/ContactName.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ActionButton/__tests__/ActionButton.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/UrlNotFound/__tests__/UrlNotFound.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/helptips/Description/__tests__/Description.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/emptystate/EditionPage/__tests__/EditionPage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/alert/AlertHeader/__tests__/AlertHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarClose/__tests__/AvatarClose.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/AlertIcons.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ChannelIcon/__tests__/ChannelIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/StatusText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/ListLayout/__tests__/ListLayout.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/AddNewIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/AlertClose/__tests__/AlertClose.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/SelectField/__tests__/SelectField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/FormAction/__tests__/FormAction.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextEditor/__tests__/TextEditor.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/AvatarFlip/__tests__/AvatarFlip.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/DeleteIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarUser/__tests__/AvatarUser.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/PhoneField/__tests__/PhoneField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Attachment/__tests__/Attachment.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/TableBody/__tests__/TableBody.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/TableData/__tests__/TableData.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/TableHead/__tests__/TableHead.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarIcon/__tests__/AvatarIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/TicketHeader/__tests__/TicketHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/EmptyPage/__tests__/EmptyPage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/SmartIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/TableRow/__tests__/TableRow.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/TicketId.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/FlipCard/__tests__/FlipCard.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/LinkText/__tests__/LinkText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/EditIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/WillBack/__tests__/WillBack.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/Close/__tests__/Close.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/Website.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Subject/__tests__/Subject.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/PlusIcon/__tests__/PlusIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Comment/__tests__/Comment.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Message/__tests__/Message.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/layout/Section/__tests__/Section.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/Section/__tests__/Section.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Upload/__tests__/Upload.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/DotNew/__tests__/DotNew.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/TagNew/__tests__/TagNew.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/Search/__tests__/Search.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Loader/__tests__/Loader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Thread/__tests__/Thread.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/header/Button/__tests__/Button.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/header/Search/__tests__/Search.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/NewStar/__tests__/NewStar.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/helptips/Title/__tests__/Title.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/Email.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/Table/__tests__/Table.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/Title/__tests__/Titles.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/layout/Field/__tests__/Field.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/header/Views/__tests__/Views.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Link/__tests__/Link.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/helptips/Link/__tests__/Link.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Dot/__tests__/Dot.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/header/Link/__tests__/Link.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/DateField/__tests__/DateField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/helptips/ListGroup/__tests__/ListGroup.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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/mari-19987/React_Package/jsapps/dot/dot/src/AttachmentViewer/__tests__/AttachmentImage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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/mari-19987/React_Package/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 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/mari-19987/React_Package/jsapps/dot/dot/src/FreezeLayer/__tests__/FreezeLayer.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering isActive is true"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Separator/__tests__/Separator.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/Lookup/__tests__/Lookup.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering isActive is true"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/UnableToProcessRequest/__tests__/UnableToProcessRequest.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Drawer/__tests__/Drawer.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the isActive true"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/alert/AlertLookup/__tests__/AlertLookup.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/NotificationAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/notification/DesktopNotificationHeader/__tests__/DesktopNotificationHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/AttachmentViewer/__tests__/AttachmentViewer.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the when isActive is true "],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/RequestUrlNotFound/__tests__/RequestUrlNotFound.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/OopsSomethingMiss/__tests__/OopsSomethingMiss.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/GlobalNotification/__tests__/GlobalNotification.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/UnauthorizedLogin/__tests__/UnauthorizedLogin.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/UnauthorizedLogin/__tests__/UnauthorizedLogin.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/layout/SetupDetailLayout/__tests__/SetupDetailLayout.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/notification/DesktopNotification/__tests__/DesktopNotification.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TagsMultiSelect/__tests__/TagsMultiSelect.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TagsMultiSelectField/__tests__/TagsMultiSelectField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/ValidationMessage/__tests__/ValidationMessage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/WarningAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/SuccessAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/emptystate/CommonEmptyState/__tests__/CommonEmptyState.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/svg/__tests__/TemplateIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/DangerAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/HappinessRating.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SentimentStatus/__tests__/SentimentStatus.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/WillBeRightBack/__tests__/WillBeRightBack.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/BluePrintStatus/__tests__/BluePrintStatus.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextEditorWrapper/__tests__/TextEditorWrapper.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/UnableToProcess/__tests__/UnableToProcess.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/svg/__tests__/SnippetIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/MultiSelectField/__tests__/MultiSelectField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/ErrorAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/AlphabeticList/__tests__/AlphabeticList.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarCollision/__tests__/AvatarCollision.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/AlarmAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/DepartmentText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/DepartmentDropDown/__tests__/DepartmentDropDown.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/status/StatusListItem/__tests__/StatusListItem.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/NoRequestFound/__tests__/NoRequestFound.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/PermissionPlay/__tests__/PermissionPlay.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/ReadUnreadIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ImportantNotes/__tests__/ImportantNotes.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/FieldContainer/__tests__/FieldContainer.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextEditorField/__tests__/TextEditorField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/Inconvenience/__tests__/Inconvenience.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/InfoAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/MessageBanner/__tests__/MessageBanner.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/RadioField/__tests__/RadioField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/SecondaryText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondryPanel/__tests__/SecondryPanel.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/FloatingIcons.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/Inconvenience/__tests__/Inconvenience.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/status/StatusDropdown/__tests__/StatusDropdown.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/CurrencyField/__tests__/CurrencyField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ExternalLink/__tests__/ExternalLink.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/CheckBoxField/__tests__/CheckBoxField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/PriorityText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/CompleteIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextareaField/__tests__/TextareaField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/GridStencils/__tests__/GridStencils.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/ListStencils/__tests__/ListStencils.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/dropdown/ToggleDropDown/__tests__/ToggleDropDown.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/layout/SubtabLayout/__tests__/SubtabLayout.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ToastMessage/__tests__/ToastMessage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextBoxField/__tests__/TextBoxField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ActionButton/__tests__/ActionButton.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarStatus/__tests__/AvatarStatus.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/svg/__tests__/PlusIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarThread/__tests__/AvatarThread.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/ModuleHeader/__tests__/ModuleHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/TagWithIcon/__tests__/TagWithIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/ViewDropDown/__test__/ViewDropDown.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/UrlNotFound/__tests__/UrlNotFound.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/AccountName.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/ContactName.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/lookup/AlertHeader/__tests__/AlertHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/PhoneNumber.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/helptips/Description/__tests__/Description.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/emptystate/EditionPage/__tests__/EditionPage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarClose/__tests__/AvatarClose.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ChannelIcon/__tests__/ChannelIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/AlertIcons.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/alert/AlertHeader/__tests__/AlertHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/StatusText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/SelectField/__tests__/SelectField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/AlertClose/__tests__/AlertClose.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/ListLayout/__tests__/ListLayout.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/DeleteIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/AddNewIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/AvatarFlip/__tests__/AvatarFlip.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/FormAction/__tests__/FormAction.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarUser/__tests__/AvatarUser.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Attachment/__tests__/Attachment.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/TableBody/__tests__/TableBody.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/PhoneField/__tests__/PhoneField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/TableData/__tests__/TableData.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextEditor/__tests__/TextEditor.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarIcon/__tests__/AvatarIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/TicketHeader/__tests__/TicketHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/TableHead/__tests__/TableHead.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/SmartIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/TableRow/__tests__/TableRow.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/TicketId.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/EmptyPage/__tests__/EmptyPage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/LinkText/__tests__/LinkText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/EditIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/WillBack/__tests__/WillBack.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/PlusIcon/__tests__/PlusIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/Close/__tests__/Close.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/FlipCard/__tests__/FlipCard.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/Website.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Subject/__tests__/Subject.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/Section/__tests__/Section.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Message/__tests__/Message.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Comment/__tests__/Comment.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/layout/Section/__tests__/Section.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/NewStar/__tests__/NewStar.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Upload/__tests__/Upload.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/DotNew/__tests__/DotNew.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/TagNew/__tests__/TagNew.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Loader/__tests__/Loader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Thread/__tests__/Thread.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/header/Button/__tests__/Button.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/Search/__tests__/Search.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/Table/__tests__/Table.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/header/Search/__tests__/Search.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/helptips/Title/__tests__/Title.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/Title/__tests__/Titles.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/Email.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Link/__tests__/Link.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/header/Views/__tests__/Views.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/layout/Field/__tests__/Field.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Dot/__tests__/Dot.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/helptips/Link/__tests__/Link.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/header/Link/__tests__/Link.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/DateField/__tests__/DateField.spec.js","CaseList":{"passedCaseList":[],"failedCaseList":["rendering the defult props"]}},{"fileName":"/Users/mari-19987/React_Package/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/mari-19987/React_Package/jsapps/dot/dot/src/setup/helptips/ListGroup/__tests__/ListGroup.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/AttachmentViewer/__tests__/AttachmentImage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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/mari-19987/React_Package/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 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/mari-19987/React_Package/jsapps/dot/dot/src/FreezeLayer/__tests__/FreezeLayer.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering isActive is true"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Separator/__tests__/Separator.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/Lookup/__tests__/Lookup.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering isActive is true"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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/mari-19987/React_Package/jsapps/dot/dot/src/alert/AlertLookup/__tests__/AlertLookup.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/UnableToProcessRequest/__tests__/UnableToProcessRequest.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Drawer/__tests__/Drawer.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the isActive true"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/NotificationAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/AttachmentViewer/__tests__/AttachmentViewer.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the when isActive is true "],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/notification/DesktopNotificationHeader/__tests__/DesktopNotificationHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/RequestUrlNotFound/__tests__/RequestUrlNotFound.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/GlobalNotification/__tests__/GlobalNotification.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/OopsSomethingMiss/__tests__/OopsSomethingMiss.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/notification/DesktopNotification/__tests__/DesktopNotification.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/UnauthorizedLogin/__tests__/UnauthorizedLogin.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/UnauthorizedLogin/__tests__/UnauthorizedLogin.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TagsMultiSelectField/__tests__/TagsMultiSelectField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/layout/SetupDetailLayout/__tests__/SetupDetailLayout.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/ValidationMessage/__tests__/ValidationMessage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/WarningAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TagsMultiSelect/__tests__/TagsMultiSelect.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/emptystate/CommonEmptyState/__tests__/CommonEmptyState.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/SuccessAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/DangerAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/svg/__tests__/TemplateIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/WillBeRightBack/__tests__/WillBeRightBack.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/HappinessRating.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SentimentStatus/__tests__/SentimentStatus.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextEditorWrapper/__tests__/TextEditorWrapper.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/BluePrintStatus/__tests__/BluePrintStatus.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/UnableToProcess/__tests__/UnableToProcess.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarCollision/__tests__/AvatarCollision.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/svg/__tests__/SnippetIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/DepartmentDropDown/__tests__/DepartmentDropDown.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/AlphabeticList/__tests__/AlphabeticList.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/ErrorAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/AlarmAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/DepartmentText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/status/StatusListItem/__tests__/StatusListItem.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextEditorField/__tests__/TextEditorField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/NoRequestFound/__tests__/NoRequestFound.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/PermissionPlay/__tests__/PermissionPlay.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/ReadUnreadIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/FieldContainer/__tests__/FieldContainer.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ImportantNotes/__tests__/ImportantNotes.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/RadioField/__tests__/RadioField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/MultiSelectField/__tests__/MultiSelectField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/InfoAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/Inconvenience/__tests__/Inconvenience.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/MessageBanner/__tests__/MessageBanner.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondryPanel/__tests__/SecondryPanel.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/FloatingIcons.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/SecondaryText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/Inconvenience/__tests__/Inconvenience.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ExternalLink/__tests__/ExternalLink.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/PriorityText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextareaField/__tests__/TextareaField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/CurrencyField/__tests__/CurrencyField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/status/StatusDropdown/__tests__/StatusDropdown.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/CheckBoxField/__tests__/CheckBoxField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/dropdown/ToggleDropDown/__tests__/ToggleDropDown.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/GridStencils/__tests__/GridStencils.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/ListStencils/__tests__/ListStencils.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/CompleteIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextBoxField/__tests__/TextBoxField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ToastMessage/__tests__/ToastMessage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/layout/SubtabLayout/__tests__/SubtabLayout.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ActionButton/__tests__/ActionButton.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarThread/__tests__/AvatarThread.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/svg/__tests__/PlusIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarStatus/__tests__/AvatarStatus.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/TagWithIcon/__tests__/TagWithIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/ContactName.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/UrlNotFound/__tests__/UrlNotFound.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/ViewDropDown/__test__/ViewDropDown.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/AccountName.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/PhoneNumber.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/helptips/Description/__tests__/Description.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/lookup/AlertHeader/__tests__/AlertHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/emptystate/EditionPage/__tests__/EditionPage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/alert/AlertHeader/__tests__/AlertHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/ModuleHeader/__tests__/ModuleHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarClose/__tests__/AvatarClose.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/TicketHeader/__tests__/TicketHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/AlertIcons.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ChannelIcon/__tests__/ChannelIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/StatusText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/AlertClose/__tests__/AlertClose.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/ListLayout/__tests__/ListLayout.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/SelectField/__tests__/SelectField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/FormAction/__tests__/FormAction.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/AddNewIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/AvatarFlip/__tests__/AvatarFlip.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/DeleteIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarUser/__tests__/AvatarUser.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Attachment/__tests__/Attachment.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/TableBody/__tests__/TableBody.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/TableData/__tests__/TableData.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarIcon/__tests__/AvatarIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/PhoneField/__tests__/PhoneField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/TableHead/__tests__/TableHead.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextEditor/__tests__/TextEditor.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/SmartIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/TableRow/__tests__/TableRow.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/EmptyPage/__tests__/EmptyPage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/TicketId.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/EditIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/LinkText/__tests__/LinkText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/WillBack/__tests__/WillBack.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/Close/__tests__/Close.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/FlipCard/__tests__/FlipCard.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/Website.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/PlusIcon/__tests__/PlusIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Subject/__tests__/Subject.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Comment/__tests__/Comment.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/Section/__tests__/Section.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/layout/Section/__tests__/Section.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Upload/__tests__/Upload.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Message/__tests__/Message.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Thread/__tests__/Thread.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/TagNew/__tests__/TagNew.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/NewStar/__tests__/NewStar.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Loader/__tests__/Loader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/DotNew/__tests__/DotNew.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/DateField/__tests__/DateField.spec.js","CaseList":{"passedCaseList":[],"failedCaseList":["rendering the defult props"]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/header/Search/__tests__/Search.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/header/Button/__tests__/Button.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/helptips/Title/__tests__/Title.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/Table/__tests__/Table.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/Search/__tests__/Search.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/Email.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/Title/__tests__/Titles.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/header/Views/__tests__/Views.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/layout/Field/__tests__/Field.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Link/__tests__/Link.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/header/Link/__tests__/Link.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/helptips/Link/__tests__/Link.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Dot/__tests__/Dot.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/helptips/ListGroup/__tests__/ListGroup.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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/mari-19987/React_Package/jsapps/dot/dot/src/AttachmentViewer/__tests__/AttachmentImage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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/mari-19987/React_Package/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 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/mari-19987/React_Package/jsapps/dot/dot/src/FreezeLayer/__tests__/FreezeLayer.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering isActive is true"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Separator/__tests__/Separator.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/Lookup/__tests__/Lookup.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering isActive is true"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/UnableToProcessRequest/__tests__/UnableToProcessRequest.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/alert/AlertLookup/__tests__/AlertLookup.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Drawer/__tests__/Drawer.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the isActive true"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/NotificationAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/notification/DesktopNotificationHeader/__tests__/DesktopNotificationHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/AttachmentViewer/__tests__/AttachmentViewer.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the when isActive is true "],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/RequestUrlNotFound/__tests__/RequestUrlNotFound.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/OopsSomethingMiss/__tests__/OopsSomethingMiss.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/GlobalNotification/__tests__/GlobalNotification.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/UnauthorizedLogin/__tests__/UnauthorizedLogin.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/layout/SetupDetailLayout/__tests__/SetupDetailLayout.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/UnauthorizedLogin/__tests__/UnauthorizedLogin.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/notification/DesktopNotification/__tests__/DesktopNotification.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TagsMultiSelectField/__tests__/TagsMultiSelectField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/WarningAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/ValidationMessage/__tests__/ValidationMessage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/SuccessAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TagsMultiSelect/__tests__/TagsMultiSelect.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/emptystate/CommonEmptyState/__tests__/CommonEmptyState.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/svg/__tests__/TemplateIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/WillBeRightBack/__tests__/WillBeRightBack.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/DangerAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/HappinessRating.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/BluePrintStatus/__tests__/BluePrintStatus.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SentimentStatus/__tests__/SentimentStatus.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextEditorWrapper/__tests__/TextEditorWrapper.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarCollision/__tests__/AvatarCollision.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/svg/__tests__/SnippetIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/UnableToProcess/__tests__/UnableToProcess.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/DepartmentDropDown/__tests__/DepartmentDropDown.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/AlphabeticList/__tests__/AlphabeticList.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/AlarmAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/ErrorAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/DepartmentText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/ReadUnreadIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextEditorField/__tests__/TextEditorField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/status/StatusListItem/__tests__/StatusListItem.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/NoRequestFound/__tests__/NoRequestFound.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/PermissionPlay/__tests__/PermissionPlay.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/FieldContainer/__tests__/FieldContainer.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ImportantNotes/__tests__/ImportantNotes.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/RadioField/__tests__/RadioField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/InfoAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/MessageBanner/__tests__/MessageBanner.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/Inconvenience/__tests__/Inconvenience.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/SecondaryText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondryPanel/__tests__/SecondryPanel.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/FloatingIcons.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/status/StatusDropdown/__tests__/StatusDropdown.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/MultiSelectField/__tests__/MultiSelectField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/Inconvenience/__tests__/Inconvenience.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ExternalLink/__tests__/ExternalLink.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/PriorityText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/CurrencyField/__tests__/CurrencyField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextareaField/__tests__/TextareaField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/CompleteIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/CheckBoxField/__tests__/CheckBoxField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/GridStencils/__tests__/GridStencils.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/dropdown/ToggleDropDown/__tests__/ToggleDropDown.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/ListStencils/__tests__/ListStencils.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ToastMessage/__tests__/ToastMessage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/ModuleHeader/__tests__/ModuleHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/layout/SubtabLayout/__tests__/SubtabLayout.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ActionButton/__tests__/ActionButton.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarStatus/__tests__/AvatarStatus.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextBoxField/__tests__/TextBoxField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/svg/__tests__/PlusIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/TagWithIcon/__tests__/TagWithIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarThread/__tests__/AvatarThread.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/ViewDropDown/__test__/ViewDropDown.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/UrlNotFound/__tests__/UrlNotFound.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/lookup/AlertHeader/__tests__/AlertHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/PhoneNumber.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/ContactName.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/AccountName.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/helptips/Description/__tests__/Description.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/emptystate/EditionPage/__tests__/EditionPage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarClose/__tests__/AvatarClose.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ChannelIcon/__tests__/ChannelIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/AlertIcons.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/TicketHeader/__tests__/TicketHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/alert/AlertHeader/__tests__/AlertHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/AlertClose/__tests__/AlertClose.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/StatusText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/ListLayout/__tests__/ListLayout.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/AddNewIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextEditor/__tests__/TextEditor.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/AvatarFlip/__tests__/AvatarFlip.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/FormAction/__tests__/FormAction.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/SelectField/__tests__/SelectField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/DeleteIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/TableBody/__tests__/TableBody.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Attachment/__tests__/Attachment.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/PhoneField/__tests__/PhoneField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/TableData/__tests__/TableData.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarUser/__tests__/AvatarUser.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/TableHead/__tests__/TableHead.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarIcon/__tests__/AvatarIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/TableRow/__tests__/TableRow.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/EmptyPage/__tests__/EmptyPage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/TicketId.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/SmartIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/LinkText/__tests__/LinkText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/WillBack/__tests__/WillBack.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/EditIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/Close/__tests__/Close.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/FlipCard/__tests__/FlipCard.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/Website.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/PlusIcon/__tests__/PlusIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Subject/__tests__/Subject.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/Section/__tests__/Section.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Comment/__tests__/Comment.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Message/__tests__/Message.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/layout/Section/__tests__/Section.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/NewStar/__tests__/NewStar.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Upload/__tests__/Upload.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/TagNew/__tests__/TagNew.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Loader/__tests__/Loader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/DotNew/__tests__/DotNew.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Thread/__tests__/Thread.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/Search/__tests__/Search.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/Table/__tests__/Table.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/helptips/Title/__tests__/Title.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/header/Search/__tests__/Search.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/header/Button/__tests__/Button.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/Email.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/Title/__tests__/Titles.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/DateField/__tests__/DateField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Link/__tests__/Link.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/header/Views/__tests__/Views.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/layout/Field/__tests__/Field.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/header/Link/__tests__/Link.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/helptips/Link/__tests__/Link.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Dot/__tests__/Dot.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/helptips/ListGroup/__tests__/ListGroup.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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/mari-19987/React_Package/jsapps/dot/dot/src/AttachmentViewer/__tests__/AttachmentImage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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/mari-19987/React_Package/jsapps/dot/dot/src/FreezeLayer/__tests__/FreezeLayer.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering isActive is true"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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 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/mari-19987/React_Package/jsapps/dot/dot/src/Separator/__tests__/Separator.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/Lookup/__tests__/Lookup.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering isActive is true"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/alert/AlertLookup/__tests__/AlertLookup.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/UnableToProcessRequest/__tests__/UnableToProcessRequest.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Drawer/__tests__/Drawer.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the isActive true"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/NotificationAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/notification/DesktopNotificationHeader/__tests__/DesktopNotificationHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/AttachmentViewer/__tests__/AttachmentViewer.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the when isActive is true "],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/RequestUrlNotFound/__tests__/RequestUrlNotFound.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/notification/DesktopNotification/__tests__/DesktopNotification.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/GlobalNotification/__tests__/GlobalNotification.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/OopsSomethingMiss/__tests__/OopsSomethingMiss.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/layout/SetupDetailLayout/__tests__/SetupDetailLayout.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/UnauthorizedLogin/__tests__/UnauthorizedLogin.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/UnauthorizedLogin/__tests__/UnauthorizedLogin.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/ValidationMessage/__tests__/ValidationMessage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/WarningAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/emptystate/CommonEmptyState/__tests__/CommonEmptyState.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/SuccessAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TagsMultiSelect/__tests__/TagsMultiSelect.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TagsMultiSelectField/__tests__/TagsMultiSelectField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/svg/__tests__/TemplateIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/WillBeRightBack/__tests__/WillBeRightBack.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/DangerAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/HappinessRating.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/BluePrintStatus/__tests__/BluePrintStatus.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextEditorWrapper/__tests__/TextEditorWrapper.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SentimentStatus/__tests__/SentimentStatus.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarCollision/__tests__/AvatarCollision.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/UnableToProcess/__tests__/UnableToProcess.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/svg/__tests__/SnippetIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/AlphabeticList/__tests__/AlphabeticList.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/DepartmentDropDown/__tests__/DepartmentDropDown.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/AlarmAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/ErrorAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/DepartmentText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/status/StatusListItem/__tests__/StatusListItem.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/ReadUnreadIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/PermissionPlay/__tests__/PermissionPlay.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextEditorField/__tests__/TextEditorField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/NoRequestFound/__tests__/NoRequestFound.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/status/StatusDropdown/__tests__/StatusDropdown.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ImportantNotes/__tests__/ImportantNotes.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/FieldContainer/__tests__/FieldContainer.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/Inconvenience/__tests__/Inconvenience.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/RadioField/__tests__/RadioField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/InfoAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/MessageBanner/__tests__/MessageBanner.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/SecondaryText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondryPanel/__tests__/SecondryPanel.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/FloatingIcons.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/Inconvenience/__tests__/Inconvenience.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextareaField/__tests__/TextareaField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/MultiSelectField/__tests__/MultiSelectField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ExternalLink/__tests__/ExternalLink.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/CurrencyField/__tests__/CurrencyField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/PriorityText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/CompleteIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/GridStencils/__tests__/GridStencils.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/CheckBoxField/__tests__/CheckBoxField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/ListStencils/__tests__/ListStencils.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/dropdown/ToggleDropDown/__tests__/ToggleDropDown.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ToastMessage/__tests__/ToastMessage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/layout/SubtabLayout/__tests__/SubtabLayout.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextBoxField/__tests__/TextBoxField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ActionButton/__tests__/ActionButton.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarStatus/__tests__/AvatarStatus.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/svg/__tests__/PlusIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarThread/__tests__/AvatarThread.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/TagWithIcon/__tests__/TagWithIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/ViewDropDown/__test__/ViewDropDown.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/UrlNotFound/__tests__/UrlNotFound.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/ContactName.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/AccountName.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/PhoneNumber.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/emptystate/EditionPage/__tests__/EditionPage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/helptips/Description/__tests__/Description.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/lookup/AlertHeader/__tests__/AlertHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/ModuleHeader/__tests__/ModuleHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/SelectField/__tests__/SelectField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarClose/__tests__/AvatarClose.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/AlertIcons.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/alert/AlertHeader/__tests__/AlertHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/TicketHeader/__tests__/TicketHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ChannelIcon/__tests__/ChannelIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/StatusText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/AlertClose/__tests__/AlertClose.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/ListLayout/__tests__/ListLayout.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextEditor/__tests__/TextEditor.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/AddNewIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/FormAction/__tests__/FormAction.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/DeleteIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/AvatarFlip/__tests__/AvatarFlip.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/PhoneField/__tests__/PhoneField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/TableBody/__tests__/TableBody.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarUser/__tests__/AvatarUser.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Attachment/__tests__/Attachment.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/TableData/__tests__/TableData.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/TableHead/__tests__/TableHead.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarIcon/__tests__/AvatarIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/SmartIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/TicketId.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/TableRow/__tests__/TableRow.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/EditIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/EmptyPage/__tests__/EmptyPage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/LinkText/__tests__/LinkText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/Close/__tests__/Close.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/WillBack/__tests__/WillBack.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Subject/__tests__/Subject.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/FlipCard/__tests__/FlipCard.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/Website.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/PlusIcon/__tests__/PlusIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Comment/__tests__/Comment.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/layout/Section/__tests__/Section.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/Section/__tests__/Section.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Message/__tests__/Message.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Upload/__tests__/Upload.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/DotNew/__tests__/DotNew.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Thread/__tests__/Thread.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/TagNew/__tests__/TagNew.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/NewStar/__tests__/NewStar.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Loader/__tests__/Loader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/header/Button/__tests__/Button.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/helptips/Title/__tests__/Title.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/Table/__tests__/Table.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/header/Search/__tests__/Search.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/Email.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/Search/__tests__/Search.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/Title/__tests__/Titles.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Link/__tests__/Link.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/header/Views/__tests__/Views.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/layout/Field/__tests__/Field.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/header/Link/__tests__/Link.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/helptips/Link/__tests__/Link.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Dot/__tests__/Dot.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/DateField/__tests__/DateField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/helptips/ListGroup/__tests__/ListGroup.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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/mari-19987/React_Package/jsapps/dot/dot/src/AttachmentViewer/__tests__/AttachmentImage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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/mari-19987/React_Package/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 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/mari-19987/React_Package/jsapps/dot/dot/src/FreezeLayer/__tests__/FreezeLayer.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering isActive is true"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Separator/__tests__/Separator.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/Lookup/__tests__/Lookup.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering isActive is true"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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/mari-19987/React_Package/jsapps/dot/dot/src/alert/AlertLookup/__tests__/AlertLookup.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/UnableToProcessRequest/__tests__/UnableToProcessRequest.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Drawer/__tests__/Drawer.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the isActive true"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/NotificationAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/AttachmentViewer/__tests__/AttachmentViewer.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the when isActive is true "],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/notification/DesktopNotificationHeader/__tests__/DesktopNotificationHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/RequestUrlNotFound/__tests__/RequestUrlNotFound.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/GlobalNotification/__tests__/GlobalNotification.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/OopsSomethingMiss/__tests__/OopsSomethingMiss.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/notification/DesktopNotification/__tests__/DesktopNotification.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/UnauthorizedLogin/__tests__/UnauthorizedLogin.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/UnauthorizedLogin/__tests__/UnauthorizedLogin.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/layout/SetupDetailLayout/__tests__/SetupDetailLayout.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TagsMultiSelectField/__tests__/TagsMultiSelectField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/ValidationMessage/__tests__/ValidationMessage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/WarningAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/SuccessAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TagsMultiSelect/__tests__/TagsMultiSelect.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/emptystate/CommonEmptyState/__tests__/CommonEmptyState.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/svg/__tests__/TemplateIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/WillBeRightBack/__tests__/WillBeRightBack.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/HappinessRating.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/DangerAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SentimentStatus/__tests__/SentimentStatus.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextEditorWrapper/__tests__/TextEditorWrapper.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/BluePrintStatus/__tests__/BluePrintStatus.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/svg/__tests__/SnippetIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/UnableToProcess/__tests__/UnableToProcess.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/DepartmentDropDown/__tests__/DepartmentDropDown.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/AlphabeticList/__tests__/AlphabeticList.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarCollision/__tests__/AvatarCollision.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/AlarmAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/ErrorAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/DepartmentText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/NoRequestFound/__tests__/NoRequestFound.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/ReadUnreadIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/status/StatusListItem/__tests__/StatusListItem.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/PermissionPlay/__tests__/PermissionPlay.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextEditorField/__tests__/TextEditorField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/FieldContainer/__tests__/FieldContainer.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ImportantNotes/__tests__/ImportantNotes.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/MultiSelectField/__tests__/MultiSelectField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/RadioField/__tests__/RadioField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/dropdown/ToggleDropDown/__tests__/ToggleDropDown.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/InfoAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/Inconvenience/__tests__/Inconvenience.spec.js","CaseList":{"passedCaseList":[],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/MessageBanner/__tests__/MessageBanner.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/SecondaryText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondryPanel/__tests__/SecondryPanel.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/FloatingIcons.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/Inconvenience/__tests__/Inconvenience.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextareaField/__tests__/TextareaField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/PriorityText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ExternalLink/__tests__/ExternalLink.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/status/StatusDropdown/__tests__/StatusDropdown.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/CompleteIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/CurrencyField/__tests__/CurrencyField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/CheckBoxField/__tests__/CheckBoxField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/ListStencils/__tests__/ListStencils.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/GridStencils/__tests__/GridStencils.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ToastMessage/__tests__/ToastMessage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextBoxField/__tests__/TextBoxField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ActionButton/__tests__/ActionButton.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/layout/SubtabLayout/__tests__/SubtabLayout.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarStatus/__tests__/AvatarStatus.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarThread/__tests__/AvatarThread.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/svg/__tests__/PlusIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/TagWithIcon/__tests__/TagWithIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/UrlNotFound/__tests__/UrlNotFound.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/AccountName.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/ModuleHeader/__tests__/ModuleHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/ContactName.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/helptips/Description/__tests__/Description.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/emptystate/EditionPage/__tests__/EditionPage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/PhoneNumber.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/lookup/AlertHeader/__tests__/AlertHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/TicketHeader/__tests__/TicketHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarClose/__tests__/AvatarClose.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/ViewDropDown/__test__/ViewDropDown.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ChannelIcon/__tests__/ChannelIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/alert/AlertHeader/__tests__/AlertHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/AlertIcons.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/StatusText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/AlertClose/__tests__/AlertClose.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/ListLayout/__tests__/ListLayout.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/FormAction/__tests__/FormAction.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/DeleteIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/AddNewIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/SelectField/__tests__/SelectField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/AvatarFlip/__tests__/AvatarFlip.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/PhoneField/__tests__/PhoneField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Attachment/__tests__/Attachment.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarUser/__tests__/AvatarUser.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/TableBody/__tests__/TableBody.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextEditor/__tests__/TextEditor.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/TableData/__tests__/TableData.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarIcon/__tests__/AvatarIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/TableHead/__tests__/TableHead.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/SmartIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/EmptyPage/__tests__/EmptyPage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/TableRow/__tests__/TableRow.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/FlipCard/__tests__/FlipCard.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/TicketId.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/LinkText/__tests__/LinkText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/EditIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/Close/__tests__/Close.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/WillBack/__tests__/WillBack.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/Website.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/PlusIcon/__tests__/PlusIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/Section/__tests__/Section.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Subject/__tests__/Subject.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Comment/__tests__/Comment.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Message/__tests__/Message.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/NewStar/__tests__/NewStar.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/layout/Section/__tests__/Section.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Thread/__tests__/Thread.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Upload/__tests__/Upload.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/TagNew/__tests__/TagNew.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Loader/__tests__/Loader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/DotNew/__tests__/DotNew.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/header/Button/__tests__/Button.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/helptips/Title/__tests__/Title.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/Search/__tests__/Search.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/DateField/__tests__/DateField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/header/Search/__tests__/Search.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/Table/__tests__/Table.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/Email.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/Title/__tests__/Titles.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Link/__tests__/Link.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/header/Views/__tests__/Views.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/helptips/Link/__tests__/Link.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Dot/__tests__/Dot.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/layout/Field/__tests__/Field.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/header/Link/__tests__/Link.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Image/__tests__/Image.spec.js","CaseList":{"passedCaseList":[],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/helptips/ListGroup/__tests__/ListGroup.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/AttachmentViewer/__tests__/AttachmentImage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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/mari-19987/React_Package/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 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/mari-19987/React_Package/jsapps/dot/dot/src/FreezeLayer/__tests__/FreezeLayer.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering isActive is true"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Separator/__tests__/Separator.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/Lookup/__tests__/Lookup.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering isActive is true"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/alert/AlertLookup/__tests__/AlertLookup.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Drawer/__tests__/Drawer.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the isActive true"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/UnableToProcessRequest/__tests__/UnableToProcessRequest.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/NotificationAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/notification/DesktopNotificationHeader/__tests__/DesktopNotificationHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/AttachmentViewer/__tests__/AttachmentViewer.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the when isActive is true "],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/RequestUrlNotFound/__tests__/RequestUrlNotFound.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/OopsSomethingMiss/__tests__/OopsSomethingMiss.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/GlobalNotification/__tests__/GlobalNotification.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/notification/DesktopNotification/__tests__/DesktopNotification.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/UnauthorizedLogin/__tests__/UnauthorizedLogin.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/UnauthorizedLogin/__tests__/UnauthorizedLogin.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/layout/SetupDetailLayout/__tests__/SetupDetailLayout.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/ValidationMessage/__tests__/ValidationMessage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TagsMultiSelectField/__tests__/TagsMultiSelectField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/WarningAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/SuccessAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TagsMultiSelect/__tests__/TagsMultiSelect.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/emptystate/CommonEmptyState/__tests__/CommonEmptyState.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/svg/__tests__/TemplateIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/WillBeRightBack/__tests__/WillBeRightBack.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/DangerAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/HappinessRating.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SentimentStatus/__tests__/SentimentStatus.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextEditorWrapper/__tests__/TextEditorWrapper.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/BluePrintStatus/__tests__/BluePrintStatus.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/UnableToProcess/__tests__/UnableToProcess.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/svg/__tests__/SnippetIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/DepartmentDropDown/__tests__/DepartmentDropDown.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/ErrorAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/MultiSelectField/__tests__/MultiSelectField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/AlphabeticList/__tests__/AlphabeticList.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/DepartmentText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarCollision/__tests__/AvatarCollision.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/AlarmAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/status/StatusListItem/__tests__/StatusListItem.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/ReadUnreadIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/NoRequestFound/__tests__/NoRequestFound.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextEditorField/__tests__/TextEditorField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/PermissionPlay/__tests__/PermissionPlay.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ImportantNotes/__tests__/ImportantNotes.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/FieldContainer/__tests__/FieldContainer.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/status/StatusDropdown/__tests__/StatusDropdown.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/InfoAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/Inconvenience/__tests__/Inconvenience.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/RadioField/__tests__/RadioField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/MessageBanner/__tests__/MessageBanner.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondryPanel/__tests__/SecondryPanel.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/SecondaryText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/FloatingIcons.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/dropdown/ToggleDropDown/__tests__/ToggleDropDown.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ExternalLink/__tests__/ExternalLink.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextareaField/__tests__/TextareaField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/Inconvenience/__tests__/Inconvenience.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/PriorityText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/CompleteIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/CheckBoxField/__tests__/CheckBoxField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/CurrencyField/__tests__/CurrencyField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/GridStencils/__tests__/GridStencils.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/ListStencils/__tests__/ListStencils.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ToastMessage/__tests__/ToastMessage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/layout/SubtabLayout/__tests__/SubtabLayout.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextBoxField/__tests__/TextBoxField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarStatus/__tests__/AvatarStatus.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarThread/__tests__/AvatarThread.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/svg/__tests__/PlusIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/ViewDropDown/__test__/ViewDropDown.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/TagWithIcon/__tests__/TagWithIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ActionButton/__tests__/ActionButton.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/UrlNotFound/__tests__/UrlNotFound.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/AccountName.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/ContactName.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/emptystate/EditionPage/__tests__/EditionPage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/PhoneNumber.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/lookup/AlertHeader/__tests__/AlertHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/helptips/Description/__tests__/Description.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/ModuleHeader/__tests__/ModuleHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarClose/__tests__/AvatarClose.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/AlertIcons.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ChannelIcon/__tests__/ChannelIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/StatusText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/alert/AlertHeader/__tests__/AlertHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/AlertClose/__tests__/AlertClose.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/SelectField/__tests__/SelectField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/ListLayout/__tests__/ListLayout.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/DeleteIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/AddNewIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/FormAction/__tests__/FormAction.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/AvatarFlip/__tests__/AvatarFlip.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarUser/__tests__/AvatarUser.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Attachment/__tests__/Attachment.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/PhoneField/__tests__/PhoneField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextEditor/__tests__/TextEditor.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/TicketHeader/__tests__/TicketHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarIcon/__tests__/AvatarIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/TableData/__tests__/TableData.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/TableBody/__tests__/TableBody.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/TableHead/__tests__/TableHead.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/TableRow/__tests__/TableRow.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/SmartIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/EmptyPage/__tests__/EmptyPage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/TicketId.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/EditIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/LinkText/__tests__/LinkText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/PlusIcon/__tests__/PlusIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/FlipCard/__tests__/FlipCard.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/WillBack/__tests__/WillBack.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/Close/__tests__/Close.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Subject/__tests__/Subject.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/Website.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/Section/__tests__/Section.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Comment/__tests__/Comment.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Message/__tests__/Message.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/layout/Section/__tests__/Section.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Upload/__tests__/Upload.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/TagNew/__tests__/TagNew.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Thread/__tests__/Thread.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Loader/__tests__/Loader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/NewStar/__tests__/NewStar.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/DotNew/__tests__/DotNew.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/header/Button/__tests__/Button.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/header/Search/__tests__/Search.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/Table/__tests__/Table.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/helptips/Title/__tests__/Title.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/Email.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/Title/__tests__/Titles.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Link/__tests__/Link.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/layout/Field/__tests__/Field.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/DateField/__tests__/DateField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/helptips/Link/__tests__/Link.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/header/Views/__tests__/Views.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/header/Link/__tests__/Link.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/Search/__tests__/Search.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Dot/__tests__/Dot.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/helptips/ListGroup/__tests__/ListGroup.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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/mari-19987/React_Package/jsapps/dot/dot/src/AttachmentViewer/__tests__/AttachmentImage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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/mari-19987/React_Package/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 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/mari-19987/React_Package/jsapps/dot/dot/src/FreezeLayer/__tests__/FreezeLayer.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering isActive is true"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Separator/__tests__/Separator.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/Lookup/__tests__/Lookup.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering isActive is true"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/UnableToProcessRequest/__tests__/UnableToProcessRequest.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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/mari-19987/React_Package/jsapps/dot/dot/src/Drawer/__tests__/Drawer.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the isActive true"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/alert/AlertLookup/__tests__/AlertLookup.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/NotificationAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/AttachmentViewer/__tests__/AttachmentViewer.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the when isActive is true "],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/notification/DesktopNotificationHeader/__tests__/DesktopNotificationHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/RequestUrlNotFound/__tests__/RequestUrlNotFound.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/GlobalNotification/__tests__/GlobalNotification.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/notification/DesktopNotification/__tests__/DesktopNotification.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/OopsSomethingMiss/__tests__/OopsSomethingMiss.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/UnauthorizedLogin/__tests__/UnauthorizedLogin.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/layout/SetupDetailLayout/__tests__/SetupDetailLayout.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TagsMultiSelect/__tests__/TagsMultiSelect.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/ValidationMessage/__tests__/ValidationMessage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TagsMultiSelectField/__tests__/TagsMultiSelectField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/WarningAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/emptystate/CommonEmptyState/__tests__/CommonEmptyState.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/UnauthorizedLogin/__tests__/UnauthorizedLogin.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/SuccessAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/DangerAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/svg/__tests__/TemplateIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/WillBeRightBack/__tests__/WillBeRightBack.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/HappinessRating.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SentimentStatus/__tests__/SentimentStatus.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextEditorWrapper/__tests__/TextEditorWrapper.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/UnableToProcess/__tests__/UnableToProcess.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/BluePrintStatus/__tests__/BluePrintStatus.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/MultiSelectField/__tests__/MultiSelectField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/svg/__tests__/SnippetIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/AlphabeticList/__tests__/AlphabeticList.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/ErrorAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/DepartmentDropDown/__tests__/DepartmentDropDown.spec.js","CaseList":{"passedCaseList":[],"failedCaseList":["rendering the defult props"]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/DepartmentText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarCollision/__tests__/AvatarCollision.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/AlarmAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/ReadUnreadIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextEditorField/__tests__/TextEditorField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/NoRequestFound/__tests__/NoRequestFound.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/status/StatusListItem/__tests__/StatusListItem.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ImportantNotes/__tests__/ImportantNotes.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/PermissionPlay/__tests__/PermissionPlay.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/FieldContainer/__tests__/FieldContainer.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/InfoAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/Inconvenience/__tests__/Inconvenience.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/RadioField/__tests__/RadioField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/MessageBanner/__tests__/MessageBanner.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/SecondaryText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/FloatingIcons.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/dropdown/ToggleDropDown/__tests__/ToggleDropDown.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondryPanel/__tests__/SecondryPanel.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/Inconvenience/__tests__/Inconvenience.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/status/StatusDropdown/__tests__/StatusDropdown.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/CurrencyField/__tests__/CurrencyField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/PriorityText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/CheckBoxField/__tests__/CheckBoxField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ExternalLink/__tests__/ExternalLink.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextareaField/__tests__/TextareaField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/ListStencils/__tests__/ListStencils.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/GridStencils/__tests__/GridStencils.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/CompleteIcon.spec.js","CaseList":{"passedCaseList":[],"failedCaseList":["rendering the defult props"]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ToastMessage/__tests__/ToastMessage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ActionButton/__tests__/ActionButton.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/layout/SubtabLayout/__tests__/SubtabLayout.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextBoxField/__tests__/TextBoxField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarStatus/__tests__/AvatarStatus.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/svg/__tests__/PlusIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/ViewDropDown/__test__/ViewDropDown.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/TagWithIcon/__tests__/TagWithIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/UrlNotFound/__tests__/UrlNotFound.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarThread/__tests__/AvatarThread.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/AccountName.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/PhoneNumber.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/lookup/AlertHeader/__tests__/AlertHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/emptystate/EditionPage/__tests__/EditionPage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/ContactName.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/helptips/Description/__tests__/Description.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/TicketHeader/__tests__/TicketHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/alert/AlertHeader/__tests__/AlertHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarClose/__tests__/AvatarClose.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ChannelIcon/__tests__/ChannelIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/StatusText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/ModuleHeader/__tests__/ModuleHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/AlertIcons.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/AlertClose/__tests__/AlertClose.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/ListLayout/__tests__/ListLayout.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/FormAction/__tests__/FormAction.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/AddNewIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextEditor/__tests__/TextEditor.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/DeleteIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/AvatarFlip/__tests__/AvatarFlip.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Attachment/__tests__/Attachment.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/PhoneField/__tests__/PhoneField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarUser/__tests__/AvatarUser.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarIcon/__tests__/AvatarIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/TableBody/__tests__/TableBody.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/TableHead/__tests__/TableHead.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/TableData/__tests__/TableData.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/EmptyPage/__tests__/EmptyPage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/SmartIcon.spec.js","CaseList":{"passedCaseList":[],"failedCaseList":["rendering the defult props"]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/TableRow/__tests__/TableRow.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/TicketId.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/LinkText/__tests__/LinkText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/WillBack/__tests__/WillBack.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/SelectField/__tests__/SelectField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/EditIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/PlusIcon/__tests__/PlusIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/Close/__tests__/Close.spec.js","CaseList":{"passedCaseList":[],"failedCaseList":["rendering the defult props"]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/FlipCard/__tests__/FlipCard.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/Website.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Subject/__tests__/Subject.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Message/__tests__/Message.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/Section/__tests__/Section.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Comment/__tests__/Comment.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/layout/Section/__tests__/Section.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Upload/__tests__/Upload.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/TagNew/__tests__/TagNew.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/DotNew/__tests__/DotNew.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/NewStar/__tests__/NewStar.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Loader/__tests__/Loader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Thread/__tests__/Thread.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/header/Button/__tests__/Button.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/helptips/Title/__tests__/Title.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/Table/__tests__/Table.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/Email.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/header/Search/__tests__/Search.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/Title/__tests__/Titles.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Link/__tests__/Link.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/header/Views/__tests__/Views.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/layout/Field/__tests__/Field.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/header/Link/__tests__/Link.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Dot/__tests__/Dot.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/helptips/Link/__tests__/Link.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/Search/__tests__/Search.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/DateField/__tests__/DateField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Image/__tests__/Image.spec.js","CaseList":{"passedCaseList":[],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/helptips/ListGroup/__tests__/ListGroup.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/AttachmentViewer/__tests__/AttachmentImage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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/mari-19987/React_Package/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 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/mari-19987/React_Package/jsapps/dot/dot/src/FreezeLayer/__tests__/FreezeLayer.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering isActive is true"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Separator/__tests__/Separator.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/Lookup/__tests__/Lookup.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering isActive is true"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Drawer/__tests__/Drawer.spec.js","CaseList":{"passedCaseList":[],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/UnableToProcessRequest/__tests__/UnableToProcessRequest.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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/mari-19987/React_Package/jsapps/dot/dot/src/alert/AlertLookup/__tests__/AlertLookup.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/NotificationAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/notification/DesktopNotificationHeader/__tests__/DesktopNotificationHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/AttachmentViewer/__tests__/AttachmentViewer.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the when isActive is true "],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/GlobalNotification/__tests__/GlobalNotification.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/OopsSomethingMiss/__tests__/OopsSomethingMiss.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/RequestUrlNotFound/__tests__/RequestUrlNotFound.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/layout/SetupDetailLayout/__tests__/SetupDetailLayout.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/UnauthorizedLogin/__tests__/UnauthorizedLogin.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/UnauthorizedLogin/__tests__/UnauthorizedLogin.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/notification/DesktopNotification/__tests__/DesktopNotification.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TagsMultiSelectField/__tests__/TagsMultiSelectField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/ValidationMessage/__tests__/ValidationMessage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/WarningAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/SuccessAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TagsMultiSelect/__tests__/TagsMultiSelect.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/svg/__tests__/TemplateIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/emptystate/CommonEmptyState/__tests__/CommonEmptyState.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/DangerAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/WillBeRightBack/__tests__/WillBeRightBack.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/HappinessRating.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SentimentStatus/__tests__/SentimentStatus.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextEditorWrapper/__tests__/TextEditorWrapper.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/BluePrintStatus/__tests__/BluePrintStatus.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/UnableToProcess/__tests__/UnableToProcess.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/DepartmentDropDown/__tests__/DepartmentDropDown.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/svg/__tests__/SnippetIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/ErrorAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/AlphabeticList/__tests__/AlphabeticList.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/AlarmAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarCollision/__tests__/AvatarCollision.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/DepartmentText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/status/StatusListItem/__tests__/StatusListItem.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/NoRequestFound/__tests__/NoRequestFound.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/ReadUnreadIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/PermissionPlay/__tests__/PermissionPlay.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextEditorField/__tests__/TextEditorField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ImportantNotes/__tests__/ImportantNotes.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/status/StatusDropdown/__tests__/StatusDropdown.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/FieldContainer/__tests__/FieldContainer.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/RadioField/__tests__/RadioField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/MessageBanner/__tests__/MessageBanner.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/Inconvenience/__tests__/Inconvenience.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/InfoAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondryPanel/__tests__/SecondryPanel.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/SecondaryText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/FloatingIcons.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/CurrencyField/__tests__/CurrencyField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/MultiSelectField/__tests__/MultiSelectField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/Inconvenience/__tests__/Inconvenience.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ExternalLink/__tests__/ExternalLink.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextareaField/__tests__/TextareaField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/PriorityText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/CompleteIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/CheckBoxField/__tests__/CheckBoxField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/GridStencils/__tests__/GridStencils.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/ListStencils/__tests__/ListStencils.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/dropdown/ToggleDropDown/__tests__/ToggleDropDown.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ToastMessage/__tests__/ToastMessage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/layout/SubtabLayout/__tests__/SubtabLayout.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextBoxField/__tests__/TextBoxField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ActionButton/__tests__/ActionButton.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/ViewDropDown/__test__/ViewDropDown.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarThread/__tests__/AvatarThread.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarStatus/__tests__/AvatarStatus.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/svg/__tests__/PlusIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/TagWithIcon/__tests__/TagWithIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/AccountName.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/UrlNotFound/__tests__/UrlNotFound.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/ContactName.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/PhoneNumber.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/lookup/AlertHeader/__tests__/AlertHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/emptystate/EditionPage/__tests__/EditionPage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/helptips/Description/__tests__/Description.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/TicketHeader/__tests__/TicketHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/AlertClose/__tests__/AlertClose.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarClose/__tests__/AvatarClose.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ChannelIcon/__tests__/ChannelIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/StatusText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/ModuleHeader/__tests__/ModuleHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/AlertIcons.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/alert/AlertHeader/__tests__/AlertHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/ListLayout/__tests__/ListLayout.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/AddNewIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/DeleteIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/FormAction/__tests__/FormAction.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/AvatarFlip/__tests__/AvatarFlip.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarUser/__tests__/AvatarUser.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Attachment/__tests__/Attachment.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/TableBody/__tests__/TableBody.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/PhoneField/__tests__/PhoneField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/SelectField/__tests__/SelectField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextEditor/__tests__/TextEditor.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarIcon/__tests__/AvatarIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/TableHead/__tests__/TableHead.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/TableData/__tests__/TableData.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/TableRow/__tests__/TableRow.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/EmptyPage/__tests__/EmptyPage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/SmartIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/TicketId.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/EditIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/LinkText/__tests__/LinkText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/Close/__tests__/Close.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/WillBack/__tests__/WillBack.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/FlipCard/__tests__/FlipCard.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Subject/__tests__/Subject.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/PlusIcon/__tests__/PlusIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/Website.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Comment/__tests__/Comment.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/Section/__tests__/Section.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/layout/Section/__tests__/Section.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Message/__tests__/Message.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Upload/__tests__/Upload.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/DotNew/__tests__/DotNew.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Thread/__tests__/Thread.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/NewStar/__tests__/NewStar.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Loader/__tests__/Loader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/TagNew/__tests__/TagNew.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/DateField/__tests__/DateField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/header/Button/__tests__/Button.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/helptips/Title/__tests__/Title.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/Email.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/Title/__tests__/Titles.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/header/Search/__tests__/Search.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/header/Views/__tests__/Views.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/layout/Field/__tests__/Field.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Link/__tests__/Link.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/Table/__tests__/Table.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/Search/__tests__/Search.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Dot/__tests__/Dot.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/helptips/Link/__tests__/Link.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/header/Link/__tests__/Link.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/helptips/ListGroup/__tests__/ListGroup.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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/mari-19987/React_Package/jsapps/dot/dot/src/AttachmentViewer/__tests__/AttachmentImage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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/mari-19987/React_Package/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 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/mari-19987/React_Package/jsapps/dot/dot/src/FreezeLayer/__tests__/FreezeLayer.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering isActive is true"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Separator/__tests__/Separator.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/Lookup/__tests__/Lookup.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering isActive is true"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/UnableToProcessRequest/__tests__/UnableToProcessRequest.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/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/mari-19987/React_Package/jsapps/dot/dot/src/alert/AlertLookup/__tests__/AlertLookup.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Drawer/__tests__/Drawer.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the isActive true"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/NotificationAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/AttachmentViewer/__tests__/AttachmentViewer.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the when isActive is true "],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/notification/DesktopNotificationHeader/__tests__/DesktopNotificationHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/RequestUrlNotFound/__tests__/RequestUrlNotFound.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/notification/DesktopNotification/__tests__/DesktopNotification.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/GlobalNotification/__tests__/GlobalNotification.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/OopsSomethingMiss/__tests__/OopsSomethingMiss.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/layout/SetupDetailLayout/__tests__/SetupDetailLayout.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/UnauthorizedLogin/__tests__/UnauthorizedLogin.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/ValidationMessage/__tests__/ValidationMessage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/UnauthorizedLogin/__tests__/UnauthorizedLogin.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TagsMultiSelectField/__tests__/TagsMultiSelectField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/SuccessAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/WarningAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TagsMultiSelect/__tests__/TagsMultiSelect.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/emptystate/CommonEmptyState/__tests__/CommonEmptyState.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/svg/__tests__/TemplateIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/WillBeRightBack/__tests__/WillBeRightBack.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/DangerAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/HappinessRating.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextEditorWrapper/__tests__/TextEditorWrapper.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SentimentStatus/__tests__/SentimentStatus.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/BluePrintStatus/__tests__/BluePrintStatus.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/UnableToProcess/__tests__/UnableToProcess.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/svg/__tests__/SnippetIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/MultiSelectField/__tests__/MultiSelectField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/DepartmentDropDown/__tests__/DepartmentDropDown.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/AlphabeticList/__tests__/AlphabeticList.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/ErrorAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/AlarmAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarCollision/__tests__/AvatarCollision.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/DepartmentText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/status/StatusListItem/__tests__/StatusListItem.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/NoRequestFound/__tests__/NoRequestFound.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/ReadUnreadIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/PermissionPlay/__tests__/PermissionPlay.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/FieldContainer/__tests__/FieldContainer.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ImportantNotes/__tests__/ImportantNotes.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextEditorField/__tests__/TextEditorField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/MessageBanner/__tests__/MessageBanner.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/InfoAlertIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/Inconvenience/__tests__/Inconvenience.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/RadioField/__tests__/RadioField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondryPanel/__tests__/SecondryPanel.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/FloatingIcons.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/SecondaryText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/Inconvenience/__tests__/Inconvenience.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ExternalLink/__tests__/ExternalLink.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/CurrencyField/__tests__/CurrencyField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/CheckBoxField/__tests__/CheckBoxField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/PriorityText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/status/StatusDropdown/__tests__/StatusDropdown.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/GridStencils/__tests__/GridStencils.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextareaField/__tests__/TextareaField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/ListStencils/__tests__/ListStencils.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/CompleteIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/dropdown/ToggleDropDown/__tests__/ToggleDropDown.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ToastMessage/__tests__/ToastMessage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ActionButton/__tests__/ActionButton.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/layout/SubtabLayout/__tests__/SubtabLayout.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextBoxField/__tests__/TextBoxField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarStatus/__tests__/AvatarStatus.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/svg/__tests__/PlusIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarThread/__tests__/AvatarThread.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/ModuleHeader/__tests__/ModuleHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/TagWithIcon/__tests__/TagWithIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/errorstate/UrlNotFound/__tests__/UrlNotFound.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/ContactName.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/PhoneNumber.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/AccountName.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/emptystate/EditionPage/__tests__/EditionPage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/helptips/Description/__tests__/Description.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/lookup/AlertHeader/__tests__/AlertHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/ViewDropDown/__test__/ViewDropDown.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarClose/__tests__/AvatarClose.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/alertIcons/__tests__/AlertIcons.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/ChannelIcon/__tests__/ChannelIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/TicketHeader/__tests__/TicketHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/StatusText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/version2/AlertClose/__tests__/AlertClose.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/alert/AlertHeader/__tests__/AlertHeader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/ListLayout/__tests__/ListLayout.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/AddNewIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/SelectField/__tests__/SelectField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/TextEditor/__tests__/TextEditor.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/FormAction/__tests__/FormAction.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/DeleteIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarUser/__tests__/AvatarUser.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/AvatarFlip/__tests__/AvatarFlip.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/PhoneField/__tests__/PhoneField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/TableBody/__tests__/TableBody.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Attachment/__tests__/Attachment.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/TableData/__tests__/TableData.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/TableHead/__tests__/TableHead.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/avatar/AvatarIcon/__tests__/AvatarIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/TableRow/__tests__/TableRow.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/EmptyPage/__tests__/EmptyPage.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/SmartIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/TicketId.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/LinkText/__tests__/LinkText.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Icons/__tests__/EditIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/PlusIcon/__tests__/PlusIcon.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/errorstate/WillBack/__tests__/WillBack.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/Close/__tests__/Close.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/Website.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/FlipCard/__tests__/FlipCard.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Subject/__tests__/Subject.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Comment/__tests__/Comment.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/Section/__tests__/Section.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/layout/Section/__tests__/Section.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Message/__tests__/Message.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Upload/__tests__/Upload.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/TagNew/__tests__/TagNew.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Thread/__tests__/Thread.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Loader/__tests__/Loader.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/NewStar/__tests__/NewStar.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/DotNew/__tests__/DotNew.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/header/Button/__tests__/Button.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/table/Table/__tests__/Table.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/SecondaryText/__tests__/Email.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/Search/__tests__/Search.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/helptips/Title/__tests__/Title.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/header/Search/__tests__/Search.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/fields/DateField/__tests__/DateField.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/lookup/header/Title/__tests__/Titles.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/Link/__tests__/Link.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/form/layout/Field/__tests__/Field.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/header/Views/__tests__/Views.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/helptips/Link/__tests__/Link.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/list/Dot/__tests__/Dot.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}},{"fileName":"/Users/mari-19987/React_Package/jsapps/dot/dot/src/setup/header/Link/__tests__/Link.spec.js","CaseList":{"passedCaseList":["rendering the defult props"],"failedCaseList":[]}}]}}}