@coorpacademy/components 10.13.10 → 10.13.13

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 (973) hide show
  1. package/es/atom/checkbox-with-title/style.css +2 -4
  2. package/es/molecule/course-section/index.js +19 -16
  3. package/es/molecule/course-section/index.js.map +1 -1
  4. package/es/molecule/course-section/style.css +12 -15
  5. package/es/molecule/course-section/test/fixtures/advanced-level.js +22 -0
  6. package/es/molecule/course-section/test/fixtures/advanced-level.js.map +1 -0
  7. package/es/molecule/course-section/test/fixtures/base-level.js +18 -0
  8. package/es/molecule/course-section/test/fixtures/base-level.js.map +1 -0
  9. package/es/molecule/course-section/test/fixtures/chapter.js +2 -2
  10. package/es/molecule/course-section/test/fixtures/chapter.js.map +1 -1
  11. package/es/molecule/course-section/test/fixtures/coach-level.js +24 -0
  12. package/es/molecule/course-section/test/fixtures/coach-level.js.map +1 -0
  13. package/es/molecule/course-section/test/fixtures/course.js +2 -2
  14. package/es/molecule/course-section/test/fixtures/course.js.map +1 -1
  15. package/es/molecule/course-sections/test/fixtures/default.js +20 -20
  16. package/es/molecule/course-sections/test/fixtures/default.js.map +1 -1
  17. package/es/molecule/drag-and-drop-wrapper/style.css +5 -2
  18. package/es/molecule/drag-and-drop-wrapper/test/fixtures/default.js +8 -2
  19. package/es/molecule/drag-and-drop-wrapper/test/fixtures/default.js.map +1 -1
  20. package/es/molecule/drag-and-drop-wrapper/test/fixtures/two-drag-and-drops.js +11 -3
  21. package/es/molecule/drag-and-drop-wrapper/test/fixtures/two-drag-and-drops.js.map +1 -1
  22. package/es/molecule/{input-text-with-titeled-checkbox → input-text-with-titled-checkbox}/index.js +0 -0
  23. package/es/molecule/input-text-with-titled-checkbox/index.js.map +1 -0
  24. package/es/molecule/{input-text-with-titeled-checkbox → input-text-with-titled-checkbox}/style.css +0 -0
  25. package/es/molecule/{input-text-with-titeled-checkbox → input-text-with-titled-checkbox}/test/fixtures/checked.js +0 -0
  26. package/es/molecule/input-text-with-titled-checkbox/test/fixtures/checked.js.map +1 -0
  27. package/es/molecule/{input-text-with-titeled-checkbox → input-text-with-titled-checkbox}/test/fixtures/unchecked.js +0 -0
  28. package/es/molecule/input-text-with-titled-checkbox/test/fixtures/unchecked.js.map +1 -0
  29. package/es/molecule/list-badges/index.js +38 -0
  30. package/es/molecule/list-badges/index.js.map +1 -0
  31. package/es/molecule/list-badges/style.css +15 -0
  32. package/es/molecule/list-badges/test/fixtures/advanced.js +9 -0
  33. package/es/molecule/list-badges/test/fixtures/advanced.js.map +1 -0
  34. package/es/molecule/list-badges/test/fixtures/base.js +8 -0
  35. package/es/molecule/list-badges/test/fixtures/base.js.map +1 -0
  36. package/es/molecule/list-badges/test/fixtures/coach.js +10 -0
  37. package/es/molecule/list-badges/test/fixtures/coach.js.map +1 -0
  38. package/es/molecule/list-badges/test/fixtures/course.js +8 -0
  39. package/es/molecule/list-badges/test/fixtures/course.js.map +1 -0
  40. package/es/molecule/skill-card/index.js +87 -0
  41. package/es/molecule/skill-card/index.js.map +1 -0
  42. package/es/molecule/skill-card/style.css +60 -0
  43. package/es/molecule/skill-card/test/fixtures/custom-skill.js +10 -0
  44. package/es/molecule/skill-card/test/fixtures/custom-skill.js.map +1 -0
  45. package/es/molecule/skill-card/test/fixtures/default.js +15 -0
  46. package/es/molecule/skill-card/test/fixtures/default.js.map +1 -0
  47. package/es/molecule/skill-card/test/fixtures/no-aria-labels.js +12 -0
  48. package/es/molecule/skill-card/test/fixtures/no-aria-labels.js.map +1 -0
  49. package/es/molecule/skill-card/test/fixtures/short-skill-title.js +10 -0
  50. package/es/molecule/skill-card/test/fixtures/short-skill-title.js.map +1 -0
  51. package/es/molecule/skill-card/test/skill-card.js +90 -0
  52. package/es/molecule/skill-card/test/skill-card.js.map +1 -0
  53. package/es/organism/rewards-form/index.js +41 -0
  54. package/es/organism/rewards-form/index.js.map +1 -0
  55. package/es/organism/rewards-form/style.css +12 -0
  56. package/es/organism/rewards-form/test/fixtures/default.js +17 -0
  57. package/es/organism/rewards-form/test/fixtures/default.js.map +1 -0
  58. package/es/organism/rewards-form/test/fixtures/no-rewards.js +6 -0
  59. package/es/organism/rewards-form/test/fixtures/no-rewards.js.map +1 -0
  60. package/es/organism/rewards-form/test/fixtures/one-reward.js +11 -0
  61. package/es/organism/rewards-form/test/fixtures/one-reward.js.map +1 -0
  62. package/es/organism/rewards-form/test/fixtures/two-rewards.js +14 -0
  63. package/es/organism/rewards-form/test/fixtures/two-rewards.js.map +1 -0
  64. package/es/organism/wizard-contents/index.js +6 -0
  65. package/es/organism/wizard-contents/index.js.map +1 -1
  66. package/es/organism/wizard-contents/test/fixtures/certification-rewards.js +45 -0
  67. package/es/organism/wizard-contents/test/fixtures/certification-rewards.js.map +1 -0
  68. package/es/template/app-player/popin-correction/index.js +3 -3
  69. package/es/template/app-player/popin-correction/index.js.map +1 -1
  70. package/es/template/app-player/popin-correction/style.css +0 -4
  71. package/es/template/back-office/brand-update/test/fixtures/wizard-rewards-certification.js +22 -0
  72. package/es/template/back-office/brand-update/test/fixtures/wizard-rewards-certification.js.map +1 -0
  73. package/es/variables/colors.css +1 -0
  74. package/lib/atom/checkbox-with-title/style.css +2 -4
  75. package/lib/molecule/course-section/index.js +20 -16
  76. package/lib/molecule/course-section/index.js.map +1 -1
  77. package/lib/molecule/course-section/style.css +12 -15
  78. package/lib/molecule/course-section/test/fixtures/advanced-level.js +27 -0
  79. package/lib/molecule/course-section/test/fixtures/advanced-level.js.map +1 -0
  80. package/lib/molecule/course-section/test/fixtures/base-level.js +23 -0
  81. package/lib/molecule/course-section/test/fixtures/base-level.js.map +1 -0
  82. package/lib/molecule/course-section/test/fixtures/chapter.js +2 -2
  83. package/lib/molecule/course-section/test/fixtures/chapter.js.map +1 -1
  84. package/lib/molecule/course-section/test/fixtures/coach-level.js +29 -0
  85. package/lib/molecule/course-section/test/fixtures/coach-level.js.map +1 -0
  86. package/lib/molecule/course-section/test/fixtures/course.js +2 -2
  87. package/lib/molecule/course-section/test/fixtures/course.js.map +1 -1
  88. package/lib/molecule/course-sections/test/fixtures/default.js +20 -20
  89. package/lib/molecule/course-sections/test/fixtures/default.js.map +1 -1
  90. package/lib/molecule/drag-and-drop-wrapper/style.css +5 -2
  91. package/lib/molecule/drag-and-drop-wrapper/test/fixtures/default.js +8 -2
  92. package/lib/molecule/drag-and-drop-wrapper/test/fixtures/default.js.map +1 -1
  93. package/lib/molecule/drag-and-drop-wrapper/test/fixtures/two-drag-and-drops.js +11 -3
  94. package/lib/molecule/drag-and-drop-wrapper/test/fixtures/two-drag-and-drops.js.map +1 -1
  95. package/lib/molecule/{input-text-with-titeled-checkbox → input-text-with-titled-checkbox}/index.js +0 -0
  96. package/lib/molecule/input-text-with-titled-checkbox/index.js.map +1 -0
  97. package/lib/molecule/{input-text-with-titeled-checkbox → input-text-with-titled-checkbox}/style.css +0 -0
  98. package/lib/molecule/{input-text-with-titeled-checkbox → input-text-with-titled-checkbox}/test/fixtures/checked.js +0 -0
  99. package/lib/molecule/input-text-with-titled-checkbox/test/fixtures/checked.js.map +1 -0
  100. package/lib/molecule/{input-text-with-titeled-checkbox → input-text-with-titled-checkbox}/test/fixtures/unchecked.js +0 -0
  101. package/lib/molecule/input-text-with-titled-checkbox/test/fixtures/unchecked.js.map +1 -0
  102. package/lib/molecule/list-badges/index.js +50 -0
  103. package/lib/molecule/list-badges/index.js.map +1 -0
  104. package/lib/molecule/list-badges/style.css +15 -0
  105. package/lib/molecule/list-badges/test/fixtures/advanced.js +19 -0
  106. package/lib/molecule/list-badges/test/fixtures/advanced.js.map +1 -0
  107. package/lib/molecule/list-badges/test/fixtures/base.js +17 -0
  108. package/lib/molecule/list-badges/test/fixtures/base.js.map +1 -0
  109. package/lib/molecule/list-badges/test/fixtures/coach.js +21 -0
  110. package/lib/molecule/list-badges/test/fixtures/coach.js.map +1 -0
  111. package/lib/molecule/list-badges/test/fixtures/course.js +17 -0
  112. package/lib/molecule/list-badges/test/fixtures/course.js.map +1 -0
  113. package/lib/molecule/skill-card/index.js +105 -0
  114. package/lib/molecule/skill-card/index.js.map +1 -0
  115. package/lib/molecule/skill-card/style.css +60 -0
  116. package/lib/molecule/skill-card/test/fixtures/custom-skill.js +17 -0
  117. package/lib/molecule/skill-card/test/fixtures/custom-skill.js.map +1 -0
  118. package/lib/molecule/skill-card/test/fixtures/default.js +21 -0
  119. package/lib/molecule/skill-card/test/fixtures/default.js.map +1 -0
  120. package/lib/molecule/skill-card/test/fixtures/no-aria-labels.js +18 -0
  121. package/lib/molecule/skill-card/test/fixtures/no-aria-labels.js.map +1 -0
  122. package/lib/molecule/skill-card/test/fixtures/short-skill-title.js +17 -0
  123. package/lib/molecule/skill-card/test/fixtures/short-skill-title.js.map +1 -0
  124. package/lib/molecule/skill-card/test/skill-card.js +102 -0
  125. package/lib/molecule/skill-card/test/skill-card.js.map +1 -0
  126. package/lib/organism/rewards-form/index.js +55 -0
  127. package/lib/organism/rewards-form/index.js.map +1 -0
  128. package/lib/organism/rewards-form/style.css +12 -0
  129. package/lib/organism/rewards-form/test/fixtures/default.js +28 -0
  130. package/lib/organism/rewards-form/test/fixtures/default.js.map +1 -0
  131. package/lib/organism/rewards-form/test/fixtures/no-rewards.js +11 -0
  132. package/lib/organism/rewards-form/test/fixtures/no-rewards.js.map +1 -0
  133. package/lib/organism/rewards-form/test/fixtures/one-reward.js +20 -0
  134. package/lib/organism/rewards-form/test/fixtures/one-reward.js.map +1 -0
  135. package/lib/organism/rewards-form/test/fixtures/two-rewards.js +24 -0
  136. package/lib/organism/rewards-form/test/fixtures/two-rewards.js.map +1 -0
  137. package/lib/organism/wizard-contents/index.js +7 -0
  138. package/lib/organism/wizard-contents/index.js.map +1 -1
  139. package/lib/organism/wizard-contents/test/fixtures/certification-rewards.js +54 -0
  140. package/lib/organism/wizard-contents/test/fixtures/certification-rewards.js.map +1 -0
  141. package/lib/template/app-player/popin-correction/index.js +3 -3
  142. package/lib/template/app-player/popin-correction/index.js.map +1 -1
  143. package/lib/template/app-player/popin-correction/style.css +0 -4
  144. package/lib/template/back-office/brand-update/test/fixtures/wizard-rewards-certification.js +32 -0
  145. package/lib/template/back-office/brand-update/test/fixtures/wizard-rewards-certification.js.map +1 -0
  146. package/lib/variables/colors.css +1 -0
  147. package/package.json +2 -2
  148. package/es/atom/autocomplete/test/fixtures.js +0 -19
  149. package/es/atom/autocomplete/test/fixtures.js.map +0 -1
  150. package/es/atom/avatar/test/fixtures.js +0 -13
  151. package/es/atom/avatar/test/fixtures.js.map +0 -1
  152. package/es/atom/button/test/fixtures.js +0 -27
  153. package/es/atom/button/test/fixtures.js.map +0 -1
  154. package/es/atom/button-link/test/fixtures.js +0 -31
  155. package/es/atom/button-link/test/fixtures.js.map +0 -1
  156. package/es/atom/button-link-icon-only/test/fixtures.js +0 -21
  157. package/es/atom/button-link-icon-only/test/fixtures.js.map +0 -1
  158. package/es/atom/button-menu/test/fixtures.js +0 -15
  159. package/es/atom/button-menu/test/fixtures.js.map +0 -1
  160. package/es/atom/card-image-preview/test/fixtures.js +0 -15
  161. package/es/atom/card-image-preview/test/fixtures.js.map +0 -1
  162. package/es/atom/catalog-section/test/fixtures.js +0 -15
  163. package/es/atom/catalog-section/test/fixtures.js.map +0 -1
  164. package/es/atom/centered-text/test/fixtures.js +0 -13
  165. package/es/atom/centered-text/test/fixtures.js.map +0 -1
  166. package/es/atom/checkbox/test/fixtures.js +0 -19
  167. package/es/atom/checkbox/test/fixtures.js.map +0 -1
  168. package/es/atom/checkbox-with-title/test/fixtures.js +0 -15
  169. package/es/atom/checkbox-with-title/test/fixtures.js.map +0 -1
  170. package/es/atom/chips/test/fixtures.js +0 -17
  171. package/es/atom/chips/test/fixtures.js.map +0 -1
  172. package/es/atom/clue/test/fixtures.js +0 -17
  173. package/es/atom/clue/test/fixtures.js.map +0 -1
  174. package/es/atom/content-badge/test/fixtures.js +0 -29
  175. package/es/atom/content-badge/test/fixtures.js.map +0 -1
  176. package/es/atom/cta/test/fixtures.js +0 -37
  177. package/es/atom/cta/test/fixtures.js.map +0 -1
  178. package/es/atom/difficulty-level/test/fixtures.js +0 -19
  179. package/es/atom/difficulty-level/test/fixtures.js.map +0 -1
  180. package/es/atom/drag-and-drop/test/fixtures.js +0 -31
  181. package/es/atom/drag-and-drop/test/fixtures.js.map +0 -1
  182. package/es/atom/empty-search-result/test/fixtures.js +0 -13
  183. package/es/atom/empty-search-result/test/fixtures.js.map +0 -1
  184. package/es/atom/image-upload/test/fixtures.js +0 -31
  185. package/es/atom/image-upload/test/fixtures.js.map +0 -1
  186. package/es/atom/input-checkbox/test/fixtures.js +0 -25
  187. package/es/atom/input-checkbox/test/fixtures.js.map +0 -1
  188. package/es/atom/input-color/test/fixtures.js +0 -19
  189. package/es/atom/input-color/test/fixtures.js.map +0 -1
  190. package/es/atom/input-doublestep/test/fixtures.js +0 -21
  191. package/es/atom/input-doublestep/test/fixtures.js.map +0 -1
  192. package/es/atom/input-html/test/fixtures.js +0 -17
  193. package/es/atom/input-html/test/fixtures.js.map +0 -1
  194. package/es/atom/input-readonly/test/fixtures.js +0 -13
  195. package/es/atom/input-readonly/test/fixtures.js.map +0 -1
  196. package/es/atom/input-search/test/fixtures.js +0 -19
  197. package/es/atom/input-search/test/fixtures.js.map +0 -1
  198. package/es/atom/input-switch/test/fixtures.js +0 -33
  199. package/es/atom/input-switch/test/fixtures.js.map +0 -1
  200. package/es/atom/input-text/test/fixtures.js +0 -27
  201. package/es/atom/input-text/test/fixtures.js.map +0 -1
  202. package/es/atom/input-text-with-title/test/fixtures.js +0 -15
  203. package/es/atom/input-text-with-title/test/fixtures.js.map +0 -1
  204. package/es/atom/input-textarea/test/fixtures.js +0 -21
  205. package/es/atom/input-textarea/test/fixtures.js.map +0 -1
  206. package/es/atom/label/test/fixtures.js +0 -15
  207. package/es/atom/label/test/fixtures.js.map +0 -1
  208. package/es/atom/life/test/fixtures.js +0 -25
  209. package/es/atom/life/test/fixtures.js.map +0 -1
  210. package/es/atom/link/test/fixtures.js +0 -17
  211. package/es/atom/link/test/fixtures.js.map +0 -1
  212. package/es/atom/loader/test/fixtures.js +0 -15
  213. package/es/atom/loader/test/fixtures.js.map +0 -1
  214. package/es/atom/notification/test/fixtures.js +0 -17
  215. package/es/atom/notification/test/fixtures.js.map +0 -1
  216. package/es/atom/picture/test/fixtures.js +0 -19
  217. package/es/atom/picture/test/fixtures.js.map +0 -1
  218. package/es/atom/picture-background/test/fixtures.js +0 -19
  219. package/es/atom/picture-background/test/fixtures.js.map +0 -1
  220. package/es/atom/promo-code/test/fixtures.js +0 -17
  221. package/es/atom/promo-code/test/fixtures.js.map +0 -1
  222. package/es/atom/provider/test/fixtures.js +0 -13
  223. package/es/atom/provider/test/fixtures.js.map +0 -1
  224. package/es/atom/radio-group/test/fixtures.js +0 -17
  225. package/es/atom/radio-group/test/fixtures.js.map +0 -1
  226. package/es/atom/range/test/fixtures.js +0 -15
  227. package/es/atom/range/test/fixtures.js.map +0 -1
  228. package/es/atom/resource-miniature/test/fixtures.js +0 -21
  229. package/es/atom/resource-miniature/test/fixtures.js.map +0 -1
  230. package/es/atom/review-header-step-item/test/fixtures.js +0 -19
  231. package/es/atom/review-header-step-item/test/fixtures.js.map +0 -1
  232. package/es/atom/select/test/fixtures.js +0 -47
  233. package/es/atom/select/test/fixtures.js.map +0 -1
  234. package/es/atom/slide/test/fixtures.js +0 -21
  235. package/es/atom/slide/test/fixtures.js.map +0 -1
  236. package/es/atom/social-link/test/fixtures.js +0 -17
  237. package/es/atom/social-link/test/fixtures.js.map +0 -1
  238. package/es/atom/spinner/test/fixtures.js +0 -13
  239. package/es/atom/spinner/test/fixtures.js.map +0 -1
  240. package/es/atom/tab/test/fixtures.js +0 -13
  241. package/es/atom/tab/test/fixtures.js.map +0 -1
  242. package/es/atom/tab-content/test/fixtures.js +0 -15
  243. package/es/atom/tab-content/test/fixtures.js.map +0 -1
  244. package/es/atom/tag/test/fixtures.js +0 -21
  245. package/es/atom/tag/test/fixtures.js.map +0 -1
  246. package/es/atom/title/test/fixtures.js +0 -17
  247. package/es/atom/title/test/fixtures.js.map +0 -1
  248. package/es/atom/video-upload/test/fixtures.js +0 -21
  249. package/es/atom/video-upload/test/fixtures.js.map +0 -1
  250. package/es/atom/wizard-steps/test/fixtures.js +0 -17
  251. package/es/atom/wizard-steps/test/fixtures.js.map +0 -1
  252. package/es/hoc/animation/test/fixtures.js +0 -15
  253. package/es/hoc/animation/test/fixtures.js.map +0 -1
  254. package/es/hoc/animation-scheduler/test/fixtures.js +0 -15
  255. package/es/hoc/animation-scheduler/test/fixtures.js.map +0 -1
  256. package/es/hoc/swapper/test/fixtures.js +0 -13
  257. package/es/hoc/swapper/test/fixtures.js.map +0 -1
  258. package/es/hoc/transition/test/fixtures.js +0 -13
  259. package/es/hoc/transition/test/fixtures.js.map +0 -1
  260. package/es/molecule/add-to-my-list/test/fixtures.js +0 -15
  261. package/es/molecule/add-to-my-list/test/fixtures.js.map +0 -1
  262. package/es/molecule/answer/test/fixtures.js +0 -35
  263. package/es/molecule/answer/test/fixtures.js.map +0 -1
  264. package/es/molecule/audio/test/fixtures.js +0 -15
  265. package/es/molecule/audio/test/fixtures.js.map +0 -1
  266. package/es/molecule/banner/test/fixtures.js +0 -23
  267. package/es/molecule/banner/test/fixtures.js.map +0 -1
  268. package/es/molecule/battle-request/test/fixtures.js +0 -15
  269. package/es/molecule/battle-request/test/fixtures.js.map +0 -1
  270. package/es/molecule/brand-card/test/fixtures.js +0 -15
  271. package/es/molecule/brand-card/test/fixtures.js.map +0 -1
  272. package/es/molecule/brand-card-create/test/fixtures.js +0 -13
  273. package/es/molecule/brand-card-create/test/fixtures.js.map +0 -1
  274. package/es/molecule/brand-create-form/test/fixtures.js +0 -19
  275. package/es/molecule/brand-create-form/test/fixtures.js.map +0 -1
  276. package/es/molecule/brand-download-box/test/fixtures.js +0 -17
  277. package/es/molecule/brand-download-box/test/fixtures.js.map +0 -1
  278. package/es/molecule/brand-form-group/test/fixtures.js +0 -35
  279. package/es/molecule/brand-form-group/test/fixtures.js.map +0 -1
  280. package/es/molecule/brand-tabs/test/fixtures.js +0 -29
  281. package/es/molecule/brand-tabs/test/fixtures.js.map +0 -1
  282. package/es/molecule/brand-upload-box/test/fixtures.js +0 -17
  283. package/es/molecule/brand-upload-box/test/fixtures.js.map +0 -1
  284. package/es/molecule/breadcrumbs/test/fixtures.js +0 -13
  285. package/es/molecule/breadcrumbs/test/fixtures.js.map +0 -1
  286. package/es/molecule/bullet-point-menu-button/test/fixtures.js +0 -15
  287. package/es/molecule/bullet-point-menu-button/test/fixtures.js.map +0 -1
  288. package/es/molecule/card/test/fixtures.js +0 -45
  289. package/es/molecule/card/test/fixtures.js.map +0 -1
  290. package/es/molecule/card-content/test/fixtures.js +0 -27
  291. package/es/molecule/card-content/test/fixtures.js.map +0 -1
  292. package/es/molecule/card-with-button/test/fixtures.js +0 -17
  293. package/es/molecule/card-with-button/test/fixtures.js.map +0 -1
  294. package/es/molecule/cm-popin/test/fixtures.js +0 -17
  295. package/es/molecule/cm-popin/test/fixtures.js.map +0 -1
  296. package/es/molecule/cookie-banner/test/fixtures.js +0 -13
  297. package/es/molecule/cookie-banner/test/fixtures.js.map +0 -1
  298. package/es/molecule/coorp-manager-roles/test/fixtures.js +0 -13
  299. package/es/molecule/coorp-manager-roles/test/fixtures.js.map +0 -1
  300. package/es/molecule/course-section/test/fixtures.js +0 -15
  301. package/es/molecule/course-section/test/fixtures.js.map +0 -1
  302. package/es/molecule/course-sections/test/fixtures.js +0 -17
  303. package/es/molecule/course-sections/test/fixtures.js.map +0 -1
  304. package/es/molecule/dashboard/battle-request-list/test/fixtures.js +0 -15
  305. package/es/molecule/dashboard/battle-request-list/test/fixtures.js.map +0 -1
  306. package/es/molecule/dashboard/cards-list/test/fixtures.js +0 -23
  307. package/es/molecule/dashboard/cards-list/test/fixtures.js.map +0 -1
  308. package/es/molecule/dashboard/news-list/test/fixtures.js +0 -17
  309. package/es/molecule/dashboard/news-list/test/fixtures.js.map +0 -1
  310. package/es/molecule/dashboard/review-banner/test/fixtures.js +0 -13
  311. package/es/molecule/dashboard/review-banner/test/fixtures.js.map +0 -1
  312. package/es/molecule/dashboard/start-battle/test/fixtures.js +0 -15
  313. package/es/molecule/dashboard/start-battle/test/fixtures.js.map +0 -1
  314. package/es/molecule/discipline-cta/test/fixtures.js +0 -15
  315. package/es/molecule/discipline-cta/test/fixtures.js.map +0 -1
  316. package/es/molecule/discipline-header/test/fixtures.js +0 -27
  317. package/es/molecule/discipline-header/test/fixtures.js.map +0 -1
  318. package/es/molecule/discipline-partners/test/fixtures.js +0 -21
  319. package/es/molecule/discipline-partners/test/fixtures.js.map +0 -1
  320. package/es/molecule/discipline-scope/test/fixtures.js +0 -27
  321. package/es/molecule/discipline-scope/test/fixtures.js.map +0 -1
  322. package/es/molecule/drag-and-drop/test/fixtures.js +0 -25
  323. package/es/molecule/drag-and-drop/test/fixtures.js.map +0 -1
  324. package/es/molecule/drag-and-drop-wrapper/test/fixtures.js +0 -15
  325. package/es/molecule/drag-and-drop-wrapper/test/fixtures.js.map +0 -1
  326. package/es/molecule/draggable/test/fixtures.js +0 -13
  327. package/es/molecule/draggable/test/fixtures.js.map +0 -1
  328. package/es/molecule/draggable-list/test/fixtures.js +0 -15
  329. package/es/molecule/draggable-list/test/fixtures.js.map +0 -1
  330. package/es/molecule/external-content-button/test/fixtures.js +0 -19
  331. package/es/molecule/external-content-button/test/fixtures.js.map +0 -1
  332. package/es/molecule/external-content-viewer/test/fixtures.js +0 -27
  333. package/es/molecule/external-content-viewer/test/fixtures.js.map +0 -1
  334. package/es/molecule/feedback/test/fixtures.js +0 -27
  335. package/es/molecule/feedback/test/fixtures.js.map +0 -1
  336. package/es/molecule/filters/test/fixtures.js +0 -33
  337. package/es/molecule/filters/test/fixtures.js.map +0 -1
  338. package/es/molecule/forum/forum-comment/test/fixtures.js +0 -17
  339. package/es/molecule/forum/forum-comment/test/fixtures.js.map +0 -1
  340. package/es/molecule/forum/forum-post/test/fixtures.js +0 -31
  341. package/es/molecule/forum/forum-post/test/fixtures.js.map +0 -1
  342. package/es/molecule/forum/forum-thread/test/fixtures.js +0 -17
  343. package/es/molecule/forum/forum-thread/test/fixtures.js.map +0 -1
  344. package/es/molecule/hero/test/fixtures.js +0 -15
  345. package/es/molecule/hero/test/fixtures.js.map +0 -1
  346. package/es/molecule/input-text-with-titeled-checkbox/index.js.map +0 -1
  347. package/es/molecule/input-text-with-titeled-checkbox/test/fixtures/checked.js.map +0 -1
  348. package/es/molecule/input-text-with-titeled-checkbox/test/fixtures/unchecked.js.map +0 -1
  349. package/es/molecule/input-text-with-titeled-checkbox/test/fixtures.js +0 -15
  350. package/es/molecule/input-text-with-titeled-checkbox/test/fixtures.js.map +0 -1
  351. package/es/molecule/login-alert/test/fixtures.js +0 -13
  352. package/es/molecule/login-alert/test/fixtures.js.map +0 -1
  353. package/es/molecule/menu-list/test/fixtures.js +0 -13
  354. package/es/molecule/menu-list/test/fixtures.js.map +0 -1
  355. package/es/molecule/message-popin/test/fixtures.js +0 -13
  356. package/es/molecule/message-popin/test/fixtures.js.map +0 -1
  357. package/es/molecule/modal/test/fixtures.js +0 -13
  358. package/es/molecule/modal/test/fixtures.js.map +0 -1
  359. package/es/molecule/module-bubble/test/fixtures.js +0 -17
  360. package/es/molecule/module-bubble/test/fixtures.js.map +0 -1
  361. package/es/molecule/module-card/test/fixtures.js +0 -17
  362. package/es/molecule/module-card/test/fixtures.js.map +0 -1
  363. package/es/molecule/news/test/fixtures.js +0 -23
  364. package/es/molecule/news/test/fixtures.js.map +0 -1
  365. package/es/molecule/notification-banner/test/fixtures.js +0 -17
  366. package/es/molecule/notification-banner/test/fixtures.js.map +0 -1
  367. package/es/molecule/pagination/test/fixtures.js +0 -15
  368. package/es/molecule/pagination/test/fixtures.js.map +0 -1
  369. package/es/molecule/payment-form/test/fixtures.js +0 -17
  370. package/es/molecule/payment-form/test/fixtures.js.map +0 -1
  371. package/es/molecule/pdf/test/fixtures.js +0 -13
  372. package/es/molecule/pdf/test/fixtures.js.map +0 -1
  373. package/es/molecule/popin/test/fixtures.js +0 -21
  374. package/es/molecule/popin/test/fixtures.js.map +0 -1
  375. package/es/molecule/product-card/test/fixtures.js +0 -13
  376. package/es/molecule/product-card/test/fixtures.js.map +0 -1
  377. package/es/molecule/progress-bar/test/fixtures.js +0 -15
  378. package/es/molecule/progress-bar/test/fixtures.js.map +0 -1
  379. package/es/molecule/questions/drop-down/test/fixtures.js +0 -15
  380. package/es/molecule/questions/drop-down/test/fixtures.js.map +0 -1
  381. package/es/molecule/questions/free-text/test/fixtures.js +0 -17
  382. package/es/molecule/questions/free-text/test/fixtures.js.map +0 -1
  383. package/es/molecule/questions/qcm/test/fixtures.js +0 -19
  384. package/es/molecule/questions/qcm/test/fixtures.js.map +0 -1
  385. package/es/molecule/questions/qcm-drag/test/fixtures.js +0 -15
  386. package/es/molecule/questions/qcm-drag/test/fixtures.js.map +0 -1
  387. package/es/molecule/questions/qcm-graphic/test/fixtures.js +0 -15
  388. package/es/molecule/questions/qcm-graphic/test/fixtures.js.map +0 -1
  389. package/es/molecule/questions/question-range/test/fixtures.js +0 -13
  390. package/es/molecule/questions/question-range/test/fixtures.js.map +0 -1
  391. package/es/molecule/questions/template/test/fixtures.js +0 -15
  392. package/es/molecule/questions/template/test/fixtures.js.map +0 -1
  393. package/es/molecule/quick-access-card/test/fixtures.js +0 -21
  394. package/es/molecule/quick-access-card/test/fixtures.js.map +0 -1
  395. package/es/molecule/quick-access-cards-group/test/fixtures.js +0 -21
  396. package/es/molecule/quick-access-cards-group/test/fixtures.js.map +0 -1
  397. package/es/molecule/resource-player/test/fixtures.js +0 -25
  398. package/es/molecule/resource-player/test/fixtures.js.map +0 -1
  399. package/es/molecule/review-correction-popin/test/fixtures.js +0 -15
  400. package/es/molecule/review-correction-popin/test/fixtures.js.map +0 -1
  401. package/es/molecule/review-header-steps/test/fixtures.js +0 -23
  402. package/es/molecule/review-header-steps/test/fixtures.js.map +0 -1
  403. package/es/molecule/scope-content/test/fixtures.js +0 -27
  404. package/es/molecule/scope-content/test/fixtures.js.map +0 -1
  405. package/es/molecule/scope-tabs/test/fixtures.js +0 -17
  406. package/es/molecule/scope-tabs/test/fixtures.js.map +0 -1
  407. package/es/molecule/search/test/fixtures.js +0 -15
  408. package/es/molecule/search/test/fixtures.js.map +0 -1
  409. package/es/molecule/search-form/test/fixtures.js +0 -13
  410. package/es/molecule/search-form/test/fixtures.js.map +0 -1
  411. package/es/molecule/select-multiple/test/fixtures.js +0 -31
  412. package/es/molecule/select-multiple/test/fixtures.js.map +0 -1
  413. package/es/molecule/setup-cohort-item/test/fixtures.js +0 -19
  414. package/es/molecule/setup-cohort-item/test/fixtures.js.map +0 -1
  415. package/es/molecule/setup-section/test/fixtures.js +0 -25
  416. package/es/molecule/setup-section/test/fixtures.js.map +0 -1
  417. package/es/molecule/setup-sections/test/fixtures.js +0 -19
  418. package/es/molecule/setup-sections/test/fixtures.js.map +0 -1
  419. package/es/molecule/setup-slide/test/fixtures.js +0 -25
  420. package/es/molecule/setup-slide/test/fixtures.js.map +0 -1
  421. package/es/molecule/setup-slider/test/fixtures.js +0 -15
  422. package/es/molecule/setup-slider/test/fixtures.js.map +0 -1
  423. package/es/molecule/share/test/fixtures.js +0 -13
  424. package/es/molecule/share/test/fixtures.js.map +0 -1
  425. package/es/molecule/ssmenu-list/test/fixtures.js +0 -19
  426. package/es/molecule/ssmenu-list/test/fixtures.js.map +0 -1
  427. package/es/molecule/subscription-freemium/test/fixtures.js +0 -13
  428. package/es/molecule/subscription-freemium/test/fixtures.js.map +0 -1
  429. package/es/molecule/subscription-premium/test/fixtures.js +0 -15
  430. package/es/molecule/subscription-premium/test/fixtures.js.map +0 -1
  431. package/es/molecule/table/test/fixtures.js +0 -19
  432. package/es/molecule/table/test/fixtures.js.map +0 -1
  433. package/es/molecule/teams-popin/test/fixtures.js +0 -29
  434. package/es/molecule/teams-popin/test/fixtures.js.map +0 -1
  435. package/es/molecule/theme-image/test/fixtures.js +0 -13
  436. package/es/molecule/theme-image/test/fixtures.js.map +0 -1
  437. package/es/molecule/titled-checkbox/test/fixtures.js +0 -17
  438. package/es/molecule/titled-checkbox/test/fixtures.js.map +0 -1
  439. package/es/molecule/unsubscribe/test/fixtures.js +0 -15
  440. package/es/molecule/unsubscribe/test/fixtures.js.map +0 -1
  441. package/es/molecule/vertical-tabs/test/fixtures.js +0 -17
  442. package/es/molecule/vertical-tabs/test/fixtures.js.map +0 -1
  443. package/es/molecule/video-iframe/test/fixtures.js +0 -25
  444. package/es/molecule/video-iframe/test/fixtures.js.map +0 -1
  445. package/es/molecule/video-player/test/fixtures.js +0 -29
  446. package/es/molecule/video-player/test/fixtures.js.map +0 -1
  447. package/es/molecule/wizard-summary/test/fixtures.js +0 -23
  448. package/es/molecule/wizard-summary/test/fixtures.js.map +0 -1
  449. package/es/organism/accordion/container/test/fixtures.js +0 -17
  450. package/es/organism/accordion/container/test/fixtures.js.map +0 -1
  451. package/es/organism/accordion/coorp-manager/part/test/fixtures.js +0 -17
  452. package/es/organism/accordion/coorp-manager/part/test/fixtures.js.map +0 -1
  453. package/es/organism/accordion/coorp-manager/test/fixtures.js +0 -13
  454. package/es/organism/accordion/coorp-manager/test/fixtures.js.map +0 -1
  455. package/es/organism/accordion/part/test/fixtures.js +0 -15
  456. package/es/organism/accordion/part/test/fixtures.js.map +0 -1
  457. package/es/organism/accordion/toggler/test/fixtures.js +0 -17
  458. package/es/organism/accordion/toggler/test/fixtures.js.map +0 -1
  459. package/es/organism/brand-analytics/test/fixtures.js +0 -23
  460. package/es/organism/brand-analytics/test/fixtures.js.map +0 -1
  461. package/es/organism/brand-dashboard/test/fixtures.js +0 -15
  462. package/es/organism/brand-dashboard/test/fixtures.js.map +0 -1
  463. package/es/organism/brand-form/test/fixtures.js +0 -33
  464. package/es/organism/brand-form/test/fixtures.js.map +0 -1
  465. package/es/organism/brand-table/test/fixtures.js +0 -19
  466. package/es/organism/brand-table/test/fixtures.js.map +0 -1
  467. package/es/organism/brand-upload/test/fixtures.js +0 -15
  468. package/es/organism/brand-upload/test/fixtures.js.map +0 -1
  469. package/es/organism/cards-grid/test/fixtures.js +0 -19
  470. package/es/organism/cards-grid/test/fixtures.js.map +0 -1
  471. package/es/organism/cart/test/fixtures.js +0 -13
  472. package/es/organism/cart/test/fixtures.js.map +0 -1
  473. package/es/organism/content-translation/test/fixtures.js +0 -15
  474. package/es/organism/content-translation/test/fixtures.js.map +0 -1
  475. package/es/organism/course-selection/test/fixtures.js +0 -25
  476. package/es/organism/course-selection/test/fixtures.js.map +0 -1
  477. package/es/organism/discussion/test/fixtures.js +0 -19
  478. package/es/organism/discussion/test/fixtures.js.map +0 -1
  479. package/es/organism/get-the-app/test/fixtures.js +0 -13
  480. package/es/organism/get-the-app/test/fixtures.js.map +0 -1
  481. package/es/organism/grid-list/test/fixtures.js +0 -13
  482. package/es/organism/grid-list/test/fixtures.js.map +0 -1
  483. package/es/organism/header/test/fixtures.js +0 -13
  484. package/es/organism/header/test/fixtures.js.map +0 -1
  485. package/es/organism/hero/test/fixtures.js +0 -17
  486. package/es/organism/hero/test/fixtures.js.map +0 -1
  487. package/es/organism/list-item/test/fixtures.js +0 -19
  488. package/es/organism/list-item/test/fixtures.js.map +0 -1
  489. package/es/organism/list-items/test/fixtures.js +0 -17
  490. package/es/organism/list-items/test/fixtures.js.map +0 -1
  491. package/es/organism/mooc/image-slider/test/fixtures.js +0 -15
  492. package/es/organism/mooc/image-slider/test/fixtures.js.map +0 -1
  493. package/es/organism/mooc-footer/test/fixtures.js +0 -23
  494. package/es/organism/mooc-footer/test/fixtures.js.map +0 -1
  495. package/es/organism/mooc-header/test/fixtures.js +0 -31
  496. package/es/organism/mooc-header/test/fixtures.js.map +0 -1
  497. package/es/organism/playlist-translation/test/fixtures.js +0 -15
  498. package/es/organism/playlist-translation/test/fixtures.js.map +0 -1
  499. package/es/organism/popin/test/fixtures.js +0 -13
  500. package/es/organism/popin/test/fixtures.js.map +0 -1
  501. package/es/organism/resource-browser/test/fixtures.js +0 -37
  502. package/es/organism/resource-browser/test/fixtures.js.map +0 -1
  503. package/es/organism/search-and-chips-results/test/fixtures.js +0 -23
  504. package/es/organism/search-and-chips-results/test/fixtures.js.map +0 -1
  505. package/es/organism/settings/test/fixtures.js +0 -19
  506. package/es/organism/settings/test/fixtures.js.map +0 -1
  507. package/es/organism/setup-header/test/fixtures.js +0 -15
  508. package/es/organism/setup-header/test/fixtures.js.map +0 -1
  509. package/es/organism/sidebar/test/fixtures.js +0 -23
  510. package/es/organism/sidebar/test/fixtures.js.map +0 -1
  511. package/es/organism/slider/test/fixtures.js +0 -15
  512. package/es/organism/slider/test/fixtures.js.map +0 -1
  513. package/es/organism/user-preferences/test/fixtures.js +0 -13
  514. package/es/organism/user-preferences/test/fixtures.js.map +0 -1
  515. package/es/organism/wizard-contents/test/fixtures.js +0 -23
  516. package/es/organism/wizard-contents/test/fixtures.js.map +0 -1
  517. package/es/template/activity/test/fixtures.js +0 -21
  518. package/es/template/activity/test/fixtures.js.map +0 -1
  519. package/es/template/app-player/loading/test/fixtures.js +0 -13
  520. package/es/template/app-player/loading/test/fixtures.js.map +0 -1
  521. package/es/template/app-player/player/slides/footer/test/fixtures.js +0 -29
  522. package/es/template/app-player/player/slides/footer/test/fixtures.js.map +0 -1
  523. package/es/template/app-player/player/slides/header/test/fixtures.js +0 -23
  524. package/es/template/app-player/player/slides/header/test/fixtures.js.map +0 -1
  525. package/es/template/app-player/player/slides/test/fixtures.js +0 -79
  526. package/es/template/app-player/player/slides/test/fixtures.js.map +0 -1
  527. package/es/template/app-player/player/test/fixtures.js +0 -55
  528. package/es/template/app-player/player/test/fixtures.js.map +0 -1
  529. package/es/template/app-player/popin-correction/test/fixtures.js +0 -47
  530. package/es/template/app-player/popin-correction/test/fixtures.js.map +0 -1
  531. package/es/template/app-player/popin-end/test/fixtures.js +0 -51
  532. package/es/template/app-player/popin-end/test/fixtures.js.map +0 -1
  533. package/es/template/app-player/popin-header/test/fixtures.js +0 -29
  534. package/es/template/app-player/popin-header/test/fixtures.js.map +0 -1
  535. package/es/template/back-office/brand-create/test/fixtures.js +0 -19
  536. package/es/template/back-office/brand-create/test/fixtures.js.map +0 -1
  537. package/es/template/back-office/brand-list/test/fixtures.js +0 -17
  538. package/es/template/back-office/brand-list/test/fixtures.js.map +0 -1
  539. package/es/template/back-office/brand-update/test/fixtures.js +0 -87
  540. package/es/template/back-office/brand-update/test/fixtures.js.map +0 -1
  541. package/es/template/back-office/dashboard-preview/test/fixtures.js +0 -23
  542. package/es/template/back-office/dashboard-preview/test/fixtures.js.map +0 -1
  543. package/es/template/battle-requests/test/fixtures.js +0 -13
  544. package/es/template/battle-requests/test/fixtures.js.map +0 -1
  545. package/es/template/cockpit/jw-uploader/test/fixtures.js +0 -13
  546. package/es/template/cockpit/jw-uploader/test/fixtures.js.map +0 -1
  547. package/es/template/common/authors/test/fixtures.js +0 -15
  548. package/es/template/common/authors/test/fixtures.js.map +0 -1
  549. package/es/template/common/coorp-header/test/fixtures.js +0 -15
  550. package/es/template/common/coorp-header/test/fixtures.js.map +0 -1
  551. package/es/template/common/dashboard/test/fixtures.js +0 -17
  552. package/es/template/common/dashboard/test/fixtures.js.map +0 -1
  553. package/es/template/common/discipline/test/fixtures.js +0 -47
  554. package/es/template/common/discipline/test/fixtures.js.map +0 -1
  555. package/es/template/common/search-page/test/fixtures.js +0 -17
  556. package/es/template/common/search-page/test/fixtures.js.map +0 -1
  557. package/es/template/external-course/test/fixtures.js +0 -31
  558. package/es/template/external-course/test/fixtures.js.map +0 -1
  559. package/es/template/teams-dashboard/test/fixtures.js +0 -17
  560. package/es/template/teams-dashboard/test/fixtures.js.map +0 -1
  561. package/lib/atom/autocomplete/test/fixtures.js +0 -31
  562. package/lib/atom/autocomplete/test/fixtures.js.map +0 -1
  563. package/lib/atom/avatar/test/fixtures.js +0 -22
  564. package/lib/atom/avatar/test/fixtures.js.map +0 -1
  565. package/lib/atom/button/test/fixtures.js +0 -43
  566. package/lib/atom/button/test/fixtures.js.map +0 -1
  567. package/lib/atom/button-link/test/fixtures.js +0 -49
  568. package/lib/atom/button-link/test/fixtures.js.map +0 -1
  569. package/lib/atom/button-link-icon-only/test/fixtures.js +0 -34
  570. package/lib/atom/button-link-icon-only/test/fixtures.js.map +0 -1
  571. package/lib/atom/button-menu/test/fixtures.js +0 -25
  572. package/lib/atom/button-menu/test/fixtures.js.map +0 -1
  573. package/lib/atom/card-image-preview/test/fixtures.js +0 -25
  574. package/lib/atom/card-image-preview/test/fixtures.js.map +0 -1
  575. package/lib/atom/catalog-section/test/fixtures.js +0 -25
  576. package/lib/atom/catalog-section/test/fixtures.js.map +0 -1
  577. package/lib/atom/centered-text/test/fixtures.js +0 -22
  578. package/lib/atom/centered-text/test/fixtures.js.map +0 -1
  579. package/lib/atom/checkbox/test/fixtures.js +0 -31
  580. package/lib/atom/checkbox/test/fixtures.js.map +0 -1
  581. package/lib/atom/checkbox-with-title/test/fixtures.js +0 -25
  582. package/lib/atom/checkbox-with-title/test/fixtures.js.map +0 -1
  583. package/lib/atom/chips/test/fixtures.js +0 -28
  584. package/lib/atom/chips/test/fixtures.js.map +0 -1
  585. package/lib/atom/clue/test/fixtures.js +0 -28
  586. package/lib/atom/clue/test/fixtures.js.map +0 -1
  587. package/lib/atom/content-badge/test/fixtures.js +0 -46
  588. package/lib/atom/content-badge/test/fixtures.js.map +0 -1
  589. package/lib/atom/cta/test/fixtures.js +0 -58
  590. package/lib/atom/cta/test/fixtures.js.map +0 -1
  591. package/lib/atom/difficulty-level/test/fixtures.js +0 -31
  592. package/lib/atom/difficulty-level/test/fixtures.js.map +0 -1
  593. package/lib/atom/drag-and-drop/test/fixtures.js +0 -49
  594. package/lib/atom/drag-and-drop/test/fixtures.js.map +0 -1
  595. package/lib/atom/empty-search-result/test/fixtures.js +0 -22
  596. package/lib/atom/empty-search-result/test/fixtures.js.map +0 -1
  597. package/lib/atom/image-upload/test/fixtures.js +0 -49
  598. package/lib/atom/image-upload/test/fixtures.js.map +0 -1
  599. package/lib/atom/input-checkbox/test/fixtures.js +0 -40
  600. package/lib/atom/input-checkbox/test/fixtures.js.map +0 -1
  601. package/lib/atom/input-color/test/fixtures.js +0 -31
  602. package/lib/atom/input-color/test/fixtures.js.map +0 -1
  603. package/lib/atom/input-doublestep/test/fixtures.js +0 -34
  604. package/lib/atom/input-doublestep/test/fixtures.js.map +0 -1
  605. package/lib/atom/input-html/test/fixtures.js +0 -28
  606. package/lib/atom/input-html/test/fixtures.js.map +0 -1
  607. package/lib/atom/input-readonly/test/fixtures.js +0 -22
  608. package/lib/atom/input-readonly/test/fixtures.js.map +0 -1
  609. package/lib/atom/input-search/test/fixtures.js +0 -31
  610. package/lib/atom/input-search/test/fixtures.js.map +0 -1
  611. package/lib/atom/input-switch/test/fixtures.js +0 -52
  612. package/lib/atom/input-switch/test/fixtures.js.map +0 -1
  613. package/lib/atom/input-text/test/fixtures.js +0 -43
  614. package/lib/atom/input-text/test/fixtures.js.map +0 -1
  615. package/lib/atom/input-text-with-title/test/fixtures.js +0 -25
  616. package/lib/atom/input-text-with-title/test/fixtures.js.map +0 -1
  617. package/lib/atom/input-textarea/test/fixtures.js +0 -34
  618. package/lib/atom/input-textarea/test/fixtures.js.map +0 -1
  619. package/lib/atom/label/test/fixtures.js +0 -25
  620. package/lib/atom/label/test/fixtures.js.map +0 -1
  621. package/lib/atom/life/test/fixtures.js +0 -40
  622. package/lib/atom/life/test/fixtures.js.map +0 -1
  623. package/lib/atom/link/test/fixtures.js +0 -28
  624. package/lib/atom/link/test/fixtures.js.map +0 -1
  625. package/lib/atom/loader/test/fixtures.js +0 -25
  626. package/lib/atom/loader/test/fixtures.js.map +0 -1
  627. package/lib/atom/notification/test/fixtures.js +0 -28
  628. package/lib/atom/notification/test/fixtures.js.map +0 -1
  629. package/lib/atom/picture/test/fixtures.js +0 -31
  630. package/lib/atom/picture/test/fixtures.js.map +0 -1
  631. package/lib/atom/picture-background/test/fixtures.js +0 -31
  632. package/lib/atom/picture-background/test/fixtures.js.map +0 -1
  633. package/lib/atom/promo-code/test/fixtures.js +0 -28
  634. package/lib/atom/promo-code/test/fixtures.js.map +0 -1
  635. package/lib/atom/provider/test/fixtures.js +0 -22
  636. package/lib/atom/provider/test/fixtures.js.map +0 -1
  637. package/lib/atom/radio-group/test/fixtures.js +0 -28
  638. package/lib/atom/radio-group/test/fixtures.js.map +0 -1
  639. package/lib/atom/range/test/fixtures.js +0 -25
  640. package/lib/atom/range/test/fixtures.js.map +0 -1
  641. package/lib/atom/resource-miniature/test/fixtures.js +0 -34
  642. package/lib/atom/resource-miniature/test/fixtures.js.map +0 -1
  643. package/lib/atom/review-header-step-item/test/fixtures.js +0 -31
  644. package/lib/atom/review-header-step-item/test/fixtures.js.map +0 -1
  645. package/lib/atom/select/test/fixtures.js +0 -73
  646. package/lib/atom/select/test/fixtures.js.map +0 -1
  647. package/lib/atom/slide/test/fixtures.js +0 -34
  648. package/lib/atom/slide/test/fixtures.js.map +0 -1
  649. package/lib/atom/social-link/test/fixtures.js +0 -28
  650. package/lib/atom/social-link/test/fixtures.js.map +0 -1
  651. package/lib/atom/spinner/test/fixtures.js +0 -22
  652. package/lib/atom/spinner/test/fixtures.js.map +0 -1
  653. package/lib/atom/tab/test/fixtures.js +0 -22
  654. package/lib/atom/tab/test/fixtures.js.map +0 -1
  655. package/lib/atom/tab-content/test/fixtures.js +0 -25
  656. package/lib/atom/tab-content/test/fixtures.js.map +0 -1
  657. package/lib/atom/tag/test/fixtures.js +0 -34
  658. package/lib/atom/tag/test/fixtures.js.map +0 -1
  659. package/lib/atom/title/test/fixtures.js +0 -28
  660. package/lib/atom/title/test/fixtures.js.map +0 -1
  661. package/lib/atom/video-upload/test/fixtures.js +0 -34
  662. package/lib/atom/video-upload/test/fixtures.js.map +0 -1
  663. package/lib/atom/wizard-steps/test/fixtures.js +0 -28
  664. package/lib/atom/wizard-steps/test/fixtures.js.map +0 -1
  665. package/lib/hoc/animation/test/fixtures.js +0 -25
  666. package/lib/hoc/animation/test/fixtures.js.map +0 -1
  667. package/lib/hoc/animation-scheduler/test/fixtures.js +0 -25
  668. package/lib/hoc/animation-scheduler/test/fixtures.js.map +0 -1
  669. package/lib/hoc/swapper/test/fixtures.js +0 -22
  670. package/lib/hoc/swapper/test/fixtures.js.map +0 -1
  671. package/lib/hoc/transition/test/fixtures.js +0 -22
  672. package/lib/hoc/transition/test/fixtures.js.map +0 -1
  673. package/lib/molecule/add-to-my-list/test/fixtures.js +0 -25
  674. package/lib/molecule/add-to-my-list/test/fixtures.js.map +0 -1
  675. package/lib/molecule/answer/test/fixtures.js +0 -55
  676. package/lib/molecule/answer/test/fixtures.js.map +0 -1
  677. package/lib/molecule/audio/test/fixtures.js +0 -25
  678. package/lib/molecule/audio/test/fixtures.js.map +0 -1
  679. package/lib/molecule/banner/test/fixtures.js +0 -37
  680. package/lib/molecule/banner/test/fixtures.js.map +0 -1
  681. package/lib/molecule/battle-request/test/fixtures.js +0 -25
  682. package/lib/molecule/battle-request/test/fixtures.js.map +0 -1
  683. package/lib/molecule/brand-card/test/fixtures.js +0 -25
  684. package/lib/molecule/brand-card/test/fixtures.js.map +0 -1
  685. package/lib/molecule/brand-card-create/test/fixtures.js +0 -22
  686. package/lib/molecule/brand-card-create/test/fixtures.js.map +0 -1
  687. package/lib/molecule/brand-create-form/test/fixtures.js +0 -31
  688. package/lib/molecule/brand-create-form/test/fixtures.js.map +0 -1
  689. package/lib/molecule/brand-download-box/test/fixtures.js +0 -28
  690. package/lib/molecule/brand-download-box/test/fixtures.js.map +0 -1
  691. package/lib/molecule/brand-form-group/test/fixtures.js +0 -55
  692. package/lib/molecule/brand-form-group/test/fixtures.js.map +0 -1
  693. package/lib/molecule/brand-tabs/test/fixtures.js +0 -46
  694. package/lib/molecule/brand-tabs/test/fixtures.js.map +0 -1
  695. package/lib/molecule/brand-upload-box/test/fixtures.js +0 -28
  696. package/lib/molecule/brand-upload-box/test/fixtures.js.map +0 -1
  697. package/lib/molecule/breadcrumbs/test/fixtures.js +0 -22
  698. package/lib/molecule/breadcrumbs/test/fixtures.js.map +0 -1
  699. package/lib/molecule/bullet-point-menu-button/test/fixtures.js +0 -25
  700. package/lib/molecule/bullet-point-menu-button/test/fixtures.js.map +0 -1
  701. package/lib/molecule/card/test/fixtures.js +0 -70
  702. package/lib/molecule/card/test/fixtures.js.map +0 -1
  703. package/lib/molecule/card-content/test/fixtures.js +0 -43
  704. package/lib/molecule/card-content/test/fixtures.js.map +0 -1
  705. package/lib/molecule/card-with-button/test/fixtures.js +0 -28
  706. package/lib/molecule/card-with-button/test/fixtures.js.map +0 -1
  707. package/lib/molecule/cm-popin/test/fixtures.js +0 -28
  708. package/lib/molecule/cm-popin/test/fixtures.js.map +0 -1
  709. package/lib/molecule/cookie-banner/test/fixtures.js +0 -22
  710. package/lib/molecule/cookie-banner/test/fixtures.js.map +0 -1
  711. package/lib/molecule/coorp-manager-roles/test/fixtures.js +0 -22
  712. package/lib/molecule/coorp-manager-roles/test/fixtures.js.map +0 -1
  713. package/lib/molecule/course-section/test/fixtures.js +0 -25
  714. package/lib/molecule/course-section/test/fixtures.js.map +0 -1
  715. package/lib/molecule/course-sections/test/fixtures.js +0 -28
  716. package/lib/molecule/course-sections/test/fixtures.js.map +0 -1
  717. package/lib/molecule/dashboard/battle-request-list/test/fixtures.js +0 -25
  718. package/lib/molecule/dashboard/battle-request-list/test/fixtures.js.map +0 -1
  719. package/lib/molecule/dashboard/cards-list/test/fixtures.js +0 -37
  720. package/lib/molecule/dashboard/cards-list/test/fixtures.js.map +0 -1
  721. package/lib/molecule/dashboard/news-list/test/fixtures.js +0 -28
  722. package/lib/molecule/dashboard/news-list/test/fixtures.js.map +0 -1
  723. package/lib/molecule/dashboard/review-banner/test/fixtures.js +0 -22
  724. package/lib/molecule/dashboard/review-banner/test/fixtures.js.map +0 -1
  725. package/lib/molecule/dashboard/start-battle/test/fixtures.js +0 -25
  726. package/lib/molecule/dashboard/start-battle/test/fixtures.js.map +0 -1
  727. package/lib/molecule/discipline-cta/test/fixtures.js +0 -25
  728. package/lib/molecule/discipline-cta/test/fixtures.js.map +0 -1
  729. package/lib/molecule/discipline-header/test/fixtures.js +0 -43
  730. package/lib/molecule/discipline-header/test/fixtures.js.map +0 -1
  731. package/lib/molecule/discipline-partners/test/fixtures.js +0 -34
  732. package/lib/molecule/discipline-partners/test/fixtures.js.map +0 -1
  733. package/lib/molecule/discipline-scope/test/fixtures.js +0 -43
  734. package/lib/molecule/discipline-scope/test/fixtures.js.map +0 -1
  735. package/lib/molecule/drag-and-drop/test/fixtures.js +0 -40
  736. package/lib/molecule/drag-and-drop/test/fixtures.js.map +0 -1
  737. package/lib/molecule/drag-and-drop-wrapper/test/fixtures.js +0 -25
  738. package/lib/molecule/drag-and-drop-wrapper/test/fixtures.js.map +0 -1
  739. package/lib/molecule/draggable/test/fixtures.js +0 -22
  740. package/lib/molecule/draggable/test/fixtures.js.map +0 -1
  741. package/lib/molecule/draggable-list/test/fixtures.js +0 -25
  742. package/lib/molecule/draggable-list/test/fixtures.js.map +0 -1
  743. package/lib/molecule/external-content-button/test/fixtures.js +0 -31
  744. package/lib/molecule/external-content-button/test/fixtures.js.map +0 -1
  745. package/lib/molecule/external-content-viewer/test/fixtures.js +0 -43
  746. package/lib/molecule/external-content-viewer/test/fixtures.js.map +0 -1
  747. package/lib/molecule/feedback/test/fixtures.js +0 -43
  748. package/lib/molecule/feedback/test/fixtures.js.map +0 -1
  749. package/lib/molecule/filters/test/fixtures.js +0 -52
  750. package/lib/molecule/filters/test/fixtures.js.map +0 -1
  751. package/lib/molecule/forum/forum-comment/test/fixtures.js +0 -28
  752. package/lib/molecule/forum/forum-comment/test/fixtures.js.map +0 -1
  753. package/lib/molecule/forum/forum-post/test/fixtures.js +0 -49
  754. package/lib/molecule/forum/forum-post/test/fixtures.js.map +0 -1
  755. package/lib/molecule/forum/forum-thread/test/fixtures.js +0 -28
  756. package/lib/molecule/forum/forum-thread/test/fixtures.js.map +0 -1
  757. package/lib/molecule/hero/test/fixtures.js +0 -25
  758. package/lib/molecule/hero/test/fixtures.js.map +0 -1
  759. package/lib/molecule/input-text-with-titeled-checkbox/index.js.map +0 -1
  760. package/lib/molecule/input-text-with-titeled-checkbox/test/fixtures/checked.js.map +0 -1
  761. package/lib/molecule/input-text-with-titeled-checkbox/test/fixtures/unchecked.js.map +0 -1
  762. package/lib/molecule/input-text-with-titeled-checkbox/test/fixtures.js +0 -25
  763. package/lib/molecule/input-text-with-titeled-checkbox/test/fixtures.js.map +0 -1
  764. package/lib/molecule/login-alert/test/fixtures.js +0 -22
  765. package/lib/molecule/login-alert/test/fixtures.js.map +0 -1
  766. package/lib/molecule/menu-list/test/fixtures.js +0 -22
  767. package/lib/molecule/menu-list/test/fixtures.js.map +0 -1
  768. package/lib/molecule/message-popin/test/fixtures.js +0 -22
  769. package/lib/molecule/message-popin/test/fixtures.js.map +0 -1
  770. package/lib/molecule/modal/test/fixtures.js +0 -22
  771. package/lib/molecule/modal/test/fixtures.js.map +0 -1
  772. package/lib/molecule/module-bubble/test/fixtures.js +0 -28
  773. package/lib/molecule/module-bubble/test/fixtures.js.map +0 -1
  774. package/lib/molecule/module-card/test/fixtures.js +0 -28
  775. package/lib/molecule/module-card/test/fixtures.js.map +0 -1
  776. package/lib/molecule/news/test/fixtures.js +0 -37
  777. package/lib/molecule/news/test/fixtures.js.map +0 -1
  778. package/lib/molecule/notification-banner/test/fixtures.js +0 -28
  779. package/lib/molecule/notification-banner/test/fixtures.js.map +0 -1
  780. package/lib/molecule/pagination/test/fixtures.js +0 -25
  781. package/lib/molecule/pagination/test/fixtures.js.map +0 -1
  782. package/lib/molecule/payment-form/test/fixtures.js +0 -28
  783. package/lib/molecule/payment-form/test/fixtures.js.map +0 -1
  784. package/lib/molecule/pdf/test/fixtures.js +0 -22
  785. package/lib/molecule/pdf/test/fixtures.js.map +0 -1
  786. package/lib/molecule/popin/test/fixtures.js +0 -34
  787. package/lib/molecule/popin/test/fixtures.js.map +0 -1
  788. package/lib/molecule/product-card/test/fixtures.js +0 -22
  789. package/lib/molecule/product-card/test/fixtures.js.map +0 -1
  790. package/lib/molecule/progress-bar/test/fixtures.js +0 -25
  791. package/lib/molecule/progress-bar/test/fixtures.js.map +0 -1
  792. package/lib/molecule/questions/drop-down/test/fixtures.js +0 -25
  793. package/lib/molecule/questions/drop-down/test/fixtures.js.map +0 -1
  794. package/lib/molecule/questions/free-text/test/fixtures.js +0 -28
  795. package/lib/molecule/questions/free-text/test/fixtures.js.map +0 -1
  796. package/lib/molecule/questions/qcm/test/fixtures.js +0 -31
  797. package/lib/molecule/questions/qcm/test/fixtures.js.map +0 -1
  798. package/lib/molecule/questions/qcm-drag/test/fixtures.js +0 -25
  799. package/lib/molecule/questions/qcm-drag/test/fixtures.js.map +0 -1
  800. package/lib/molecule/questions/qcm-graphic/test/fixtures.js +0 -25
  801. package/lib/molecule/questions/qcm-graphic/test/fixtures.js.map +0 -1
  802. package/lib/molecule/questions/question-range/test/fixtures.js +0 -22
  803. package/lib/molecule/questions/question-range/test/fixtures.js.map +0 -1
  804. package/lib/molecule/questions/template/test/fixtures.js +0 -25
  805. package/lib/molecule/questions/template/test/fixtures.js.map +0 -1
  806. package/lib/molecule/quick-access-card/test/fixtures.js +0 -34
  807. package/lib/molecule/quick-access-card/test/fixtures.js.map +0 -1
  808. package/lib/molecule/quick-access-cards-group/test/fixtures.js +0 -34
  809. package/lib/molecule/quick-access-cards-group/test/fixtures.js.map +0 -1
  810. package/lib/molecule/resource-player/test/fixtures.js +0 -40
  811. package/lib/molecule/resource-player/test/fixtures.js.map +0 -1
  812. package/lib/molecule/review-correction-popin/test/fixtures.js +0 -25
  813. package/lib/molecule/review-correction-popin/test/fixtures.js.map +0 -1
  814. package/lib/molecule/review-header-steps/test/fixtures.js +0 -37
  815. package/lib/molecule/review-header-steps/test/fixtures.js.map +0 -1
  816. package/lib/molecule/scope-content/test/fixtures.js +0 -43
  817. package/lib/molecule/scope-content/test/fixtures.js.map +0 -1
  818. package/lib/molecule/scope-tabs/test/fixtures.js +0 -28
  819. package/lib/molecule/scope-tabs/test/fixtures.js.map +0 -1
  820. package/lib/molecule/search/test/fixtures.js +0 -25
  821. package/lib/molecule/search/test/fixtures.js.map +0 -1
  822. package/lib/molecule/search-form/test/fixtures.js +0 -22
  823. package/lib/molecule/search-form/test/fixtures.js.map +0 -1
  824. package/lib/molecule/select-multiple/test/fixtures.js +0 -49
  825. package/lib/molecule/select-multiple/test/fixtures.js.map +0 -1
  826. package/lib/molecule/setup-cohort-item/test/fixtures.js +0 -31
  827. package/lib/molecule/setup-cohort-item/test/fixtures.js.map +0 -1
  828. package/lib/molecule/setup-section/test/fixtures.js +0 -40
  829. package/lib/molecule/setup-section/test/fixtures.js.map +0 -1
  830. package/lib/molecule/setup-sections/test/fixtures.js +0 -31
  831. package/lib/molecule/setup-sections/test/fixtures.js.map +0 -1
  832. package/lib/molecule/setup-slide/test/fixtures.js +0 -40
  833. package/lib/molecule/setup-slide/test/fixtures.js.map +0 -1
  834. package/lib/molecule/setup-slider/test/fixtures.js +0 -25
  835. package/lib/molecule/setup-slider/test/fixtures.js.map +0 -1
  836. package/lib/molecule/share/test/fixtures.js +0 -22
  837. package/lib/molecule/share/test/fixtures.js.map +0 -1
  838. package/lib/molecule/ssmenu-list/test/fixtures.js +0 -31
  839. package/lib/molecule/ssmenu-list/test/fixtures.js.map +0 -1
  840. package/lib/molecule/subscription-freemium/test/fixtures.js +0 -22
  841. package/lib/molecule/subscription-freemium/test/fixtures.js.map +0 -1
  842. package/lib/molecule/subscription-premium/test/fixtures.js +0 -25
  843. package/lib/molecule/subscription-premium/test/fixtures.js.map +0 -1
  844. package/lib/molecule/table/test/fixtures.js +0 -31
  845. package/lib/molecule/table/test/fixtures.js.map +0 -1
  846. package/lib/molecule/teams-popin/test/fixtures.js +0 -46
  847. package/lib/molecule/teams-popin/test/fixtures.js.map +0 -1
  848. package/lib/molecule/theme-image/test/fixtures.js +0 -22
  849. package/lib/molecule/theme-image/test/fixtures.js.map +0 -1
  850. package/lib/molecule/titled-checkbox/test/fixtures.js +0 -28
  851. package/lib/molecule/titled-checkbox/test/fixtures.js.map +0 -1
  852. package/lib/molecule/unsubscribe/test/fixtures.js +0 -25
  853. package/lib/molecule/unsubscribe/test/fixtures.js.map +0 -1
  854. package/lib/molecule/vertical-tabs/test/fixtures.js +0 -28
  855. package/lib/molecule/vertical-tabs/test/fixtures.js.map +0 -1
  856. package/lib/molecule/video-iframe/test/fixtures.js +0 -40
  857. package/lib/molecule/video-iframe/test/fixtures.js.map +0 -1
  858. package/lib/molecule/video-player/test/fixtures.js +0 -46
  859. package/lib/molecule/video-player/test/fixtures.js.map +0 -1
  860. package/lib/molecule/wizard-summary/test/fixtures.js +0 -37
  861. package/lib/molecule/wizard-summary/test/fixtures.js.map +0 -1
  862. package/lib/organism/accordion/container/test/fixtures.js +0 -28
  863. package/lib/organism/accordion/container/test/fixtures.js.map +0 -1
  864. package/lib/organism/accordion/coorp-manager/part/test/fixtures.js +0 -28
  865. package/lib/organism/accordion/coorp-manager/part/test/fixtures.js.map +0 -1
  866. package/lib/organism/accordion/coorp-manager/test/fixtures.js +0 -22
  867. package/lib/organism/accordion/coorp-manager/test/fixtures.js.map +0 -1
  868. package/lib/organism/accordion/part/test/fixtures.js +0 -25
  869. package/lib/organism/accordion/part/test/fixtures.js.map +0 -1
  870. package/lib/organism/accordion/toggler/test/fixtures.js +0 -28
  871. package/lib/organism/accordion/toggler/test/fixtures.js.map +0 -1
  872. package/lib/organism/brand-analytics/test/fixtures.js +0 -37
  873. package/lib/organism/brand-analytics/test/fixtures.js.map +0 -1
  874. package/lib/organism/brand-dashboard/test/fixtures.js +0 -25
  875. package/lib/organism/brand-dashboard/test/fixtures.js.map +0 -1
  876. package/lib/organism/brand-form/test/fixtures.js +0 -52
  877. package/lib/organism/brand-form/test/fixtures.js.map +0 -1
  878. package/lib/organism/brand-table/test/fixtures.js +0 -31
  879. package/lib/organism/brand-table/test/fixtures.js.map +0 -1
  880. package/lib/organism/brand-upload/test/fixtures.js +0 -25
  881. package/lib/organism/brand-upload/test/fixtures.js.map +0 -1
  882. package/lib/organism/cards-grid/test/fixtures.js +0 -31
  883. package/lib/organism/cards-grid/test/fixtures.js.map +0 -1
  884. package/lib/organism/cart/test/fixtures.js +0 -22
  885. package/lib/organism/cart/test/fixtures.js.map +0 -1
  886. package/lib/organism/content-translation/test/fixtures.js +0 -25
  887. package/lib/organism/content-translation/test/fixtures.js.map +0 -1
  888. package/lib/organism/course-selection/test/fixtures.js +0 -40
  889. package/lib/organism/course-selection/test/fixtures.js.map +0 -1
  890. package/lib/organism/discussion/test/fixtures.js +0 -31
  891. package/lib/organism/discussion/test/fixtures.js.map +0 -1
  892. package/lib/organism/get-the-app/test/fixtures.js +0 -22
  893. package/lib/organism/get-the-app/test/fixtures.js.map +0 -1
  894. package/lib/organism/grid-list/test/fixtures.js +0 -22
  895. package/lib/organism/grid-list/test/fixtures.js.map +0 -1
  896. package/lib/organism/header/test/fixtures.js +0 -22
  897. package/lib/organism/header/test/fixtures.js.map +0 -1
  898. package/lib/organism/hero/test/fixtures.js +0 -28
  899. package/lib/organism/hero/test/fixtures.js.map +0 -1
  900. package/lib/organism/list-item/test/fixtures.js +0 -31
  901. package/lib/organism/list-item/test/fixtures.js.map +0 -1
  902. package/lib/organism/list-items/test/fixtures.js +0 -28
  903. package/lib/organism/list-items/test/fixtures.js.map +0 -1
  904. package/lib/organism/mooc/image-slider/test/fixtures.js +0 -25
  905. package/lib/organism/mooc/image-slider/test/fixtures.js.map +0 -1
  906. package/lib/organism/mooc-footer/test/fixtures.js +0 -37
  907. package/lib/organism/mooc-footer/test/fixtures.js.map +0 -1
  908. package/lib/organism/mooc-header/test/fixtures.js +0 -49
  909. package/lib/organism/mooc-header/test/fixtures.js.map +0 -1
  910. package/lib/organism/playlist-translation/test/fixtures.js +0 -25
  911. package/lib/organism/playlist-translation/test/fixtures.js.map +0 -1
  912. package/lib/organism/popin/test/fixtures.js +0 -22
  913. package/lib/organism/popin/test/fixtures.js.map +0 -1
  914. package/lib/organism/resource-browser/test/fixtures.js +0 -58
  915. package/lib/organism/resource-browser/test/fixtures.js.map +0 -1
  916. package/lib/organism/search-and-chips-results/test/fixtures.js +0 -37
  917. package/lib/organism/search-and-chips-results/test/fixtures.js.map +0 -1
  918. package/lib/organism/settings/test/fixtures.js +0 -31
  919. package/lib/organism/settings/test/fixtures.js.map +0 -1
  920. package/lib/organism/setup-header/test/fixtures.js +0 -25
  921. package/lib/organism/setup-header/test/fixtures.js.map +0 -1
  922. package/lib/organism/sidebar/test/fixtures.js +0 -37
  923. package/lib/organism/sidebar/test/fixtures.js.map +0 -1
  924. package/lib/organism/slider/test/fixtures.js +0 -25
  925. package/lib/organism/slider/test/fixtures.js.map +0 -1
  926. package/lib/organism/user-preferences/test/fixtures.js +0 -22
  927. package/lib/organism/user-preferences/test/fixtures.js.map +0 -1
  928. package/lib/organism/wizard-contents/test/fixtures.js +0 -37
  929. package/lib/organism/wizard-contents/test/fixtures.js.map +0 -1
  930. package/lib/template/activity/test/fixtures.js +0 -34
  931. package/lib/template/activity/test/fixtures.js.map +0 -1
  932. package/lib/template/app-player/loading/test/fixtures.js +0 -22
  933. package/lib/template/app-player/loading/test/fixtures.js.map +0 -1
  934. package/lib/template/app-player/player/slides/footer/test/fixtures.js +0 -46
  935. package/lib/template/app-player/player/slides/footer/test/fixtures.js.map +0 -1
  936. package/lib/template/app-player/player/slides/header/test/fixtures.js +0 -37
  937. package/lib/template/app-player/player/slides/header/test/fixtures.js.map +0 -1
  938. package/lib/template/app-player/player/slides/test/fixtures.js +0 -121
  939. package/lib/template/app-player/player/slides/test/fixtures.js.map +0 -1
  940. package/lib/template/app-player/player/test/fixtures.js +0 -85
  941. package/lib/template/app-player/player/test/fixtures.js.map +0 -1
  942. package/lib/template/app-player/popin-correction/test/fixtures.js +0 -73
  943. package/lib/template/app-player/popin-correction/test/fixtures.js.map +0 -1
  944. package/lib/template/app-player/popin-end/test/fixtures.js +0 -79
  945. package/lib/template/app-player/popin-end/test/fixtures.js.map +0 -1
  946. package/lib/template/app-player/popin-header/test/fixtures.js +0 -46
  947. package/lib/template/app-player/popin-header/test/fixtures.js.map +0 -1
  948. package/lib/template/back-office/brand-create/test/fixtures.js +0 -31
  949. package/lib/template/back-office/brand-create/test/fixtures.js.map +0 -1
  950. package/lib/template/back-office/brand-list/test/fixtures.js +0 -28
  951. package/lib/template/back-office/brand-list/test/fixtures.js.map +0 -1
  952. package/lib/template/back-office/brand-update/test/fixtures.js +0 -133
  953. package/lib/template/back-office/brand-update/test/fixtures.js.map +0 -1
  954. package/lib/template/back-office/dashboard-preview/test/fixtures.js +0 -37
  955. package/lib/template/back-office/dashboard-preview/test/fixtures.js.map +0 -1
  956. package/lib/template/battle-requests/test/fixtures.js +0 -22
  957. package/lib/template/battle-requests/test/fixtures.js.map +0 -1
  958. package/lib/template/cockpit/jw-uploader/test/fixtures.js +0 -22
  959. package/lib/template/cockpit/jw-uploader/test/fixtures.js.map +0 -1
  960. package/lib/template/common/authors/test/fixtures.js +0 -25
  961. package/lib/template/common/authors/test/fixtures.js.map +0 -1
  962. package/lib/template/common/coorp-header/test/fixtures.js +0 -25
  963. package/lib/template/common/coorp-header/test/fixtures.js.map +0 -1
  964. package/lib/template/common/dashboard/test/fixtures.js +0 -28
  965. package/lib/template/common/dashboard/test/fixtures.js.map +0 -1
  966. package/lib/template/common/discipline/test/fixtures.js +0 -73
  967. package/lib/template/common/discipline/test/fixtures.js.map +0 -1
  968. package/lib/template/common/search-page/test/fixtures.js +0 -28
  969. package/lib/template/common/search-page/test/fixtures.js.map +0 -1
  970. package/lib/template/external-course/test/fixtures.js +0 -49
  971. package/lib/template/external-course/test/fixtures.js.map +0 -1
  972. package/lib/template/teams-dashboard/test/fixtures.js +0 -28
  973. package/lib/template/teams-dashboard/test/fixtures.js.map +0 -1
@@ -1,17 +0,0 @@
1
- import test from 'ava';
2
- import forEach from 'lodash/forEach';
3
- import renderComponentMacro from '../../../test/helpers/render-component';
4
- import OrganismHero from '..';
5
- import fixtureDefault from './fixtures/default';
6
- import fixtureNoTouch from './fixtures/no-touch';
7
- import fixtureTouch from './fixtures/touch';
8
- test('Organism › OrganismHero > should have valid propTypes', t => {
9
- t.pass();
10
- forEach(OrganismHero.propTypes, (value, key) => {
11
- t.not(value, undefined, `PropType for "Organism.OrganismHero.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
12
- });
13
- });
14
- test('Organism › OrganismHero › Default › should be rendered', renderComponentMacro, OrganismHero, fixtureDefault);
15
- test('Organism › OrganismHero › NoTouch › should be rendered', renderComponentMacro, OrganismHero, fixtureNoTouch);
16
- test('Organism › OrganismHero › Touch › should be rendered', renderComponentMacro, OrganismHero, fixtureTouch);
17
- //# sourceMappingURL=fixtures.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../../src/organism/hero/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","OrganismHero","fixtureDefault","fixtureNoTouch","fixtureTouch","t","pass","propTypes","value","key","not","undefined"],"mappings":"AAAA,OAAOA,IAAP,MAAiB,KAAjB;AACA,OAAOC,OAAP,MAAoB,gBAApB;AACA,OAAOC,oBAAP,MAAiC,wCAAjC;AACA,OAAOC,YAAP,MAAyB,IAAzB;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AACA,OAAOC,cAAP,MAA2B,qBAA3B;AACA,OAAOC,YAAP,MAAyB,kBAAzB;AAEAN,IAAI,CAAC,uDAAD,EAA0DO,CAAC,IAAI;AACjEA,EAAAA,CAAC,CAACC,IAAF;AACAP,EAAAA,OAAO,CAACE,YAAY,CAACM,SAAd,EAAyB,CAACC,KAAD,EAAQC,GAAR,KAAgB;AAC9CJ,IAAAA,CAAC,CAACK,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,iDAAgDF,GAAI,mEAA7E;AACD,GAFM,CAAP;AAGD,CALG,CAAJ;AAOAX,IAAI,CAAC,wDAAD,EAA2DE,oBAA3D,EAAiFC,YAAjF,EAA+FC,cAA/F,CAAJ;AACAJ,IAAI,CAAC,wDAAD,EAA2DE,oBAA3D,EAAiFC,YAAjF,EAA+FE,cAA/F,CAAJ;AACAL,IAAI,CAAC,sDAAD,EAAyDE,oBAAzD,EAA+EC,YAA/E,EAA6FG,YAA7F,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport OrganismHero from '..';\nimport fixtureDefault from './fixtures/default';\nimport fixtureNoTouch from './fixtures/no-touch';\nimport fixtureTouch from './fixtures/touch';\n\ntest('Organism › OrganismHero > should have valid propTypes', t => {\n t.pass();\n forEach(OrganismHero.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Organism.OrganismHero.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Organism › OrganismHero › Default › should be rendered', renderComponentMacro, OrganismHero, fixtureDefault);\ntest('Organism › OrganismHero › NoTouch › should be rendered', renderComponentMacro, OrganismHero, fixtureNoTouch);\ntest('Organism › OrganismHero › Touch › should be rendered', renderComponentMacro, OrganismHero, fixtureTouch);\n"],"file":"fixtures.js"}
@@ -1,19 +0,0 @@
1
- import test from 'ava';
2
- import forEach from 'lodash/forEach';
3
- import renderComponentMacro from '../../../test/helpers/render-component';
4
- import OrganismListItem from '..';
5
- import fixtureArchived from './fixtures/archived';
6
- import fixtureDraft from './fixtures/draft';
7
- import fixturePublished from './fixtures/published';
8
- import fixtureRevised from './fixtures/revised';
9
- test('Organism › OrganismListItem > should have valid propTypes', t => {
10
- t.pass();
11
- forEach(OrganismListItem.propTypes, (value, key) => {
12
- t.not(value, undefined, `PropType for "Organism.OrganismListItem.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
13
- });
14
- });
15
- test('Organism › OrganismListItem › Archived › should be rendered', renderComponentMacro, OrganismListItem, fixtureArchived);
16
- test('Organism › OrganismListItem › Draft › should be rendered', renderComponentMacro, OrganismListItem, fixtureDraft);
17
- test('Organism › OrganismListItem › Published › should be rendered', renderComponentMacro, OrganismListItem, fixturePublished);
18
- test('Organism › OrganismListItem › Revised › should be rendered', renderComponentMacro, OrganismListItem, fixtureRevised);
19
- //# sourceMappingURL=fixtures.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../../src/organism/list-item/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","OrganismListItem","fixtureArchived","fixtureDraft","fixturePublished","fixtureRevised","t","pass","propTypes","value","key","not","undefined"],"mappings":"AAAA,OAAOA,IAAP,MAAiB,KAAjB;AACA,OAAOC,OAAP,MAAoB,gBAApB;AACA,OAAOC,oBAAP,MAAiC,wCAAjC;AACA,OAAOC,gBAAP,MAA6B,IAA7B;AACA,OAAOC,eAAP,MAA4B,qBAA5B;AACA,OAAOC,YAAP,MAAyB,kBAAzB;AACA,OAAOC,gBAAP,MAA6B,sBAA7B;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AAEAP,IAAI,CAAC,2DAAD,EAA8DQ,CAAC,IAAI;AACrEA,EAAAA,CAAC,CAACC,IAAF;AACAR,EAAAA,OAAO,CAACE,gBAAgB,CAACO,SAAlB,EAA6B,CAACC,KAAD,EAAQC,GAAR,KAAgB;AAClDJ,IAAAA,CAAC,CAACK,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,qDAAoDF,GAAI,mEAAjF;AACD,GAFM,CAAP;AAGD,CALG,CAAJ;AAOAZ,IAAI,CAAC,6DAAD,EAAgEE,oBAAhE,EAAsFC,gBAAtF,EAAwGC,eAAxG,CAAJ;AACAJ,IAAI,CAAC,0DAAD,EAA6DE,oBAA7D,EAAmFC,gBAAnF,EAAqGE,YAArG,CAAJ;AACAL,IAAI,CAAC,8DAAD,EAAiEE,oBAAjE,EAAuFC,gBAAvF,EAAyGG,gBAAzG,CAAJ;AACAN,IAAI,CAAC,4DAAD,EAA+DE,oBAA/D,EAAqFC,gBAArF,EAAuGI,cAAvG,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport OrganismListItem from '..';\nimport fixtureArchived from './fixtures/archived';\nimport fixtureDraft from './fixtures/draft';\nimport fixturePublished from './fixtures/published';\nimport fixtureRevised from './fixtures/revised';\n\ntest('Organism › OrganismListItem > should have valid propTypes', t => {\n t.pass();\n forEach(OrganismListItem.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Organism.OrganismListItem.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Organism › OrganismListItem › Archived › should be rendered', renderComponentMacro, OrganismListItem, fixtureArchived);\ntest('Organism › OrganismListItem › Draft › should be rendered', renderComponentMacro, OrganismListItem, fixtureDraft);\ntest('Organism › OrganismListItem › Published › should be rendered', renderComponentMacro, OrganismListItem, fixturePublished);\ntest('Organism › OrganismListItem › Revised › should be rendered', renderComponentMacro, OrganismListItem, fixtureRevised);\n"],"file":"fixtures.js"}
@@ -1,17 +0,0 @@
1
- import test from 'ava';
2
- import forEach from 'lodash/forEach';
3
- import renderComponentMacro from '../../../test/helpers/render-component';
4
- import OrganismListItems from '..';
5
- import fixtureArchived from './fixtures/archived';
6
- import fixtureDraft from './fixtures/draft';
7
- import fixturePublished from './fixtures/published';
8
- test('Organism › OrganismListItems > should have valid propTypes', t => {
9
- t.pass();
10
- forEach(OrganismListItems.propTypes, (value, key) => {
11
- t.not(value, undefined, `PropType for "Organism.OrganismListItems.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
12
- });
13
- });
14
- test('Organism › OrganismListItems › Archived › should be rendered', renderComponentMacro, OrganismListItems, fixtureArchived);
15
- test('Organism › OrganismListItems › Draft › should be rendered', renderComponentMacro, OrganismListItems, fixtureDraft);
16
- test('Organism › OrganismListItems › Published › should be rendered', renderComponentMacro, OrganismListItems, fixturePublished);
17
- //# sourceMappingURL=fixtures.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../../src/organism/list-items/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","OrganismListItems","fixtureArchived","fixtureDraft","fixturePublished","t","pass","propTypes","value","key","not","undefined"],"mappings":"AAAA,OAAOA,IAAP,MAAiB,KAAjB;AACA,OAAOC,OAAP,MAAoB,gBAApB;AACA,OAAOC,oBAAP,MAAiC,wCAAjC;AACA,OAAOC,iBAAP,MAA8B,IAA9B;AACA,OAAOC,eAAP,MAA4B,qBAA5B;AACA,OAAOC,YAAP,MAAyB,kBAAzB;AACA,OAAOC,gBAAP,MAA6B,sBAA7B;AAEAN,IAAI,CAAC,4DAAD,EAA+DO,CAAC,IAAI;AACtEA,EAAAA,CAAC,CAACC,IAAF;AACAP,EAAAA,OAAO,CAACE,iBAAiB,CAACM,SAAnB,EAA8B,CAACC,KAAD,EAAQC,GAAR,KAAgB;AACnDJ,IAAAA,CAAC,CAACK,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,sDAAqDF,GAAI,mEAAlF;AACD,GAFM,CAAP;AAGD,CALG,CAAJ;AAOAX,IAAI,CAAC,8DAAD,EAAiEE,oBAAjE,EAAuFC,iBAAvF,EAA0GC,eAA1G,CAAJ;AACAJ,IAAI,CAAC,2DAAD,EAA8DE,oBAA9D,EAAoFC,iBAApF,EAAuGE,YAAvG,CAAJ;AACAL,IAAI,CAAC,+DAAD,EAAkEE,oBAAlE,EAAwFC,iBAAxF,EAA2GG,gBAA3G,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport OrganismListItems from '..';\nimport fixtureArchived from './fixtures/archived';\nimport fixtureDraft from './fixtures/draft';\nimport fixturePublished from './fixtures/published';\n\ntest('Organism › OrganismListItems > should have valid propTypes', t => {\n t.pass();\n forEach(OrganismListItems.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Organism.OrganismListItems.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Organism › OrganismListItems › Archived › should be rendered', renderComponentMacro, OrganismListItems, fixtureArchived);\ntest('Organism › OrganismListItems › Draft › should be rendered', renderComponentMacro, OrganismListItems, fixtureDraft);\ntest('Organism › OrganismListItems › Published › should be rendered', renderComponentMacro, OrganismListItems, fixturePublished);\n"],"file":"fixtures.js"}
@@ -1,15 +0,0 @@
1
- import test from 'ava';
2
- import forEach from 'lodash/forEach';
3
- import renderComponentMacro from '../../../../test/helpers/render-component';
4
- import OrganismMoocImageSlider from '..';
5
- import fixtureDefault from './fixtures/default';
6
- import fixtureMultipleSlides from './fixtures/multiple-slides';
7
- test('OrganismMooc › OrganismMoocImageSlider > should have valid propTypes', t => {
8
- t.pass();
9
- forEach(OrganismMoocImageSlider.propTypes, (value, key) => {
10
- t.not(value, undefined, `PropType for "OrganismMooc.OrganismMoocImageSlider.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
11
- });
12
- });
13
- test('OrganismMooc › OrganismMoocImageSlider › Default › should be rendered', renderComponentMacro, OrganismMoocImageSlider, fixtureDefault);
14
- test('OrganismMooc › OrganismMoocImageSlider › MultipleSlides › should be rendered', renderComponentMacro, OrganismMoocImageSlider, fixtureMultipleSlides);
15
- //# sourceMappingURL=fixtures.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../../../src/organism/mooc/image-slider/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","OrganismMoocImageSlider","fixtureDefault","fixtureMultipleSlides","t","pass","propTypes","value","key","not","undefined"],"mappings":"AAAA,OAAOA,IAAP,MAAiB,KAAjB;AACA,OAAOC,OAAP,MAAoB,gBAApB;AACA,OAAOC,oBAAP,MAAiC,2CAAjC;AACA,OAAOC,uBAAP,MAAoC,IAApC;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AACA,OAAOC,qBAAP,MAAkC,4BAAlC;AAEAL,IAAI,CAAC,sEAAD,EAAyEM,CAAC,IAAI;AAChFA,EAAAA,CAAC,CAACC,IAAF;AACAN,EAAAA,OAAO,CAACE,uBAAuB,CAACK,SAAzB,EAAoC,CAACC,KAAD,EAAQC,GAAR,KAAgB;AACzDJ,IAAAA,CAAC,CAACK,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,gEAA+DF,GAAI,mEAA5F;AACD,GAFM,CAAP;AAGD,CALG,CAAJ;AAOAV,IAAI,CAAC,uEAAD,EAA0EE,oBAA1E,EAAgGC,uBAAhG,EAAyHC,cAAzH,CAAJ;AACAJ,IAAI,CAAC,8EAAD,EAAiFE,oBAAjF,EAAuGC,uBAAvG,EAAgIE,qBAAhI,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../../test/helpers/render-component';\nimport OrganismMoocImageSlider from '..';\nimport fixtureDefault from './fixtures/default';\nimport fixtureMultipleSlides from './fixtures/multiple-slides';\n\ntest('OrganismMooc › OrganismMoocImageSlider > should have valid propTypes', t => {\n t.pass();\n forEach(OrganismMoocImageSlider.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"OrganismMooc.OrganismMoocImageSlider.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('OrganismMooc › OrganismMoocImageSlider › Default › should be rendered', renderComponentMacro, OrganismMoocImageSlider, fixtureDefault);\ntest('OrganismMooc › OrganismMoocImageSlider › MultipleSlides › should be rendered', renderComponentMacro, OrganismMoocImageSlider, fixtureMultipleSlides);\n"],"file":"fixtures.js"}
@@ -1,23 +0,0 @@
1
- import test from 'ava';
2
- import forEach from 'lodash/forEach';
3
- import renderComponentMacro from '../../../test/helpers/render-component';
4
- import OrganismMoocFooter from '..';
5
- import fixtureDefault from './fixtures/default';
6
- import fixtureNoMobileapps from './fixtures/no-mobileapps';
7
- import fixtureNoSections from './fixtures/no-sections';
8
- import fixtureNoSocialLinks from './fixtures/no-social-links';
9
- import fixtureNotEnoughPermissionsRoleNoMobileapp from './fixtures/not-enough-permissions-role-no-mobileapp';
10
- import fixtureNotEnoughPermissionsRole from './fixtures/not-enough-permissions-role';
11
- test('Organism › OrganismMoocFooter > should have valid propTypes', t => {
12
- t.pass();
13
- forEach(OrganismMoocFooter.propTypes, (value, key) => {
14
- t.not(value, undefined, `PropType for "Organism.OrganismMoocFooter.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
15
- });
16
- });
17
- test('Organism › OrganismMoocFooter › Default › should be rendered', renderComponentMacro, OrganismMoocFooter, fixtureDefault);
18
- test('Organism › OrganismMoocFooter › NoMobileapps › should be rendered', renderComponentMacro, OrganismMoocFooter, fixtureNoMobileapps);
19
- test('Organism › OrganismMoocFooter › NoSections › should be rendered', renderComponentMacro, OrganismMoocFooter, fixtureNoSections);
20
- test('Organism › OrganismMoocFooter › NoSocialLinks › should be rendered', renderComponentMacro, OrganismMoocFooter, fixtureNoSocialLinks);
21
- test('Organism › OrganismMoocFooter › NotEnoughPermissionsRoleNoMobileapp › should be rendered', renderComponentMacro, OrganismMoocFooter, fixtureNotEnoughPermissionsRoleNoMobileapp);
22
- test('Organism › OrganismMoocFooter › NotEnoughPermissionsRole › should be rendered', renderComponentMacro, OrganismMoocFooter, fixtureNotEnoughPermissionsRole);
23
- //# sourceMappingURL=fixtures.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../../src/organism/mooc-footer/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","OrganismMoocFooter","fixtureDefault","fixtureNoMobileapps","fixtureNoSections","fixtureNoSocialLinks","fixtureNotEnoughPermissionsRoleNoMobileapp","fixtureNotEnoughPermissionsRole","t","pass","propTypes","value","key","not","undefined"],"mappings":"AAAA,OAAOA,IAAP,MAAiB,KAAjB;AACA,OAAOC,OAAP,MAAoB,gBAApB;AACA,OAAOC,oBAAP,MAAiC,wCAAjC;AACA,OAAOC,kBAAP,MAA+B,IAA/B;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AACA,OAAOC,mBAAP,MAAgC,0BAAhC;AACA,OAAOC,iBAAP,MAA8B,wBAA9B;AACA,OAAOC,oBAAP,MAAiC,4BAAjC;AACA,OAAOC,0CAAP,MAAuD,qDAAvD;AACA,OAAOC,+BAAP,MAA4C,wCAA5C;AAEAT,IAAI,CAAC,6DAAD,EAAgEU,CAAC,IAAI;AACvEA,EAAAA,CAAC,CAACC,IAAF;AACAV,EAAAA,OAAO,CAACE,kBAAkB,CAACS,SAApB,EAA+B,CAACC,KAAD,EAAQC,GAAR,KAAgB;AACpDJ,IAAAA,CAAC,CAACK,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,uDAAsDF,GAAI,mEAAnF;AACD,GAFM,CAAP;AAGD,CALG,CAAJ;AAOAd,IAAI,CAAC,8DAAD,EAAiEE,oBAAjE,EAAuFC,kBAAvF,EAA2GC,cAA3G,CAAJ;AACAJ,IAAI,CAAC,mEAAD,EAAsEE,oBAAtE,EAA4FC,kBAA5F,EAAgHE,mBAAhH,CAAJ;AACAL,IAAI,CAAC,iEAAD,EAAoEE,oBAApE,EAA0FC,kBAA1F,EAA8GG,iBAA9G,CAAJ;AACAN,IAAI,CAAC,oEAAD,EAAuEE,oBAAvE,EAA6FC,kBAA7F,EAAiHI,oBAAjH,CAAJ;AACAP,IAAI,CAAC,0FAAD,EAA6FE,oBAA7F,EAAmHC,kBAAnH,EAAuIK,0CAAvI,CAAJ;AACAR,IAAI,CAAC,+EAAD,EAAkFE,oBAAlF,EAAwGC,kBAAxG,EAA4HM,+BAA5H,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport OrganismMoocFooter from '..';\nimport fixtureDefault from './fixtures/default';\nimport fixtureNoMobileapps from './fixtures/no-mobileapps';\nimport fixtureNoSections from './fixtures/no-sections';\nimport fixtureNoSocialLinks from './fixtures/no-social-links';\nimport fixtureNotEnoughPermissionsRoleNoMobileapp from './fixtures/not-enough-permissions-role-no-mobileapp';\nimport fixtureNotEnoughPermissionsRole from './fixtures/not-enough-permissions-role';\n\ntest('Organism › OrganismMoocFooter > should have valid propTypes', t => {\n t.pass();\n forEach(OrganismMoocFooter.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Organism.OrganismMoocFooter.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Organism › OrganismMoocFooter › Default › should be rendered', renderComponentMacro, OrganismMoocFooter, fixtureDefault);\ntest('Organism › OrganismMoocFooter › NoMobileapps › should be rendered', renderComponentMacro, OrganismMoocFooter, fixtureNoMobileapps);\ntest('Organism › OrganismMoocFooter › NoSections › should be rendered', renderComponentMacro, OrganismMoocFooter, fixtureNoSections);\ntest('Organism › OrganismMoocFooter › NoSocialLinks › should be rendered', renderComponentMacro, OrganismMoocFooter, fixtureNoSocialLinks);\ntest('Organism › OrganismMoocFooter › NotEnoughPermissionsRoleNoMobileapp › should be rendered', renderComponentMacro, OrganismMoocFooter, fixtureNotEnoughPermissionsRoleNoMobileapp);\ntest('Organism › OrganismMoocFooter › NotEnoughPermissionsRole › should be rendered', renderComponentMacro, OrganismMoocFooter, fixtureNotEnoughPermissionsRole);\n"],"file":"fixtures.js"}
@@ -1,31 +0,0 @@
1
- import test from 'ava';
2
- import forEach from 'lodash/forEach';
3
- import renderComponentMacro from '../../../test/helpers/render-component';
4
- import OrganismMoocHeader from '..';
5
- import fixtureDefault from './fixtures/default';
6
- import fixtureLinkOnly from './fixtures/link-only';
7
- import fixtureLoggedWithBattleNotifications from './fixtures/logged-with-battle-notifications';
8
- import fixtureLogged from './fixtures/logged';
9
- import fixtureMobileSmallLogoFormat from './fixtures/mobile-small-logo-format';
10
- import fixtureMobileWideLogoFormat from './fixtures/mobile-wide-logo-format';
11
- import fixtureOnHeaderActionHandlers from './fixtures/on-header-action-handlers';
12
- import fixtureTeamsFrench from './fixtures/teams-french';
13
- import fixtureTeams from './fixtures/teams';
14
- import fixtureUserChangePassword from './fixtures/user-change-password';
15
- test('Organism › OrganismMoocHeader > should have valid propTypes', t => {
16
- t.pass();
17
- forEach(OrganismMoocHeader.propTypes, (value, key) => {
18
- t.not(value, undefined, `PropType for "Organism.OrganismMoocHeader.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
19
- });
20
- });
21
- test('Organism › OrganismMoocHeader › Default › should be rendered', renderComponentMacro, OrganismMoocHeader, fixtureDefault);
22
- test('Organism › OrganismMoocHeader › LinkOnly › should be rendered', renderComponentMacro, OrganismMoocHeader, fixtureLinkOnly);
23
- test('Organism › OrganismMoocHeader › LoggedWithBattleNotifications › should be rendered', renderComponentMacro, OrganismMoocHeader, fixtureLoggedWithBattleNotifications);
24
- test('Organism › OrganismMoocHeader › Logged › should be rendered', renderComponentMacro, OrganismMoocHeader, fixtureLogged);
25
- test('Organism › OrganismMoocHeader › MobileSmallLogoFormat › should be rendered', renderComponentMacro, OrganismMoocHeader, fixtureMobileSmallLogoFormat);
26
- test('Organism › OrganismMoocHeader › MobileWideLogoFormat › should be rendered', renderComponentMacro, OrganismMoocHeader, fixtureMobileWideLogoFormat);
27
- test('Organism › OrganismMoocHeader › OnHeaderActionHandlers › should be rendered', renderComponentMacro, OrganismMoocHeader, fixtureOnHeaderActionHandlers);
28
- test('Organism › OrganismMoocHeader › TeamsFrench › should be rendered', renderComponentMacro, OrganismMoocHeader, fixtureTeamsFrench);
29
- test('Organism › OrganismMoocHeader › Teams › should be rendered', renderComponentMacro, OrganismMoocHeader, fixtureTeams);
30
- test('Organism › OrganismMoocHeader › UserChangePassword › should be rendered', renderComponentMacro, OrganismMoocHeader, fixtureUserChangePassword);
31
- //# sourceMappingURL=fixtures.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../../src/organism/mooc-header/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","OrganismMoocHeader","fixtureDefault","fixtureLinkOnly","fixtureLoggedWithBattleNotifications","fixtureLogged","fixtureMobileSmallLogoFormat","fixtureMobileWideLogoFormat","fixtureOnHeaderActionHandlers","fixtureTeamsFrench","fixtureTeams","fixtureUserChangePassword","t","pass","propTypes","value","key","not","undefined"],"mappings":"AAAA,OAAOA,IAAP,MAAiB,KAAjB;AACA,OAAOC,OAAP,MAAoB,gBAApB;AACA,OAAOC,oBAAP,MAAiC,wCAAjC;AACA,OAAOC,kBAAP,MAA+B,IAA/B;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AACA,OAAOC,eAAP,MAA4B,sBAA5B;AACA,OAAOC,oCAAP,MAAiD,6CAAjD;AACA,OAAOC,aAAP,MAA0B,mBAA1B;AACA,OAAOC,4BAAP,MAAyC,qCAAzC;AACA,OAAOC,2BAAP,MAAwC,oCAAxC;AACA,OAAOC,6BAAP,MAA0C,sCAA1C;AACA,OAAOC,kBAAP,MAA+B,yBAA/B;AACA,OAAOC,YAAP,MAAyB,kBAAzB;AACA,OAAOC,yBAAP,MAAsC,iCAAtC;AAEAb,IAAI,CAAC,6DAAD,EAAgEc,CAAC,IAAI;AACvEA,EAAAA,CAAC,CAACC,IAAF;AACAd,EAAAA,OAAO,CAACE,kBAAkB,CAACa,SAApB,EAA+B,CAACC,KAAD,EAAQC,GAAR,KAAgB;AACpDJ,IAAAA,CAAC,CAACK,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,uDAAsDF,GAAI,mEAAnF;AACD,GAFM,CAAP;AAGD,CALG,CAAJ;AAOAlB,IAAI,CAAC,8DAAD,EAAiEE,oBAAjE,EAAuFC,kBAAvF,EAA2GC,cAA3G,CAAJ;AACAJ,IAAI,CAAC,+DAAD,EAAkEE,oBAAlE,EAAwFC,kBAAxF,EAA4GE,eAA5G,CAAJ;AACAL,IAAI,CAAC,oFAAD,EAAuFE,oBAAvF,EAA6GC,kBAA7G,EAAiIG,oCAAjI,CAAJ;AACAN,IAAI,CAAC,6DAAD,EAAgEE,oBAAhE,EAAsFC,kBAAtF,EAA0GI,aAA1G,CAAJ;AACAP,IAAI,CAAC,4EAAD,EAA+EE,oBAA/E,EAAqGC,kBAArG,EAAyHK,4BAAzH,CAAJ;AACAR,IAAI,CAAC,2EAAD,EAA8EE,oBAA9E,EAAoGC,kBAApG,EAAwHM,2BAAxH,CAAJ;AACAT,IAAI,CAAC,6EAAD,EAAgFE,oBAAhF,EAAsGC,kBAAtG,EAA0HO,6BAA1H,CAAJ;AACAV,IAAI,CAAC,kEAAD,EAAqEE,oBAArE,EAA2FC,kBAA3F,EAA+GQ,kBAA/G,CAAJ;AACAX,IAAI,CAAC,4DAAD,EAA+DE,oBAA/D,EAAqFC,kBAArF,EAAyGS,YAAzG,CAAJ;AACAZ,IAAI,CAAC,yEAAD,EAA4EE,oBAA5E,EAAkGC,kBAAlG,EAAsHU,yBAAtH,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport OrganismMoocHeader from '..';\nimport fixtureDefault from './fixtures/default';\nimport fixtureLinkOnly from './fixtures/link-only';\nimport fixtureLoggedWithBattleNotifications from './fixtures/logged-with-battle-notifications';\nimport fixtureLogged from './fixtures/logged';\nimport fixtureMobileSmallLogoFormat from './fixtures/mobile-small-logo-format';\nimport fixtureMobileWideLogoFormat from './fixtures/mobile-wide-logo-format';\nimport fixtureOnHeaderActionHandlers from './fixtures/on-header-action-handlers';\nimport fixtureTeamsFrench from './fixtures/teams-french';\nimport fixtureTeams from './fixtures/teams';\nimport fixtureUserChangePassword from './fixtures/user-change-password';\n\ntest('Organism › OrganismMoocHeader > should have valid propTypes', t => {\n t.pass();\n forEach(OrganismMoocHeader.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Organism.OrganismMoocHeader.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Organism › OrganismMoocHeader › Default › should be rendered', renderComponentMacro, OrganismMoocHeader, fixtureDefault);\ntest('Organism › OrganismMoocHeader › LinkOnly › should be rendered', renderComponentMacro, OrganismMoocHeader, fixtureLinkOnly);\ntest('Organism › OrganismMoocHeader › LoggedWithBattleNotifications › should be rendered', renderComponentMacro, OrganismMoocHeader, fixtureLoggedWithBattleNotifications);\ntest('Organism › OrganismMoocHeader › Logged › should be rendered', renderComponentMacro, OrganismMoocHeader, fixtureLogged);\ntest('Organism › OrganismMoocHeader › MobileSmallLogoFormat › should be rendered', renderComponentMacro, OrganismMoocHeader, fixtureMobileSmallLogoFormat);\ntest('Organism › OrganismMoocHeader › MobileWideLogoFormat › should be rendered', renderComponentMacro, OrganismMoocHeader, fixtureMobileWideLogoFormat);\ntest('Organism › OrganismMoocHeader › OnHeaderActionHandlers › should be rendered', renderComponentMacro, OrganismMoocHeader, fixtureOnHeaderActionHandlers);\ntest('Organism › OrganismMoocHeader › TeamsFrench › should be rendered', renderComponentMacro, OrganismMoocHeader, fixtureTeamsFrench);\ntest('Organism › OrganismMoocHeader › Teams › should be rendered', renderComponentMacro, OrganismMoocHeader, fixtureTeams);\ntest('Organism › OrganismMoocHeader › UserChangePassword › should be rendered', renderComponentMacro, OrganismMoocHeader, fixtureUserChangePassword);\n"],"file":"fixtures.js"}
@@ -1,15 +0,0 @@
1
- import test from 'ava';
2
- import forEach from 'lodash/forEach';
3
- import renderComponentMacro from '../../../test/helpers/render-component';
4
- import OrganismPlaylistTranslation from '..';
5
- import fixtureDefault from './fixtures/default';
6
- import fixtureDelete from './fixtures/delete';
7
- test('Organism › OrganismPlaylistTranslation > should have valid propTypes', t => {
8
- t.pass();
9
- forEach(OrganismPlaylistTranslation.propTypes, (value, key) => {
10
- t.not(value, undefined, `PropType for "Organism.OrganismPlaylistTranslation.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
11
- });
12
- });
13
- test('Organism › OrganismPlaylistTranslation › Default › should be rendered', renderComponentMacro, OrganismPlaylistTranslation, fixtureDefault);
14
- test('Organism › OrganismPlaylistTranslation › Delete › should be rendered', renderComponentMacro, OrganismPlaylistTranslation, fixtureDelete);
15
- //# sourceMappingURL=fixtures.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../../src/organism/playlist-translation/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","OrganismPlaylistTranslation","fixtureDefault","fixtureDelete","t","pass","propTypes","value","key","not","undefined"],"mappings":"AAAA,OAAOA,IAAP,MAAiB,KAAjB;AACA,OAAOC,OAAP,MAAoB,gBAApB;AACA,OAAOC,oBAAP,MAAiC,wCAAjC;AACA,OAAOC,2BAAP,MAAwC,IAAxC;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AACA,OAAOC,aAAP,MAA0B,mBAA1B;AAEAL,IAAI,CAAC,sEAAD,EAAyEM,CAAC,IAAI;AAChFA,EAAAA,CAAC,CAACC,IAAF;AACAN,EAAAA,OAAO,CAACE,2BAA2B,CAACK,SAA7B,EAAwC,CAACC,KAAD,EAAQC,GAAR,KAAgB;AAC7DJ,IAAAA,CAAC,CAACK,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,gEAA+DF,GAAI,mEAA5F;AACD,GAFM,CAAP;AAGD,CALG,CAAJ;AAOAV,IAAI,CAAC,uEAAD,EAA0EE,oBAA1E,EAAgGC,2BAAhG,EAA6HC,cAA7H,CAAJ;AACAJ,IAAI,CAAC,sEAAD,EAAyEE,oBAAzE,EAA+FC,2BAA/F,EAA4HE,aAA5H,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport OrganismPlaylistTranslation from '..';\nimport fixtureDefault from './fixtures/default';\nimport fixtureDelete from './fixtures/delete';\n\ntest('Organism › OrganismPlaylistTranslation > should have valid propTypes', t => {\n t.pass();\n forEach(OrganismPlaylistTranslation.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Organism.OrganismPlaylistTranslation.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Organism › OrganismPlaylistTranslation › Default › should be rendered', renderComponentMacro, OrganismPlaylistTranslation, fixtureDefault);\ntest('Organism › OrganismPlaylistTranslation › Delete › should be rendered', renderComponentMacro, OrganismPlaylistTranslation, fixtureDelete);\n"],"file":"fixtures.js"}
@@ -1,13 +0,0 @@
1
- import test from 'ava';
2
- import forEach from 'lodash/forEach';
3
- import renderComponentMacro from '../../../test/helpers/render-component';
4
- import OrganismPopin from '..';
5
- import fixtureDefault from './fixtures/default';
6
- test('Organism › OrganismPopin > should have valid propTypes', t => {
7
- t.pass();
8
- forEach(OrganismPopin.propTypes, (value, key) => {
9
- t.not(value, undefined, `PropType for "Organism.OrganismPopin.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
10
- });
11
- });
12
- test('Organism › OrganismPopin › Default › should be rendered', renderComponentMacro, OrganismPopin, fixtureDefault);
13
- //# sourceMappingURL=fixtures.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../../src/organism/popin/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","OrganismPopin","fixtureDefault","t","pass","propTypes","value","key","not","undefined"],"mappings":"AAAA,OAAOA,IAAP,MAAiB,KAAjB;AACA,OAAOC,OAAP,MAAoB,gBAApB;AACA,OAAOC,oBAAP,MAAiC,wCAAjC;AACA,OAAOC,aAAP,MAA0B,IAA1B;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AAEAJ,IAAI,CAAC,wDAAD,EAA2DK,CAAC,IAAI;AAClEA,EAAAA,CAAC,CAACC,IAAF;AACAL,EAAAA,OAAO,CAACE,aAAa,CAACI,SAAf,EAA0B,CAACC,KAAD,EAAQC,GAAR,KAAgB;AAC/CJ,IAAAA,CAAC,CAACK,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,kDAAiDF,GAAI,mEAA9E;AACD,GAFM,CAAP;AAGD,CALG,CAAJ;AAOAT,IAAI,CAAC,yDAAD,EAA4DE,oBAA5D,EAAkFC,aAAlF,EAAiGC,cAAjG,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport OrganismPopin from '..';\nimport fixtureDefault from './fixtures/default';\n\ntest('Organism › OrganismPopin > should have valid propTypes', t => {\n t.pass();\n forEach(OrganismPopin.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Organism.OrganismPopin.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Organism › OrganismPopin › Default › should be rendered', renderComponentMacro, OrganismPopin, fixtureDefault);\n"],"file":"fixtures.js"}
@@ -1,37 +0,0 @@
1
- import test from 'ava';
2
- import forEach from 'lodash/forEach';
3
- import renderComponentMacro from '../../../test/helpers/render-component';
4
- import OrganismResourceBrowser from '..';
5
- import fixtureArabic from './fixtures/arabic';
6
- import fixtureAudio from './fixtures/audio';
7
- import fixtureH5P from './fixtures/h5p';
8
- import fixtureJwplayerWithOverlay from './fixtures/jwplayer-with-overlay';
9
- import fixtureJwplayer from './fixtures/jwplayer';
10
- import fixtureKontiki from './fixtures/kontiki';
11
- import fixtureMp4 from './fixtures/mp4';
12
- import fixtureOmniPlayer from './fixtures/omni-player';
13
- import fixtureOneVideo from './fixtures/one-video';
14
- import fixturePdfWithOverlay from './fixtures/pdf-with-overlay';
15
- import fixturePdf from './fixtures/pdf';
16
- import fixtureVimeoWithOverlay from './fixtures/vimeo-with-overlay';
17
- import fixtureVimeo from './fixtures/vimeo';
18
- test('Organism › OrganismResourceBrowser > should have valid propTypes', t => {
19
- t.pass();
20
- forEach(OrganismResourceBrowser.propTypes, (value, key) => {
21
- t.not(value, undefined, `PropType for "Organism.OrganismResourceBrowser.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
22
- });
23
- });
24
- test('Organism › OrganismResourceBrowser › Arabic › should be rendered', renderComponentMacro, OrganismResourceBrowser, fixtureArabic);
25
- test('Organism › OrganismResourceBrowser › Audio › should be rendered', renderComponentMacro, OrganismResourceBrowser, fixtureAudio);
26
- test('Organism › OrganismResourceBrowser › H5P › should be rendered', renderComponentMacro, OrganismResourceBrowser, fixtureH5P);
27
- test('Organism › OrganismResourceBrowser › JwplayerWithOverlay › should be rendered', renderComponentMacro, OrganismResourceBrowser, fixtureJwplayerWithOverlay);
28
- test('Organism › OrganismResourceBrowser › Jwplayer › should be rendered', renderComponentMacro, OrganismResourceBrowser, fixtureJwplayer);
29
- test('Organism › OrganismResourceBrowser › Kontiki › should be rendered', renderComponentMacro, OrganismResourceBrowser, fixtureKontiki);
30
- test('Organism › OrganismResourceBrowser › Mp4 › should be rendered', renderComponentMacro, OrganismResourceBrowser, fixtureMp4);
31
- test('Organism › OrganismResourceBrowser › OmniPlayer › should be rendered', renderComponentMacro, OrganismResourceBrowser, fixtureOmniPlayer);
32
- test('Organism › OrganismResourceBrowser › OneVideo › should be rendered', renderComponentMacro, OrganismResourceBrowser, fixtureOneVideo);
33
- test('Organism › OrganismResourceBrowser › PdfWithOverlay › should be rendered', renderComponentMacro, OrganismResourceBrowser, fixturePdfWithOverlay);
34
- test('Organism › OrganismResourceBrowser › Pdf › should be rendered', renderComponentMacro, OrganismResourceBrowser, fixturePdf);
35
- test('Organism › OrganismResourceBrowser › VimeoWithOverlay › should be rendered', renderComponentMacro, OrganismResourceBrowser, fixtureVimeoWithOverlay);
36
- test('Organism › OrganismResourceBrowser › Vimeo › should be rendered', renderComponentMacro, OrganismResourceBrowser, fixtureVimeo);
37
- //# sourceMappingURL=fixtures.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../../src/organism/resource-browser/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","OrganismResourceBrowser","fixtureArabic","fixtureAudio","fixtureH5P","fixtureJwplayerWithOverlay","fixtureJwplayer","fixtureKontiki","fixtureMp4","fixtureOmniPlayer","fixtureOneVideo","fixturePdfWithOverlay","fixturePdf","fixtureVimeoWithOverlay","fixtureVimeo","t","pass","propTypes","value","key","not","undefined"],"mappings":"AAAA,OAAOA,IAAP,MAAiB,KAAjB;AACA,OAAOC,OAAP,MAAoB,gBAApB;AACA,OAAOC,oBAAP,MAAiC,wCAAjC;AACA,OAAOC,uBAAP,MAAoC,IAApC;AACA,OAAOC,aAAP,MAA0B,mBAA1B;AACA,OAAOC,YAAP,MAAyB,kBAAzB;AACA,OAAOC,UAAP,MAAuB,gBAAvB;AACA,OAAOC,0BAAP,MAAuC,kCAAvC;AACA,OAAOC,eAAP,MAA4B,qBAA5B;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AACA,OAAOC,UAAP,MAAuB,gBAAvB;AACA,OAAOC,iBAAP,MAA8B,wBAA9B;AACA,OAAOC,eAAP,MAA4B,sBAA5B;AACA,OAAOC,qBAAP,MAAkC,6BAAlC;AACA,OAAOC,UAAP,MAAuB,gBAAvB;AACA,OAAOC,uBAAP,MAAoC,+BAApC;AACA,OAAOC,YAAP,MAAyB,kBAAzB;AAEAhB,IAAI,CAAC,kEAAD,EAAqEiB,CAAC,IAAI;AAC5EA,EAAAA,CAAC,CAACC,IAAF;AACAjB,EAAAA,OAAO,CAACE,uBAAuB,CAACgB,SAAzB,EAAoC,CAACC,KAAD,EAAQC,GAAR,KAAgB;AACzDJ,IAAAA,CAAC,CAACK,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,4DAA2DF,GAAI,mEAAxF;AACD,GAFM,CAAP;AAGD,CALG,CAAJ;AAOArB,IAAI,CAAC,kEAAD,EAAqEE,oBAArE,EAA2FC,uBAA3F,EAAoHC,aAApH,CAAJ;AACAJ,IAAI,CAAC,iEAAD,EAAoEE,oBAApE,EAA0FC,uBAA1F,EAAmHE,YAAnH,CAAJ;AACAL,IAAI,CAAC,+DAAD,EAAkEE,oBAAlE,EAAwFC,uBAAxF,EAAiHG,UAAjH,CAAJ;AACAN,IAAI,CAAC,+EAAD,EAAkFE,oBAAlF,EAAwGC,uBAAxG,EAAiII,0BAAjI,CAAJ;AACAP,IAAI,CAAC,oEAAD,EAAuEE,oBAAvE,EAA6FC,uBAA7F,EAAsHK,eAAtH,CAAJ;AACAR,IAAI,CAAC,mEAAD,EAAsEE,oBAAtE,EAA4FC,uBAA5F,EAAqHM,cAArH,CAAJ;AACAT,IAAI,CAAC,+DAAD,EAAkEE,oBAAlE,EAAwFC,uBAAxF,EAAiHO,UAAjH,CAAJ;AACAV,IAAI,CAAC,sEAAD,EAAyEE,oBAAzE,EAA+FC,uBAA/F,EAAwHQ,iBAAxH,CAAJ;AACAX,IAAI,CAAC,oEAAD,EAAuEE,oBAAvE,EAA6FC,uBAA7F,EAAsHS,eAAtH,CAAJ;AACAZ,IAAI,CAAC,0EAAD,EAA6EE,oBAA7E,EAAmGC,uBAAnG,EAA4HU,qBAA5H,CAAJ;AACAb,IAAI,CAAC,+DAAD,EAAkEE,oBAAlE,EAAwFC,uBAAxF,EAAiHW,UAAjH,CAAJ;AACAd,IAAI,CAAC,4EAAD,EAA+EE,oBAA/E,EAAqGC,uBAArG,EAA8HY,uBAA9H,CAAJ;AACAf,IAAI,CAAC,iEAAD,EAAoEE,oBAApE,EAA0FC,uBAA1F,EAAmHa,YAAnH,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport OrganismResourceBrowser from '..';\nimport fixtureArabic from './fixtures/arabic';\nimport fixtureAudio from './fixtures/audio';\nimport fixtureH5P from './fixtures/h5p';\nimport fixtureJwplayerWithOverlay from './fixtures/jwplayer-with-overlay';\nimport fixtureJwplayer from './fixtures/jwplayer';\nimport fixtureKontiki from './fixtures/kontiki';\nimport fixtureMp4 from './fixtures/mp4';\nimport fixtureOmniPlayer from './fixtures/omni-player';\nimport fixtureOneVideo from './fixtures/one-video';\nimport fixturePdfWithOverlay from './fixtures/pdf-with-overlay';\nimport fixturePdf from './fixtures/pdf';\nimport fixtureVimeoWithOverlay from './fixtures/vimeo-with-overlay';\nimport fixtureVimeo from './fixtures/vimeo';\n\ntest('Organism › OrganismResourceBrowser > should have valid propTypes', t => {\n t.pass();\n forEach(OrganismResourceBrowser.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Organism.OrganismResourceBrowser.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Organism › OrganismResourceBrowser › Arabic › should be rendered', renderComponentMacro, OrganismResourceBrowser, fixtureArabic);\ntest('Organism › OrganismResourceBrowser › Audio › should be rendered', renderComponentMacro, OrganismResourceBrowser, fixtureAudio);\ntest('Organism › OrganismResourceBrowser › H5P › should be rendered', renderComponentMacro, OrganismResourceBrowser, fixtureH5P);\ntest('Organism › OrganismResourceBrowser › JwplayerWithOverlay › should be rendered', renderComponentMacro, OrganismResourceBrowser, fixtureJwplayerWithOverlay);\ntest('Organism › OrganismResourceBrowser › Jwplayer › should be rendered', renderComponentMacro, OrganismResourceBrowser, fixtureJwplayer);\ntest('Organism › OrganismResourceBrowser › Kontiki › should be rendered', renderComponentMacro, OrganismResourceBrowser, fixtureKontiki);\ntest('Organism › OrganismResourceBrowser › Mp4 › should be rendered', renderComponentMacro, OrganismResourceBrowser, fixtureMp4);\ntest('Organism › OrganismResourceBrowser › OmniPlayer › should be rendered', renderComponentMacro, OrganismResourceBrowser, fixtureOmniPlayer);\ntest('Organism › OrganismResourceBrowser › OneVideo › should be rendered', renderComponentMacro, OrganismResourceBrowser, fixtureOneVideo);\ntest('Organism › OrganismResourceBrowser › PdfWithOverlay › should be rendered', renderComponentMacro, OrganismResourceBrowser, fixturePdfWithOverlay);\ntest('Organism › OrganismResourceBrowser › Pdf › should be rendered', renderComponentMacro, OrganismResourceBrowser, fixturePdf);\ntest('Organism › OrganismResourceBrowser › VimeoWithOverlay › should be rendered', renderComponentMacro, OrganismResourceBrowser, fixtureVimeoWithOverlay);\ntest('Organism › OrganismResourceBrowser › Vimeo › should be rendered', renderComponentMacro, OrganismResourceBrowser, fixtureVimeo);\n"],"file":"fixtures.js"}
@@ -1,23 +0,0 @@
1
- import test from 'ava';
2
- import forEach from 'lodash/forEach';
3
- import renderComponentMacro from '../../../test/helpers/render-component';
4
- import OrganismSearchAndChipsResults from '..';
5
- import fixtureDefault from './fixtures/default';
6
- import fixtureEmpty from './fixtures/empty';
7
- import fixtureFiltered from './fixtures/filtered';
8
- import fixtureLoading from './fixtures/loading';
9
- import fixtureSortedSelected from './fixtures/sorted-selected';
10
- import fixtureUnsortedSelected from './fixtures/unsorted-selected';
11
- test('Organism › OrganismSearchAndChipsResults > should have valid propTypes', t => {
12
- t.pass();
13
- forEach(OrganismSearchAndChipsResults.propTypes, (value, key) => {
14
- t.not(value, undefined, `PropType for "Organism.OrganismSearchAndChipsResults.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
15
- });
16
- });
17
- test('Organism › OrganismSearchAndChipsResults › Default › should be rendered', renderComponentMacro, OrganismSearchAndChipsResults, fixtureDefault);
18
- test('Organism › OrganismSearchAndChipsResults › Empty › should be rendered', renderComponentMacro, OrganismSearchAndChipsResults, fixtureEmpty);
19
- test('Organism › OrganismSearchAndChipsResults › Filtered › should be rendered', renderComponentMacro, OrganismSearchAndChipsResults, fixtureFiltered);
20
- test('Organism › OrganismSearchAndChipsResults › Loading › should be rendered', renderComponentMacro, OrganismSearchAndChipsResults, fixtureLoading);
21
- test('Organism › OrganismSearchAndChipsResults › SortedSelected › should be rendered', renderComponentMacro, OrganismSearchAndChipsResults, fixtureSortedSelected);
22
- test('Organism › OrganismSearchAndChipsResults › UnsortedSelected › should be rendered', renderComponentMacro, OrganismSearchAndChipsResults, fixtureUnsortedSelected);
23
- //# sourceMappingURL=fixtures.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../../src/organism/search-and-chips-results/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","OrganismSearchAndChipsResults","fixtureDefault","fixtureEmpty","fixtureFiltered","fixtureLoading","fixtureSortedSelected","fixtureUnsortedSelected","t","pass","propTypes","value","key","not","undefined"],"mappings":"AAAA,OAAOA,IAAP,MAAiB,KAAjB;AACA,OAAOC,OAAP,MAAoB,gBAApB;AACA,OAAOC,oBAAP,MAAiC,wCAAjC;AACA,OAAOC,6BAAP,MAA0C,IAA1C;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AACA,OAAOC,YAAP,MAAyB,kBAAzB;AACA,OAAOC,eAAP,MAA4B,qBAA5B;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AACA,OAAOC,qBAAP,MAAkC,4BAAlC;AACA,OAAOC,uBAAP,MAAoC,8BAApC;AAEAT,IAAI,CAAC,wEAAD,EAA2EU,CAAC,IAAI;AAClFA,EAAAA,CAAC,CAACC,IAAF;AACAV,EAAAA,OAAO,CAACE,6BAA6B,CAACS,SAA/B,EAA0C,CAACC,KAAD,EAAQC,GAAR,KAAgB;AAC/DJ,IAAAA,CAAC,CAACK,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,kEAAiEF,GAAI,mEAA9F;AACD,GAFM,CAAP;AAGD,CALG,CAAJ;AAOAd,IAAI,CAAC,yEAAD,EAA4EE,oBAA5E,EAAkGC,6BAAlG,EAAiIC,cAAjI,CAAJ;AACAJ,IAAI,CAAC,uEAAD,EAA0EE,oBAA1E,EAAgGC,6BAAhG,EAA+HE,YAA/H,CAAJ;AACAL,IAAI,CAAC,0EAAD,EAA6EE,oBAA7E,EAAmGC,6BAAnG,EAAkIG,eAAlI,CAAJ;AACAN,IAAI,CAAC,yEAAD,EAA4EE,oBAA5E,EAAkGC,6BAAlG,EAAiII,cAAjI,CAAJ;AACAP,IAAI,CAAC,gFAAD,EAAmFE,oBAAnF,EAAyGC,6BAAzG,EAAwIK,qBAAxI,CAAJ;AACAR,IAAI,CAAC,kFAAD,EAAqFE,oBAArF,EAA2GC,6BAA3G,EAA0IM,uBAA1I,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport OrganismSearchAndChipsResults from '..';\nimport fixtureDefault from './fixtures/default';\nimport fixtureEmpty from './fixtures/empty';\nimport fixtureFiltered from './fixtures/filtered';\nimport fixtureLoading from './fixtures/loading';\nimport fixtureSortedSelected from './fixtures/sorted-selected';\nimport fixtureUnsortedSelected from './fixtures/unsorted-selected';\n\ntest('Organism › OrganismSearchAndChipsResults > should have valid propTypes', t => {\n t.pass();\n forEach(OrganismSearchAndChipsResults.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Organism.OrganismSearchAndChipsResults.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Organism › OrganismSearchAndChipsResults › Default › should be rendered', renderComponentMacro, OrganismSearchAndChipsResults, fixtureDefault);\ntest('Organism › OrganismSearchAndChipsResults › Empty › should be rendered', renderComponentMacro, OrganismSearchAndChipsResults, fixtureEmpty);\ntest('Organism › OrganismSearchAndChipsResults › Filtered › should be rendered', renderComponentMacro, OrganismSearchAndChipsResults, fixtureFiltered);\ntest('Organism › OrganismSearchAndChipsResults › Loading › should be rendered', renderComponentMacro, OrganismSearchAndChipsResults, fixtureLoading);\ntest('Organism › OrganismSearchAndChipsResults › SortedSelected › should be rendered', renderComponentMacro, OrganismSearchAndChipsResults, fixtureSortedSelected);\ntest('Organism › OrganismSearchAndChipsResults › UnsortedSelected › should be rendered', renderComponentMacro, OrganismSearchAndChipsResults, fixtureUnsortedSelected);\n"],"file":"fixtures.js"}
@@ -1,19 +0,0 @@
1
- import test from 'ava';
2
- import forEach from 'lodash/forEach';
3
- import renderComponentMacro from '../../../test/helpers/render-component';
4
- import OrganismSettings from '..';
5
- import fixtureDefault from './fixtures/default';
6
- import fixtureFreemium from './fixtures/freemium';
7
- import fixturePremium from './fixtures/premium';
8
- import fixturePromoCode from './fixtures/promo-code';
9
- test('Organism › OrganismSettings > should have valid propTypes', t => {
10
- t.pass();
11
- forEach(OrganismSettings.propTypes, (value, key) => {
12
- t.not(value, undefined, `PropType for "Organism.OrganismSettings.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
13
- });
14
- });
15
- test('Organism › OrganismSettings › Default › should be rendered', renderComponentMacro, OrganismSettings, fixtureDefault);
16
- test('Organism › OrganismSettings › Freemium › should be rendered', renderComponentMacro, OrganismSettings, fixtureFreemium);
17
- test('Organism › OrganismSettings › Premium › should be rendered', renderComponentMacro, OrganismSettings, fixturePremium);
18
- test('Organism › OrganismSettings › PromoCode › should be rendered', renderComponentMacro, OrganismSettings, fixturePromoCode);
19
- //# sourceMappingURL=fixtures.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../../src/organism/settings/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","OrganismSettings","fixtureDefault","fixtureFreemium","fixturePremium","fixturePromoCode","t","pass","propTypes","value","key","not","undefined"],"mappings":"AAAA,OAAOA,IAAP,MAAiB,KAAjB;AACA,OAAOC,OAAP,MAAoB,gBAApB;AACA,OAAOC,oBAAP,MAAiC,wCAAjC;AACA,OAAOC,gBAAP,MAA6B,IAA7B;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AACA,OAAOC,eAAP,MAA4B,qBAA5B;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AACA,OAAOC,gBAAP,MAA6B,uBAA7B;AAEAP,IAAI,CAAC,2DAAD,EAA8DQ,CAAC,IAAI;AACrEA,EAAAA,CAAC,CAACC,IAAF;AACAR,EAAAA,OAAO,CAACE,gBAAgB,CAACO,SAAlB,EAA6B,CAACC,KAAD,EAAQC,GAAR,KAAgB;AAClDJ,IAAAA,CAAC,CAACK,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,qDAAoDF,GAAI,mEAAjF;AACD,GAFM,CAAP;AAGD,CALG,CAAJ;AAOAZ,IAAI,CAAC,4DAAD,EAA+DE,oBAA/D,EAAqFC,gBAArF,EAAuGC,cAAvG,CAAJ;AACAJ,IAAI,CAAC,6DAAD,EAAgEE,oBAAhE,EAAsFC,gBAAtF,EAAwGE,eAAxG,CAAJ;AACAL,IAAI,CAAC,4DAAD,EAA+DE,oBAA/D,EAAqFC,gBAArF,EAAuGG,cAAvG,CAAJ;AACAN,IAAI,CAAC,8DAAD,EAAiEE,oBAAjE,EAAuFC,gBAAvF,EAAyGI,gBAAzG,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport OrganismSettings from '..';\nimport fixtureDefault from './fixtures/default';\nimport fixtureFreemium from './fixtures/freemium';\nimport fixturePremium from './fixtures/premium';\nimport fixturePromoCode from './fixtures/promo-code';\n\ntest('Organism › OrganismSettings > should have valid propTypes', t => {\n t.pass();\n forEach(OrganismSettings.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Organism.OrganismSettings.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Organism › OrganismSettings › Default › should be rendered', renderComponentMacro, OrganismSettings, fixtureDefault);\ntest('Organism › OrganismSettings › Freemium › should be rendered', renderComponentMacro, OrganismSettings, fixtureFreemium);\ntest('Organism › OrganismSettings › Premium › should be rendered', renderComponentMacro, OrganismSettings, fixturePremium);\ntest('Organism › OrganismSettings › PromoCode › should be rendered', renderComponentMacro, OrganismSettings, fixturePromoCode);\n"],"file":"fixtures.js"}
@@ -1,15 +0,0 @@
1
- import test from 'ava';
2
- import forEach from 'lodash/forEach';
3
- import renderComponentMacro from '../../../test/helpers/render-component';
4
- import OrganismSetupHeader from '..';
5
- import fixtureDefault from './fixtures/default';
6
- import fixtureFromDashboards from './fixtures/from-dashboards';
7
- test('Organism › OrganismSetupHeader > should have valid propTypes', t => {
8
- t.pass();
9
- forEach(OrganismSetupHeader.propTypes, (value, key) => {
10
- t.not(value, undefined, `PropType for "Organism.OrganismSetupHeader.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
11
- });
12
- });
13
- test('Organism › OrganismSetupHeader › Default › should be rendered', renderComponentMacro, OrganismSetupHeader, fixtureDefault);
14
- test('Organism › OrganismSetupHeader › FromDashboards › should be rendered', renderComponentMacro, OrganismSetupHeader, fixtureFromDashboards);
15
- //# sourceMappingURL=fixtures.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../../src/organism/setup-header/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","OrganismSetupHeader","fixtureDefault","fixtureFromDashboards","t","pass","propTypes","value","key","not","undefined"],"mappings":"AAAA,OAAOA,IAAP,MAAiB,KAAjB;AACA,OAAOC,OAAP,MAAoB,gBAApB;AACA,OAAOC,oBAAP,MAAiC,wCAAjC;AACA,OAAOC,mBAAP,MAAgC,IAAhC;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AACA,OAAOC,qBAAP,MAAkC,4BAAlC;AAEAL,IAAI,CAAC,8DAAD,EAAiEM,CAAC,IAAI;AACxEA,EAAAA,CAAC,CAACC,IAAF;AACAN,EAAAA,OAAO,CAACE,mBAAmB,CAACK,SAArB,EAAgC,CAACC,KAAD,EAAQC,GAAR,KAAgB;AACrDJ,IAAAA,CAAC,CAACK,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,wDAAuDF,GAAI,mEAApF;AACD,GAFM,CAAP;AAGD,CALG,CAAJ;AAOAV,IAAI,CAAC,+DAAD,EAAkEE,oBAAlE,EAAwFC,mBAAxF,EAA6GC,cAA7G,CAAJ;AACAJ,IAAI,CAAC,sEAAD,EAAyEE,oBAAzE,EAA+FC,mBAA/F,EAAoHE,qBAApH,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport OrganismSetupHeader from '..';\nimport fixtureDefault from './fixtures/default';\nimport fixtureFromDashboards from './fixtures/from-dashboards';\n\ntest('Organism › OrganismSetupHeader > should have valid propTypes', t => {\n t.pass();\n forEach(OrganismSetupHeader.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Organism.OrganismSetupHeader.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Organism › OrganismSetupHeader › Default › should be rendered', renderComponentMacro, OrganismSetupHeader, fixtureDefault);\ntest('Organism › OrganismSetupHeader › FromDashboards › should be rendered', renderComponentMacro, OrganismSetupHeader, fixtureFromDashboards);\n"],"file":"fixtures.js"}
@@ -1,23 +0,0 @@
1
- import test from 'ava';
2
- import forEach from 'lodash/forEach';
3
- import renderComponentMacro from '../../../test/helpers/render-component';
4
- import OrganismSidebar from '..';
5
- import fixtureAnalytics from './fixtures/analytics';
6
- import fixtureCustom from './fixtures/custom';
7
- import fixtureDashboards from './fixtures/dashboards';
8
- import fixtureDefault from './fixtures/default';
9
- import fixtureOldAnalytics from './fixtures/old-analytics';
10
- import fixtureShowcase from './fixtures/showcase';
11
- test('Organism › OrganismSidebar > should have valid propTypes', t => {
12
- t.pass();
13
- forEach(OrganismSidebar.propTypes, (value, key) => {
14
- t.not(value, undefined, `PropType for "Organism.OrganismSidebar.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
15
- });
16
- });
17
- test('Organism › OrganismSidebar › Analytics › should be rendered', renderComponentMacro, OrganismSidebar, fixtureAnalytics);
18
- test('Organism › OrganismSidebar › Custom › should be rendered', renderComponentMacro, OrganismSidebar, fixtureCustom);
19
- test('Organism › OrganismSidebar › Dashboards › should be rendered', renderComponentMacro, OrganismSidebar, fixtureDashboards);
20
- test('Organism › OrganismSidebar › Default › should be rendered', renderComponentMacro, OrganismSidebar, fixtureDefault);
21
- test('Organism › OrganismSidebar › OldAnalytics › should be rendered', renderComponentMacro, OrganismSidebar, fixtureOldAnalytics);
22
- test('Organism › OrganismSidebar › Showcase › should be rendered', renderComponentMacro, OrganismSidebar, fixtureShowcase);
23
- //# sourceMappingURL=fixtures.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../../src/organism/sidebar/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","OrganismSidebar","fixtureAnalytics","fixtureCustom","fixtureDashboards","fixtureDefault","fixtureOldAnalytics","fixtureShowcase","t","pass","propTypes","value","key","not","undefined"],"mappings":"AAAA,OAAOA,IAAP,MAAiB,KAAjB;AACA,OAAOC,OAAP,MAAoB,gBAApB;AACA,OAAOC,oBAAP,MAAiC,wCAAjC;AACA,OAAOC,eAAP,MAA4B,IAA5B;AACA,OAAOC,gBAAP,MAA6B,sBAA7B;AACA,OAAOC,aAAP,MAA0B,mBAA1B;AACA,OAAOC,iBAAP,MAA8B,uBAA9B;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AACA,OAAOC,mBAAP,MAAgC,0BAAhC;AACA,OAAOC,eAAP,MAA4B,qBAA5B;AAEAT,IAAI,CAAC,0DAAD,EAA6DU,CAAC,IAAI;AACpEA,EAAAA,CAAC,CAACC,IAAF;AACAV,EAAAA,OAAO,CAACE,eAAe,CAACS,SAAjB,EAA4B,CAACC,KAAD,EAAQC,GAAR,KAAgB;AACjDJ,IAAAA,CAAC,CAACK,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,oDAAmDF,GAAI,mEAAhF;AACD,GAFM,CAAP;AAGD,CALG,CAAJ;AAOAd,IAAI,CAAC,6DAAD,EAAgEE,oBAAhE,EAAsFC,eAAtF,EAAuGC,gBAAvG,CAAJ;AACAJ,IAAI,CAAC,0DAAD,EAA6DE,oBAA7D,EAAmFC,eAAnF,EAAoGE,aAApG,CAAJ;AACAL,IAAI,CAAC,8DAAD,EAAiEE,oBAAjE,EAAuFC,eAAvF,EAAwGG,iBAAxG,CAAJ;AACAN,IAAI,CAAC,2DAAD,EAA8DE,oBAA9D,EAAoFC,eAApF,EAAqGI,cAArG,CAAJ;AACAP,IAAI,CAAC,gEAAD,EAAmEE,oBAAnE,EAAyFC,eAAzF,EAA0GK,mBAA1G,CAAJ;AACAR,IAAI,CAAC,4DAAD,EAA+DE,oBAA/D,EAAqFC,eAArF,EAAsGM,eAAtG,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport OrganismSidebar from '..';\nimport fixtureAnalytics from './fixtures/analytics';\nimport fixtureCustom from './fixtures/custom';\nimport fixtureDashboards from './fixtures/dashboards';\nimport fixtureDefault from './fixtures/default';\nimport fixtureOldAnalytics from './fixtures/old-analytics';\nimport fixtureShowcase from './fixtures/showcase';\n\ntest('Organism › OrganismSidebar > should have valid propTypes', t => {\n t.pass();\n forEach(OrganismSidebar.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Organism.OrganismSidebar.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Organism › OrganismSidebar › Analytics › should be rendered', renderComponentMacro, OrganismSidebar, fixtureAnalytics);\ntest('Organism › OrganismSidebar › Custom › should be rendered', renderComponentMacro, OrganismSidebar, fixtureCustom);\ntest('Organism › OrganismSidebar › Dashboards › should be rendered', renderComponentMacro, OrganismSidebar, fixtureDashboards);\ntest('Organism › OrganismSidebar › Default › should be rendered', renderComponentMacro, OrganismSidebar, fixtureDefault);\ntest('Organism › OrganismSidebar › OldAnalytics › should be rendered', renderComponentMacro, OrganismSidebar, fixtureOldAnalytics);\ntest('Organism › OrganismSidebar › Showcase › should be rendered', renderComponentMacro, OrganismSidebar, fixtureShowcase);\n"],"file":"fixtures.js"}
@@ -1,15 +0,0 @@
1
- import test from 'ava';
2
- import forEach from 'lodash/forEach';
3
- import renderComponentMacro from '../../../test/helpers/render-component';
4
- import OrganismSlider from '..';
5
- import fixtureDefault from './fixtures/default';
6
- import fixtureMultipleSlides from './fixtures/multiple-slides';
7
- test('Organism › OrganismSlider > should have valid propTypes', t => {
8
- t.pass();
9
- forEach(OrganismSlider.propTypes, (value, key) => {
10
- t.not(value, undefined, `PropType for "Organism.OrganismSlider.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
11
- });
12
- });
13
- test('Organism › OrganismSlider › Default › should be rendered', renderComponentMacro, OrganismSlider, fixtureDefault);
14
- test('Organism › OrganismSlider › MultipleSlides › should be rendered', renderComponentMacro, OrganismSlider, fixtureMultipleSlides);
15
- //# sourceMappingURL=fixtures.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../../src/organism/slider/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","OrganismSlider","fixtureDefault","fixtureMultipleSlides","t","pass","propTypes","value","key","not","undefined"],"mappings":"AAAA,OAAOA,IAAP,MAAiB,KAAjB;AACA,OAAOC,OAAP,MAAoB,gBAApB;AACA,OAAOC,oBAAP,MAAiC,wCAAjC;AACA,OAAOC,cAAP,MAA2B,IAA3B;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AACA,OAAOC,qBAAP,MAAkC,4BAAlC;AAEAL,IAAI,CAAC,yDAAD,EAA4DM,CAAC,IAAI;AACnEA,EAAAA,CAAC,CAACC,IAAF;AACAN,EAAAA,OAAO,CAACE,cAAc,CAACK,SAAhB,EAA2B,CAACC,KAAD,EAAQC,GAAR,KAAgB;AAChDJ,IAAAA,CAAC,CAACK,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,mDAAkDF,GAAI,mEAA/E;AACD,GAFM,CAAP;AAGD,CALG,CAAJ;AAOAV,IAAI,CAAC,0DAAD,EAA6DE,oBAA7D,EAAmFC,cAAnF,EAAmGC,cAAnG,CAAJ;AACAJ,IAAI,CAAC,iEAAD,EAAoEE,oBAApE,EAA0FC,cAA1F,EAA0GE,qBAA1G,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport OrganismSlider from '..';\nimport fixtureDefault from './fixtures/default';\nimport fixtureMultipleSlides from './fixtures/multiple-slides';\n\ntest('Organism › OrganismSlider > should have valid propTypes', t => {\n t.pass();\n forEach(OrganismSlider.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Organism.OrganismSlider.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Organism › OrganismSlider › Default › should be rendered', renderComponentMacro, OrganismSlider, fixtureDefault);\ntest('Organism › OrganismSlider › MultipleSlides › should be rendered', renderComponentMacro, OrganismSlider, fixtureMultipleSlides);\n"],"file":"fixtures.js"}
@@ -1,13 +0,0 @@
1
- import test from 'ava';
2
- import forEach from 'lodash/forEach';
3
- import renderComponentMacro from '../../../test/helpers/render-component';
4
- import OrganismUserPreferences from '..';
5
- import fixtureDefault from './fixtures/default';
6
- test('Organism › OrganismUserPreferences > should have valid propTypes', t => {
7
- t.pass();
8
- forEach(OrganismUserPreferences.propTypes, (value, key) => {
9
- t.not(value, undefined, `PropType for "Organism.OrganismUserPreferences.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
10
- });
11
- });
12
- test('Organism › OrganismUserPreferences › Default › should be rendered', renderComponentMacro, OrganismUserPreferences, fixtureDefault);
13
- //# sourceMappingURL=fixtures.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../../src/organism/user-preferences/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","OrganismUserPreferences","fixtureDefault","t","pass","propTypes","value","key","not","undefined"],"mappings":"AAAA,OAAOA,IAAP,MAAiB,KAAjB;AACA,OAAOC,OAAP,MAAoB,gBAApB;AACA,OAAOC,oBAAP,MAAiC,wCAAjC;AACA,OAAOC,uBAAP,MAAoC,IAApC;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AAEAJ,IAAI,CAAC,kEAAD,EAAqEK,CAAC,IAAI;AAC5EA,EAAAA,CAAC,CAACC,IAAF;AACAL,EAAAA,OAAO,CAACE,uBAAuB,CAACI,SAAzB,EAAoC,CAACC,KAAD,EAAQC,GAAR,KAAgB;AACzDJ,IAAAA,CAAC,CAACK,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,4DAA2DF,GAAI,mEAAxF;AACD,GAFM,CAAP;AAGD,CALG,CAAJ;AAOAT,IAAI,CAAC,mEAAD,EAAsEE,oBAAtE,EAA4FC,uBAA5F,EAAqHC,cAArH,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport OrganismUserPreferences from '..';\nimport fixtureDefault from './fixtures/default';\n\ntest('Organism › OrganismUserPreferences > should have valid propTypes', t => {\n t.pass();\n forEach(OrganismUserPreferences.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Organism.OrganismUserPreferences.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Organism › OrganismUserPreferences › Default › should be rendered', renderComponentMacro, OrganismUserPreferences, fixtureDefault);\n"],"file":"fixtures.js"}
@@ -1,23 +0,0 @@
1
- import test from 'ava';
2
- import forEach from 'lodash/forEach';
3
- import renderComponentMacro from '../../../test/helpers/render-component';
4
- import OrganismWizardContents from '..';
5
- import fixturePlaylistAddCoursesCreate from './fixtures/playlist-add-courses-create';
6
- import fixturePlaylistGeneralSettingsCreate from './fixtures/playlist-general-settings-create';
7
- import fixturePlaylistGeneralSettingsEdit from './fixtures/playlist-general-settings-edit';
8
- import fixturePlaylistOrganizeCourses from './fixtures/playlist-organize-courses';
9
- import fixturePlaylistPopulationsCreate from './fixtures/playlist-populations-create';
10
- import fixturePlaylistTranslateEdit from './fixtures/playlist-translate-edit';
11
- test('Organism › OrganismWizardContents > should have valid propTypes', t => {
12
- t.pass();
13
- forEach(OrganismWizardContents.propTypes, (value, key) => {
14
- t.not(value, undefined, `PropType for "Organism.OrganismWizardContents.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
15
- });
16
- });
17
- test('Organism › OrganismWizardContents › PlaylistAddCoursesCreate › should be rendered', renderComponentMacro, OrganismWizardContents, fixturePlaylistAddCoursesCreate);
18
- test('Organism › OrganismWizardContents › PlaylistGeneralSettingsCreate › should be rendered', renderComponentMacro, OrganismWizardContents, fixturePlaylistGeneralSettingsCreate);
19
- test('Organism › OrganismWizardContents › PlaylistGeneralSettingsEdit › should be rendered', renderComponentMacro, OrganismWizardContents, fixturePlaylistGeneralSettingsEdit);
20
- test('Organism › OrganismWizardContents › PlaylistOrganizeCourses › should be rendered', renderComponentMacro, OrganismWizardContents, fixturePlaylistOrganizeCourses);
21
- test('Organism › OrganismWizardContents › PlaylistPopulationsCreate › should be rendered', renderComponentMacro, OrganismWizardContents, fixturePlaylistPopulationsCreate);
22
- test('Organism › OrganismWizardContents › PlaylistTranslateEdit › should be rendered', renderComponentMacro, OrganismWizardContents, fixturePlaylistTranslateEdit);
23
- //# sourceMappingURL=fixtures.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../../src/organism/wizard-contents/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","OrganismWizardContents","fixturePlaylistAddCoursesCreate","fixturePlaylistGeneralSettingsCreate","fixturePlaylistGeneralSettingsEdit","fixturePlaylistOrganizeCourses","fixturePlaylistPopulationsCreate","fixturePlaylistTranslateEdit","t","pass","propTypes","value","key","not","undefined"],"mappings":"AAAA,OAAOA,IAAP,MAAiB,KAAjB;AACA,OAAOC,OAAP,MAAoB,gBAApB;AACA,OAAOC,oBAAP,MAAiC,wCAAjC;AACA,OAAOC,sBAAP,MAAmC,IAAnC;AACA,OAAOC,+BAAP,MAA4C,wCAA5C;AACA,OAAOC,oCAAP,MAAiD,6CAAjD;AACA,OAAOC,kCAAP,MAA+C,2CAA/C;AACA,OAAOC,8BAAP,MAA2C,sCAA3C;AACA,OAAOC,gCAAP,MAA6C,wCAA7C;AACA,OAAOC,4BAAP,MAAyC,oCAAzC;AAEAT,IAAI,CAAC,iEAAD,EAAoEU,CAAC,IAAI;AAC3EA,EAAAA,CAAC,CAACC,IAAF;AACAV,EAAAA,OAAO,CAACE,sBAAsB,CAACS,SAAxB,EAAmC,CAACC,KAAD,EAAQC,GAAR,KAAgB;AACxDJ,IAAAA,CAAC,CAACK,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,2DAA0DF,GAAI,mEAAvF;AACD,GAFM,CAAP;AAGD,CALG,CAAJ;AAOAd,IAAI,CAAC,mFAAD,EAAsFE,oBAAtF,EAA4GC,sBAA5G,EAAoIC,+BAApI,CAAJ;AACAJ,IAAI,CAAC,wFAAD,EAA2FE,oBAA3F,EAAiHC,sBAAjH,EAAyIE,oCAAzI,CAAJ;AACAL,IAAI,CAAC,sFAAD,EAAyFE,oBAAzF,EAA+GC,sBAA/G,EAAuIG,kCAAvI,CAAJ;AACAN,IAAI,CAAC,kFAAD,EAAqFE,oBAArF,EAA2GC,sBAA3G,EAAmII,8BAAnI,CAAJ;AACAP,IAAI,CAAC,oFAAD,EAAuFE,oBAAvF,EAA6GC,sBAA7G,EAAqIK,gCAArI,CAAJ;AACAR,IAAI,CAAC,gFAAD,EAAmFE,oBAAnF,EAAyGC,sBAAzG,EAAiIM,4BAAjI,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport OrganismWizardContents from '..';\nimport fixturePlaylistAddCoursesCreate from './fixtures/playlist-add-courses-create';\nimport fixturePlaylistGeneralSettingsCreate from './fixtures/playlist-general-settings-create';\nimport fixturePlaylistGeneralSettingsEdit from './fixtures/playlist-general-settings-edit';\nimport fixturePlaylistOrganizeCourses from './fixtures/playlist-organize-courses';\nimport fixturePlaylistPopulationsCreate from './fixtures/playlist-populations-create';\nimport fixturePlaylistTranslateEdit from './fixtures/playlist-translate-edit';\n\ntest('Organism › OrganismWizardContents > should have valid propTypes', t => {\n t.pass();\n forEach(OrganismWizardContents.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Organism.OrganismWizardContents.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Organism › OrganismWizardContents › PlaylistAddCoursesCreate › should be rendered', renderComponentMacro, OrganismWizardContents, fixturePlaylistAddCoursesCreate);\ntest('Organism › OrganismWizardContents › PlaylistGeneralSettingsCreate › should be rendered', renderComponentMacro, OrganismWizardContents, fixturePlaylistGeneralSettingsCreate);\ntest('Organism › OrganismWizardContents › PlaylistGeneralSettingsEdit › should be rendered', renderComponentMacro, OrganismWizardContents, fixturePlaylistGeneralSettingsEdit);\ntest('Organism › OrganismWizardContents › PlaylistOrganizeCourses › should be rendered', renderComponentMacro, OrganismWizardContents, fixturePlaylistOrganizeCourses);\ntest('Organism › OrganismWizardContents › PlaylistPopulationsCreate › should be rendered', renderComponentMacro, OrganismWizardContents, fixturePlaylistPopulationsCreate);\ntest('Organism › OrganismWizardContents › PlaylistTranslateEdit › should be rendered', renderComponentMacro, OrganismWizardContents, fixturePlaylistTranslateEdit);\n"],"file":"fixtures.js"}
@@ -1,21 +0,0 @@
1
- import test from 'ava';
2
- import forEach from 'lodash/forEach';
3
- import renderComponentMacro from '../../../test/helpers/render-component';
4
- import TemplateActivity from '..';
5
- import fixtureAllEngines from './fixtures/all-engines';
6
- import fixtureArabic from './fixtures/arabic';
7
- import fixtureDefault from './fixtures/default';
8
- import fixtureEmpty from './fixtures/empty';
9
- import fixtureNoEngines from './fixtures/no-engines';
10
- test('Template › TemplateActivity > should have valid propTypes', t => {
11
- t.pass();
12
- forEach(TemplateActivity.propTypes, (value, key) => {
13
- t.not(value, undefined, `PropType for "Template.TemplateActivity.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
14
- });
15
- });
16
- test('Template › TemplateActivity › AllEngines › should be rendered', renderComponentMacro, TemplateActivity, fixtureAllEngines);
17
- test('Template › TemplateActivity › Arabic › should be rendered', renderComponentMacro, TemplateActivity, fixtureArabic);
18
- test('Template › TemplateActivity › Default › should be rendered', renderComponentMacro, TemplateActivity, fixtureDefault);
19
- test('Template › TemplateActivity › Empty › should be rendered', renderComponentMacro, TemplateActivity, fixtureEmpty);
20
- test('Template › TemplateActivity › NoEngines › should be rendered', renderComponentMacro, TemplateActivity, fixtureNoEngines);
21
- //# sourceMappingURL=fixtures.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../../src/template/activity/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","TemplateActivity","fixtureAllEngines","fixtureArabic","fixtureDefault","fixtureEmpty","fixtureNoEngines","t","pass","propTypes","value","key","not","undefined"],"mappings":"AAAA,OAAOA,IAAP,MAAiB,KAAjB;AACA,OAAOC,OAAP,MAAoB,gBAApB;AACA,OAAOC,oBAAP,MAAiC,wCAAjC;AACA,OAAOC,gBAAP,MAA6B,IAA7B;AACA,OAAOC,iBAAP,MAA8B,wBAA9B;AACA,OAAOC,aAAP,MAA0B,mBAA1B;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AACA,OAAOC,YAAP,MAAyB,kBAAzB;AACA,OAAOC,gBAAP,MAA6B,uBAA7B;AAEAR,IAAI,CAAC,2DAAD,EAA8DS,CAAC,IAAI;AACrEA,EAAAA,CAAC,CAACC,IAAF;AACAT,EAAAA,OAAO,CAACE,gBAAgB,CAACQ,SAAlB,EAA6B,CAACC,KAAD,EAAQC,GAAR,KAAgB;AAClDJ,IAAAA,CAAC,CAACK,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,qDAAoDF,GAAI,mEAAjF;AACD,GAFM,CAAP;AAGD,CALG,CAAJ;AAOAb,IAAI,CAAC,+DAAD,EAAkEE,oBAAlE,EAAwFC,gBAAxF,EAA0GC,iBAA1G,CAAJ;AACAJ,IAAI,CAAC,2DAAD,EAA8DE,oBAA9D,EAAoFC,gBAApF,EAAsGE,aAAtG,CAAJ;AACAL,IAAI,CAAC,4DAAD,EAA+DE,oBAA/D,EAAqFC,gBAArF,EAAuGG,cAAvG,CAAJ;AACAN,IAAI,CAAC,0DAAD,EAA6DE,oBAA7D,EAAmFC,gBAAnF,EAAqGI,YAArG,CAAJ;AACAP,IAAI,CAAC,8DAAD,EAAiEE,oBAAjE,EAAuFC,gBAAvF,EAAyGK,gBAAzG,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport TemplateActivity from '..';\nimport fixtureAllEngines from './fixtures/all-engines';\nimport fixtureArabic from './fixtures/arabic';\nimport fixtureDefault from './fixtures/default';\nimport fixtureEmpty from './fixtures/empty';\nimport fixtureNoEngines from './fixtures/no-engines';\n\ntest('Template › TemplateActivity > should have valid propTypes', t => {\n t.pass();\n forEach(TemplateActivity.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Template.TemplateActivity.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Template › TemplateActivity › AllEngines › should be rendered', renderComponentMacro, TemplateActivity, fixtureAllEngines);\ntest('Template › TemplateActivity › Arabic › should be rendered', renderComponentMacro, TemplateActivity, fixtureArabic);\ntest('Template › TemplateActivity › Default › should be rendered', renderComponentMacro, TemplateActivity, fixtureDefault);\ntest('Template › TemplateActivity › Empty › should be rendered', renderComponentMacro, TemplateActivity, fixtureEmpty);\ntest('Template › TemplateActivity › NoEngines › should be rendered', renderComponentMacro, TemplateActivity, fixtureNoEngines);\n"],"file":"fixtures.js"}
@@ -1,13 +0,0 @@
1
- import test from 'ava';
2
- import forEach from 'lodash/forEach';
3
- import renderComponentMacro from '../../../../test/helpers/render-component';
4
- import TemplateAppPlayerLoading from '..';
5
- import fixtureDefault from './fixtures/default';
6
- test('TemplateAppPlayer › TemplateAppPlayerLoading > should have valid propTypes', t => {
7
- t.pass();
8
- forEach(TemplateAppPlayerLoading.propTypes, (value, key) => {
9
- t.not(value, undefined, `PropType for "TemplateAppPlayer.TemplateAppPlayerLoading.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
10
- });
11
- });
12
- test('TemplateAppPlayer › TemplateAppPlayerLoading › Default › should be rendered', renderComponentMacro, TemplateAppPlayerLoading, fixtureDefault);
13
- //# sourceMappingURL=fixtures.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../../../src/template/app-player/loading/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","TemplateAppPlayerLoading","fixtureDefault","t","pass","propTypes","value","key","not","undefined"],"mappings":"AAAA,OAAOA,IAAP,MAAiB,KAAjB;AACA,OAAOC,OAAP,MAAoB,gBAApB;AACA,OAAOC,oBAAP,MAAiC,2CAAjC;AACA,OAAOC,wBAAP,MAAqC,IAArC;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AAEAJ,IAAI,CAAC,4EAAD,EAA+EK,CAAC,IAAI;AACtFA,EAAAA,CAAC,CAACC,IAAF;AACAL,EAAAA,OAAO,CAACE,wBAAwB,CAACI,SAA1B,EAAqC,CAACC,KAAD,EAAQC,GAAR,KAAgB;AAC1DJ,IAAAA,CAAC,CAACK,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,sEAAqEF,GAAI,mEAAlG;AACD,GAFM,CAAP;AAGD,CALG,CAAJ;AAOAT,IAAI,CAAC,6EAAD,EAAgFE,oBAAhF,EAAsGC,wBAAtG,EAAgIC,cAAhI,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../../test/helpers/render-component';\nimport TemplateAppPlayerLoading from '..';\nimport fixtureDefault from './fixtures/default';\n\ntest('TemplateAppPlayer › TemplateAppPlayerLoading > should have valid propTypes', t => {\n t.pass();\n forEach(TemplateAppPlayerLoading.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"TemplateAppPlayer.TemplateAppPlayerLoading.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('TemplateAppPlayer › TemplateAppPlayerLoading › Default › should be rendered', renderComponentMacro, TemplateAppPlayerLoading, fixtureDefault);\n"],"file":"fixtures.js"}
@@ -1,29 +0,0 @@
1
- import test from 'ava';
2
- import forEach from 'lodash/forEach';
3
- import renderComponentMacro from '../../../../../../test/helpers/render-component';
4
- import TemplateAppPlayerPlayerSlidesFooter from '..';
5
- import fixtureClueSelected from './fixtures/clue-selected';
6
- import fixtureDefault from './fixtures/default';
7
- import fixtureDisabled from './fixtures/disabled';
8
- import fixtureHighlighted from './fixtures/highlighted';
9
- import fixtureMediaSelected from './fixtures/media-selected';
10
- import fixtureNoClue from './fixtures/no-clue';
11
- import fixtureNotify from './fixtures/notify';
12
- import fixtureOnlyClue from './fixtures/only-clue';
13
- import fixtureWithContext from './fixtures/with-context';
14
- test('TemplateAppPlayerPlayerSlides › TemplateAppPlayerPlayerSlidesFooter > should have valid propTypes', t => {
15
- t.pass();
16
- forEach(TemplateAppPlayerPlayerSlidesFooter.propTypes, (value, key) => {
17
- t.not(value, undefined, `PropType for "TemplateAppPlayerPlayerSlides.TemplateAppPlayerPlayerSlidesFooter.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
18
- });
19
- });
20
- test('TemplateAppPlayerPlayerSlides › TemplateAppPlayerPlayerSlidesFooter › ClueSelected › should be rendered', renderComponentMacro, TemplateAppPlayerPlayerSlidesFooter, fixtureClueSelected);
21
- test('TemplateAppPlayerPlayerSlides › TemplateAppPlayerPlayerSlidesFooter › Default › should be rendered', renderComponentMacro, TemplateAppPlayerPlayerSlidesFooter, fixtureDefault);
22
- test('TemplateAppPlayerPlayerSlides › TemplateAppPlayerPlayerSlidesFooter › Disabled › should be rendered', renderComponentMacro, TemplateAppPlayerPlayerSlidesFooter, fixtureDisabled);
23
- test('TemplateAppPlayerPlayerSlides › TemplateAppPlayerPlayerSlidesFooter › Highlighted › should be rendered', renderComponentMacro, TemplateAppPlayerPlayerSlidesFooter, fixtureHighlighted);
24
- test('TemplateAppPlayerPlayerSlides › TemplateAppPlayerPlayerSlidesFooter › MediaSelected › should be rendered', renderComponentMacro, TemplateAppPlayerPlayerSlidesFooter, fixtureMediaSelected);
25
- test('TemplateAppPlayerPlayerSlides › TemplateAppPlayerPlayerSlidesFooter › NoClue › should be rendered', renderComponentMacro, TemplateAppPlayerPlayerSlidesFooter, fixtureNoClue);
26
- test('TemplateAppPlayerPlayerSlides › TemplateAppPlayerPlayerSlidesFooter › Notify › should be rendered', renderComponentMacro, TemplateAppPlayerPlayerSlidesFooter, fixtureNotify);
27
- test('TemplateAppPlayerPlayerSlides › TemplateAppPlayerPlayerSlidesFooter › OnlyClue › should be rendered', renderComponentMacro, TemplateAppPlayerPlayerSlidesFooter, fixtureOnlyClue);
28
- test('TemplateAppPlayerPlayerSlides › TemplateAppPlayerPlayerSlidesFooter › WithContext › should be rendered', renderComponentMacro, TemplateAppPlayerPlayerSlidesFooter, fixtureWithContext);
29
- //# sourceMappingURL=fixtures.js.map