@instructure/canvas-rce 5.6.3 → 5.6.4
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.
- package/CHANGELOG.md +4 -0
- package/coverage/canvas-rce-jest.xml +1688 -1620
- package/coverage/canvas-rce-junit.xml +409 -409
- package/es/enhance-user-content/enhance_user_content.js +7 -2
- package/es/enhance-user-content/instructure_helper.js +10 -2
- package/es/rce/RCEWrapper.js +7 -4
- package/es/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/es/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/es/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/es/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/es/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/es/rce/tinyRCE.js +1 -0
- package/lib/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/enhance-user-content/instructure_helper.js +10 -2
- package/lib/rce/RCEWrapper.js +7 -4
- package/lib/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/rce/tinyRCE.js +1 -0
- package/lib/translated/ar/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/ar/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/ar/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/ar/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/ar/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/ar/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/ar/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/ar/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/ar/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/ar/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/ar/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/ar/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/ar/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/ca/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/ca/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/ca/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/ca/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/ca/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/ca/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/ca/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/ca/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/ca/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/ca/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/ca/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/ca/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/ca/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/cy/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/cy/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/cy/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/cy/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/cy/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/cy/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/cy/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/cy/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/cy/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/cy/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/cy/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/cy/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/cy/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/da/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/da/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/da/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/da/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/da/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/da/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/da/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/da/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/da/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/da/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/da/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/da/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/da/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/da-x-k12/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/da-x-k12/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/da-x-k12/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/da-x-k12/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/da-x-k12/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/da-x-k12/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/da-x-k12/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/da-x-k12/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/da-x-k12/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/da-x-k12/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/da-x-k12/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/da-x-k12/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/da-x-k12/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/de/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/de/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/de/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/de/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/de/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/de/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/de/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/de/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/de/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/de/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/de/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/de/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/de/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/el/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/el/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/el/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/el/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/el/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/el/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/el/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/el/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/el/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/el/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/el/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/el/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/el/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/en/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/en/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/en/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/en/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/en/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/en/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/en/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/en/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/en/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/en/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/en/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/en/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/en/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/en-AU-x-unimelb/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/en-AU-x-unimelb/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/en-AU-x-unimelb/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/en-AU-x-unimelb/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/en-AU-x-unimelb/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/en-AU-x-unimelb/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/en-AU-x-unimelb/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/en-AU-x-unimelb/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/en-AU-x-unimelb/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/en-AU-x-unimelb/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/en-AU-x-unimelb/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/en-AU-x-unimelb/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/en-AU-x-unimelb/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/en-GB-x-ukhe/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/en-GB-x-ukhe/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/en-GB-x-ukhe/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/en-GB-x-ukhe/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/en-GB-x-ukhe/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/en-GB-x-ukhe/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/en-GB-x-ukhe/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/en-GB-x-ukhe/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/en-GB-x-ukhe/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/en-GB-x-ukhe/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/en-GB-x-ukhe/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/en-GB-x-ukhe/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/en-GB-x-ukhe/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/en_AU/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/en_AU/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/en_AU/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/en_AU/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/en_AU/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/en_AU/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/en_AU/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/en_AU/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/en_AU/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/en_AU/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/en_AU/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/en_AU/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/en_AU/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/en_CA/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/en_CA/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/en_CA/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/en_CA/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/en_CA/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/en_CA/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/en_CA/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/en_CA/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/en_CA/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/en_CA/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/en_CA/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/en_CA/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/en_CA/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/en_CY/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/en_CY/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/en_CY/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/en_CY/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/en_CY/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/en_CY/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/en_CY/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/en_CY/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/en_CY/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/en_CY/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/en_CY/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/en_CY/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/en_CY/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/en_GB/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/en_GB/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/en_GB/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/en_GB/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/en_GB/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/en_GB/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/en_GB/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/en_GB/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/en_GB/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/en_GB/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/en_GB/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/en_GB/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/en_GB/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/es/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/es/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/es/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/es/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/es/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/es/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/es/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/es/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/es/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/es/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/es/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/es/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/es/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/es_ES/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/es_ES/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/es_ES/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/es_ES/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/es_ES/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/es_ES/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/es_ES/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/es_ES/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/es_ES/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/es_ES/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/es_ES/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/es_ES/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/es_ES/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/es_GT/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/es_GT/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/es_GT/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/es_GT/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/es_GT/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/es_GT/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/es_GT/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/es_GT/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/es_GT/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/es_GT/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/es_GT/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/es_GT/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/es_GT/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/fa_IR/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/fa_IR/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/fa_IR/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/fa_IR/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/fa_IR/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/fa_IR/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/fa_IR/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/fa_IR/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/fa_IR/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/fa_IR/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/fa_IR/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/fa_IR/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/fa_IR/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/fi/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/fi/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/fi/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/fi/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/fi/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/fi/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/fi/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/fi/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/fi/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/fi/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/fi/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/fi/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/fi/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/fr/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/fr/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/fr/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/fr/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/fr/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/fr/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/fr/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/fr/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/fr/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/fr/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/fr/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/fr/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/fr/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/fr_CA/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/fr_CA/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/fr_CA/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/fr_CA/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/fr_CA/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/fr_CA/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/fr_CA/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/fr_CA/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/fr_CA/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/fr_CA/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/fr_CA/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/fr_CA/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/fr_CA/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/he/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/he/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/he/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/he/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/he/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/he/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/he/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/he/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/he/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/he/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/he/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/he/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/he/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/ht/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/ht/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/ht/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/ht/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/ht/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/ht/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/ht/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/ht/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/ht/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/ht/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/ht/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/ht/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/ht/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/hu/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/hu/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/hu/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/hu/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/hu/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/hu/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/hu/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/hu/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/hu/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/hu/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/hu/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/hu/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/hu/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/hy/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/hy/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/hy/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/hy/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/hy/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/hy/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/hy/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/hy/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/hy/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/hy/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/hy/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/hy/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/hy/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/is/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/is/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/is/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/is/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/is/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/is/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/is/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/is/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/is/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/is/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/is/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/is/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/is/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/it/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/it/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/it/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/it/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/it/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/it/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/it/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/it/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/it/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/it/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/it/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/it/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/it/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/ja/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/ja/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/ja/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/ja/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/ja/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/ja/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/ja/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/ja/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/ja/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/ja/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/ja/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/ja/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/ja/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/ko/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/ko/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/ko/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/ko/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/ko/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/ko/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/ko/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/ko/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/ko/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/ko/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/ko/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/ko/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/ko/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/mi/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/mi/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/mi/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/mi/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/mi/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/mi/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/mi/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/mi/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/mi/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/mi/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/mi/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/mi/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/mi/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/nb/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/nb/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/nb/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/nb/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/nb/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/nb/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/nb/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/nb/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/nb/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/nb/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/nb/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/nb/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/nb/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/nb-x-k12/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/nb-x-k12/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/nb-x-k12/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/nb-x-k12/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/nb-x-k12/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/nb-x-k12/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/nb-x-k12/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/nb-x-k12/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/nb-x-k12/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/nb-x-k12/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/nb-x-k12/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/nb-x-k12/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/nb-x-k12/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/nl/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/nl/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/nl/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/nl/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/nl/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/nl/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/nl/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/nl/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/nl/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/nl/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/nl/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/nl/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/nl/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/nn/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/nn/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/nn/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/nn/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/nn/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/nn/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/nn/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/nn/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/nn/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/nn/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/nn/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/nn/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/nn/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/pl/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/pl/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/pl/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/pl/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/pl/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/pl/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/pl/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/pl/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/pl/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/pl/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/pl/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/pl/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/pl/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/pt/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/pt/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/pt/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/pt/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/pt/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/pt/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/pt/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/pt/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/pt/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/pt/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/pt/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/pt/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/pt/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/pt_BR/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/pt_BR/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/pt_BR/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/pt_BR/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/pt_BR/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/pt_BR/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/pt_BR/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/pt_BR/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/pt_BR/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/pt_BR/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/pt_BR/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/pt_BR/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/pt_BR/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/ru/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/ru/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/ru/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/ru/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/ru/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/ru/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/ru/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/ru/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/ru/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/ru/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/ru/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/ru/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/ru/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/se/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/se/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/se/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/se/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/se/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/se/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/se/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/se/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/se/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/se/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/se/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/se/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/se/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/sl/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/sl/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/sl/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/sl/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/sl/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/sl/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/sl/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/sl/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/sl/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/sl/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/sl/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/sl/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/sl/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/sv/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/sv/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/sv/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/sv/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/sv/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/sv/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/sv/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/sv/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/sv/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/sv/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/sv/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/sv/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/sv/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/sv-x-k12/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/sv-x-k12/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/sv-x-k12/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/sv-x-k12/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/sv-x-k12/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/sv-x-k12/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/sv-x-k12/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/sv-x-k12/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/sv-x-k12/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/sv-x-k12/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/sv-x-k12/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/sv-x-k12/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/sv-x-k12/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/sv_SE/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/sv_SE/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/sv_SE/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/sv_SE/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/sv_SE/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/sv_SE/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/sv_SE/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/sv_SE/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/sv_SE/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/sv_SE/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/sv_SE/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/sv_SE/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/sv_SE/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/tg/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/tg/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/tg/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/tg/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/tg/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/tg/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/tg/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/tg/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/tg/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/tg/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/tg/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/tg/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/tg/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/th/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/th/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/th/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/th/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/th/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/th/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/th/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/th/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/th/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/th/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/th/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/th/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/th/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/th_TH/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/th_TH/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/th_TH/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/th_TH/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/th_TH/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/th_TH/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/th_TH/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/th_TH/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/th_TH/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/th_TH/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/th_TH/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/th_TH/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/th_TH/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/tr/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/tr/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/tr/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/tr/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/tr/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/tr/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/tr/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/tr/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/tr/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/tr/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/tr/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/tr/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/tr/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/uk_UA/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/uk_UA/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/uk_UA/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/uk_UA/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/uk_UA/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/uk_UA/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/uk_UA/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/uk_UA/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/uk_UA/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/uk_UA/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/uk_UA/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/uk_UA/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/uk_UA/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/vi/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/vi/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/vi/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/vi/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/vi/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/vi/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/vi/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/vi/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/vi/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/vi/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/vi/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/vi/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/vi/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/vi_VN/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/vi_VN/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/vi_VN/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/vi_VN/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/vi_VN/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/vi_VN/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/vi_VN/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/vi_VN/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/vi_VN/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/vi_VN/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/vi_VN/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/vi_VN/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/vi_VN/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/zh/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/zh/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/zh/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/zh/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/zh/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/zh/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/zh/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/zh/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/zh/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/zh/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/zh/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/zh/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/zh/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/zh-Hans/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/zh-Hans/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/zh-Hans/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/zh-Hans/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/zh-Hans/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/zh-Hans/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/zh-Hans/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/zh-Hans/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/zh-Hans/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/zh-Hans/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/zh-Hans/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/zh-Hans/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/zh-Hans/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/zh-Hant/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/zh-Hant/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/zh-Hant/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/zh-Hant/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/zh-Hant/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/zh-Hant/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/zh-Hant/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/zh-Hant/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/zh-Hant/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/zh-Hant/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/zh-Hant/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/zh-Hant/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/zh-Hant/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/zh_HK/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/zh_HK/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/zh_HK/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/zh_HK/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/zh_HK/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/zh_HK/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/zh_HK/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/zh_HK/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/zh_HK/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/zh_HK/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/zh_HK/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/zh_HK/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/zh_HK/modules/rce/tinyRCE.js +1 -0
- package/package.json +3 -2
- package/testcafe/build/100.js +5 -5
- package/testcafe/build/101.js +5 -5
- package/testcafe/build/102.js +1 -1
- package/testcafe/build/103.js +1 -1
- package/testcafe/build/22.js +1 -1
- package/testcafe/build/23.js +39 -3
- package/testcafe/build/27.js +84 -84
- package/testcafe/build/28.js +99 -83
- package/testcafe/build/29.js +107 -51
- package/testcafe/build/30.js +59 -47
- package/testcafe/build/31.js +64 -28
- package/testcafe/build/32.js +28 -16
- package/testcafe/build/33.js +10 -10
- package/testcafe/build/34.js +16 -16
- package/testcafe/build/35.js +27 -15
- package/testcafe/build/36.js +19 -18
- package/testcafe/build/37.js +22 -11
- package/testcafe/build/38.js +14 -13
- package/testcafe/build/39.js +8 -8
- package/testcafe/build/40.js +6 -6
- package/testcafe/build/41.js +6 -6
- package/testcafe/build/42.js +6 -6
- package/testcafe/build/43.js +10 -10
- package/testcafe/build/44.js +5 -5
- package/testcafe/build/45.js +5 -5
- package/testcafe/build/46.js +3 -3
- package/testcafe/build/47.js +6 -6
- package/testcafe/build/48.js +10 -10
- package/testcafe/build/49.js +8 -8
- package/testcafe/build/5.js +1 -1
- package/testcafe/build/50.js +6 -6
- package/testcafe/build/51.js +8 -8
- package/testcafe/build/52.js +6 -6
- package/testcafe/build/53.js +6 -6
- package/testcafe/build/54.js +8 -8
- package/testcafe/build/55.js +8 -8
- package/testcafe/build/56.js +6 -6
- package/testcafe/build/57.js +8 -8
- package/testcafe/build/58.js +8 -8
- package/testcafe/build/59.js +10 -10
- package/testcafe/build/60.js +6 -6
- package/testcafe/build/61.js +6 -6
- package/testcafe/build/62.js +8 -8
- package/testcafe/build/63.js +8 -8
- package/testcafe/build/64.js +8 -8
- package/testcafe/build/65.js +17 -6
- package/testcafe/build/66.js +3 -3
- package/testcafe/build/67.js +5 -5
- package/testcafe/build/68.js +5 -5
- package/testcafe/build/69.js +5 -5
- package/testcafe/build/70.js +5 -5
- package/testcafe/build/71.js +6 -6
- package/testcafe/build/72.js +6 -6
- package/testcafe/build/73.js +6 -6
- package/testcafe/build/74.js +6 -6
- package/testcafe/build/75.js +6 -6
- package/testcafe/build/76.js +6 -6
- package/testcafe/build/77.js +5 -5
- package/testcafe/build/78.js +5 -5
- package/testcafe/build/79.js +5 -5
- package/testcafe/build/80.js +5 -5
- package/testcafe/build/81.js +3 -3
- package/testcafe/build/82.js +5 -5
- package/testcafe/build/83.js +5 -5
- package/testcafe/build/84.js +3 -3
- package/testcafe/build/85.js +3 -3
- package/testcafe/build/86.js +5 -5
- package/testcafe/build/87.js +3 -3
- package/testcafe/build/88.js +5 -5
- package/testcafe/build/89.js +3 -3
- package/testcafe/build/90.js +5 -5
- package/testcafe/build/91.js +3 -3
- package/testcafe/build/92.js +5 -5
- package/testcafe/build/93.js +3 -3
- package/testcafe/build/94.js +5 -5
- package/testcafe/build/95.js +3 -3
- package/testcafe/build/96.js +3 -3
- package/testcafe/build/97.js +5 -5
- package/testcafe/build/98.js +5 -5
- package/testcafe/build/99.js +5 -5
- package/testcafe/build/testcafe.js +18 -6
|
@@ -1,39 +1,39 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuites name="Canvas RCE Mocha Tests" time="2.
|
|
3
|
-
<testsuite name="Canvas RCE Mocha Tests" timestamp="2022-11-
|
|
2
|
+
<testsuites name="Canvas RCE Mocha Tests" time="2.1220" tests="546" failures="0" skipped="6">
|
|
3
|
+
<testsuite name="Canvas RCE Mocha Tests" timestamp="2022-11-15T21:39:48" tests="0" time="0.0000" failures="0">
|
|
4
4
|
</testsuite>
|
|
5
|
-
<testsuite name="Bridge actions, embed image" timestamp="2022-11-
|
|
6
|
-
<testcase name="Bridge actions, embed image inserts an image when no selection" time="0.
|
|
5
|
+
<testsuite name="Bridge actions, embed image" timestamp="2022-11-15T21:39:48" tests="5" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/bridge/index.test.js" time="0.0030" failures="0">
|
|
6
|
+
<testcase name="Bridge actions, embed image inserts an image when no selection" time="0.0010" classname="inserts an image when no selection">
|
|
7
7
|
</testcase>
|
|
8
8
|
<testcase name="Bridge actions, embed image inserts an image when image is selected" time="0.0000" classname="inserts an image when image is selected">
|
|
9
9
|
</testcase>
|
|
10
|
-
<testcase name="Bridge actions, embed image inserts a link through the bridge" time="0.
|
|
10
|
+
<testcase name="Bridge actions, embed image inserts a link through the bridge" time="0.0020" classname="inserts a link through the bridge">
|
|
11
11
|
</testcase>
|
|
12
12
|
<testcase name="Bridge actions, embed image inserts a image placeholder through the bridge" time="0.0000" classname="inserts a image placeholder through the bridge">
|
|
13
13
|
</testcase>
|
|
14
14
|
<testcase name="Bridge actions, embed image removes placeholders through the bridge" time="0.0000" classname="removes placeholders through the bridge">
|
|
15
15
|
</testcase>
|
|
16
16
|
</testsuite>
|
|
17
|
-
<testsuite name="FileTree/File" timestamp="2022-11-
|
|
18
|
-
<testcase name="FileTree/File renders a button with file name" time="0.
|
|
17
|
+
<testsuite name="FileTree/File" timestamp="2022-11-15T21:39:48" tests="3" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/common/components/FileTree/File.test.js" time="0.0060" failures="0">
|
|
18
|
+
<testcase name="FileTree/File renders a button with file name" time="0.0060" classname="renders a button with file name">
|
|
19
19
|
</testcase>
|
|
20
|
-
<testcase name="FileTree/File calls onSelect with file id when button is clicked" time="0.
|
|
20
|
+
<testcase name="FileTree/File calls onSelect with file id when button is clicked" time="0.0000" classname="calls onSelect with file id when button is clicked">
|
|
21
21
|
</testcase>
|
|
22
|
-
<testcase name="FileTree/File does not throw when onSelect is not defined" time="0.
|
|
22
|
+
<testcase name="FileTree/File does not throw when onSelect is not defined" time="0.0000" classname="does not throw when onSelect is not defined">
|
|
23
23
|
</testcase>
|
|
24
24
|
</testsuite>
|
|
25
|
-
<testsuite name="FileTree/Folder" timestamp="2022-11-
|
|
26
|
-
<testcase name="FileTree/Folder renders a button with the folder name" time="0.
|
|
25
|
+
<testsuite name="FileTree/Folder" timestamp="2022-11-15T21:39:48" tests="12" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/common/components/FileTree/Folder.test.js" time="0.0070" failures="0">
|
|
26
|
+
<testcase name="FileTree/Folder renders a button with the folder name" time="0.0020" classname="renders a button with the folder name">
|
|
27
27
|
</testcase>
|
|
28
|
-
<testcase name="FileTree/Folder shows loading if expanded and loading prop is true" time="0.
|
|
28
|
+
<testcase name="FileTree/Folder shows loading if expanded and loading prop is true" time="0.0020" classname="shows loading if expanded and loading prop is true">
|
|
29
29
|
</testcase>
|
|
30
|
-
<testcase name="FileTree/Folder does not show loading if loading is false" time="0.
|
|
30
|
+
<testcase name="FileTree/Folder does not show loading if loading is false" time="0.0010" classname="does not show loading if loading is false">
|
|
31
31
|
</testcase>
|
|
32
|
-
<testcase name="FileTree/Folder does not show loading if loading is true but not expanded" time="0.
|
|
32
|
+
<testcase name="FileTree/Folder does not show loading if loading is true but not expanded" time="0.0010" classname="does not show loading if loading is true but not expanded">
|
|
33
33
|
</testcase>
|
|
34
34
|
<testcase name="FileTree/Folder renders subdirectories with correct props when expaneded" time="0.0010" classname="renders subdirectories with correct props when expaneded">
|
|
35
35
|
</testcase>
|
|
36
|
-
<testcase name="FileTree/Folder does not render subdirectories when not expaneded" time="0.
|
|
36
|
+
<testcase name="FileTree/Folder does not render subdirectories when not expaneded" time="0.0000" classname="does not render subdirectories when not expaneded">
|
|
37
37
|
</testcase>
|
|
38
38
|
<testcase name="FileTree/Folder renders files with correct props when expaneded" time="0.0000" classname="renders files with correct props when expaneded">
|
|
39
39
|
</testcase>
|
|
@@ -41,51 +41,51 @@
|
|
|
41
41
|
</testcase>
|
|
42
42
|
<testcase name="FileTree/Folder calls onToggle with folder id when button is clicked" time="0.0000" classname="calls onToggle with folder id when button is clicked">
|
|
43
43
|
</testcase>
|
|
44
|
-
<testcase name="FileTree/Folder does not throw when onToggle is not defined" time="0.
|
|
44
|
+
<testcase name="FileTree/Folder does not throw when onToggle is not defined" time="0.0000" classname="does not throw when onToggle is not defined">
|
|
45
45
|
</testcase>
|
|
46
46
|
<testcase name="FileTree/Folder sets aria expanded to true if expanded" time="0.0000" classname="sets aria expanded to true if expanded">
|
|
47
47
|
</testcase>
|
|
48
|
-
<testcase name="FileTree/Folder sets aria expanded to false if not expanded" time="0.
|
|
48
|
+
<testcase name="FileTree/Folder sets aria expanded to false if not expanded" time="0.0000" classname="sets aria expanded to false if not expanded">
|
|
49
49
|
</testcase>
|
|
50
50
|
</testsuite>
|
|
51
|
-
<testsuite name="FileTree/index" timestamp="2022-11-
|
|
51
|
+
<testsuite name="FileTree/index" timestamp="2022-11-15T21:39:48" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/common/components/FileTree/index.test.js" time="0.0010" failures="0">
|
|
52
52
|
<testcase name="FileTree/index passes props to Folder component" time="0.0010" classname="passes props to Folder component">
|
|
53
53
|
</testcase>
|
|
54
54
|
<testcase name="FileTree/index optionally sets max-height via prop" time="0.0000" classname="optionally sets max-height via prop">
|
|
55
55
|
</testcase>
|
|
56
56
|
</testsuite>
|
|
57
|
-
<testsuite name="keyboard navigation" timestamp="2022-11-
|
|
58
|
-
<testcase name="FileTree/index keyboard navigation focus the next button when down is pushed" time="0.
|
|
57
|
+
<testsuite name="keyboard navigation" timestamp="2022-11-15T21:39:48" tests="7" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/common/components/FileTree/index.test.js" time="0.0040" failures="0">
|
|
58
|
+
<testcase name="FileTree/index keyboard navigation focus the next button when down is pushed" time="0.0020" classname="focus the next button when down is pushed">
|
|
59
59
|
</testcase>
|
|
60
60
|
<testcase name="FileTree/index keyboard navigation focus the previous button when up is pushed" time="0.0010" classname="focus the previous button when up is pushed">
|
|
61
61
|
</testcase>
|
|
62
|
-
<testcase name="FileTree/index keyboard navigation does not move focus up when on the first button" time="0.
|
|
62
|
+
<testcase name="FileTree/index keyboard navigation does not move focus up when on the first button" time="0.0000" classname="does not move focus up when on the first button">
|
|
63
63
|
</testcase>
|
|
64
|
-
<testcase name="FileTree/index keyboard navigation does not move focus down when on the last button" time="0.
|
|
64
|
+
<testcase name="FileTree/index keyboard navigation does not move focus down when on the last button" time="0.0000" classname="does not move focus down when on the last button">
|
|
65
65
|
</testcase>
|
|
66
66
|
<testcase name="FileTree/index keyboard navigation stops event propagation when down is pushed" time="0.0010" classname="stops event propagation when down is pushed">
|
|
67
67
|
</testcase>
|
|
68
|
-
<testcase name="FileTree/index keyboard navigation stops event propagation when up is pushed" time="0.
|
|
68
|
+
<testcase name="FileTree/index keyboard navigation stops event propagation when up is pushed" time="0.0000" classname="stops event propagation when up is pushed">
|
|
69
69
|
</testcase>
|
|
70
70
|
<testcase name="FileTree/index keyboard navigation does not stop event propagation when other keys are pushed" time="0.0000" classname="does not stop event propagation when other keys are pushed">
|
|
71
71
|
</testcase>
|
|
72
72
|
</testsuite>
|
|
73
|
-
<testsuite name="Loading" timestamp="2022-11-
|
|
73
|
+
<testsuite name="Loading" timestamp="2022-11-15T21:39:48" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/common/components/Loading.test.js" time="0.0020" failures="0">
|
|
74
74
|
<testcase name="Loading includes a screenreader-only message" time="0.0020" classname="includes a screenreader-only message">
|
|
75
75
|
</testcase>
|
|
76
76
|
</testsuite>
|
|
77
|
-
<testsuite name="Common file url utils" timestamp="2022-11-
|
|
77
|
+
<testsuite name="Common file url utils" timestamp="2022-11-15T21:39:48" tests="0" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/common/fileUrl.test.js" time="0.0000" failures="0">
|
|
78
78
|
</testsuite>
|
|
79
|
-
<testsuite name="absoluteToRelativeUrl" timestamp="2022-11-
|
|
80
|
-
<testcase name="Common file url utils absoluteToRelativeUrl turns an absolute URL into a relative URL" time="0.
|
|
79
|
+
<testsuite name="absoluteToRelativeUrl" timestamp="2022-11-15T21:39:48" tests="3" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/common/fileUrl.test.js" time="0.0020" failures="0">
|
|
80
|
+
<testcase name="Common file url utils absoluteToRelativeUrl turns an absolute URL into a relative URL" time="0.0020" classname="turns an absolute URL into a relative URL">
|
|
81
81
|
</testcase>
|
|
82
|
-
<testcase name="Common file url utils absoluteToRelativeUrl leaves a relative URL as is" time="0.
|
|
82
|
+
<testcase name="Common file url utils absoluteToRelativeUrl leaves a relative URL as is" time="0.0000" classname="leaves a relative URL as is">
|
|
83
83
|
</testcase>
|
|
84
|
-
<testcase name="Common file url utils absoluteToRelativeUrl leaves non-Canvas absolute URLs as absolute" time="0.
|
|
84
|
+
<testcase name="Common file url utils absoluteToRelativeUrl leaves non-Canvas absolute URLs as absolute" time="0.0000" classname="leaves non-Canvas absolute URLs as absolute">
|
|
85
85
|
</testcase>
|
|
86
86
|
</testsuite>
|
|
87
|
-
<testsuite name="downloadToWrap" timestamp="2022-11-
|
|
88
|
-
<testcase name="Common file url utils downloadToWrap removes download_frd from the query params" time="0.
|
|
87
|
+
<testsuite name="downloadToWrap" timestamp="2022-11-15T21:39:48" tests="7" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/common/fileUrl.test.js" time="0.0000" failures="0">
|
|
88
|
+
<testcase name="Common file url utils downloadToWrap removes download_frd from the query params" time="0.0000" classname="removes download_frd from the query params">
|
|
89
89
|
</testcase>
|
|
90
90
|
<testcase name="Common file url utils downloadToWrap adds wrap=1 to the query params" time="0.0000" classname="adds wrap=1 to the query params">
|
|
91
91
|
</testcase>
|
|
@@ -100,19 +100,19 @@
|
|
|
100
100
|
<testcase name="Common file url utils downloadToWrap strips "preview" too" time="0.0000" classname="strips "preview" too">
|
|
101
101
|
</testcase>
|
|
102
102
|
</testsuite>
|
|
103
|
-
<testsuite name="fixupFileUrl" timestamp="2022-11-
|
|
103
|
+
<testsuite name="fixupFileUrl" timestamp="2022-11-15T21:39:48" tests="0" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/common/fileUrl.test.js" time="0.0000" failures="0">
|
|
104
104
|
</testsuite>
|
|
105
|
-
<testsuite name="for files with an href" timestamp="2022-11-
|
|
105
|
+
<testsuite name="for files with an href" timestamp="2022-11-15T21:39:48" tests="4" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/common/fileUrl.test.js" time="0.0010" failures="0">
|
|
106
106
|
<testcase name="Common file url utils fixupFileUrl for files with an href skips swizzling the url if from a different host" time="0.0000" classname="skips swizzling the url if from a different host">
|
|
107
107
|
</testcase>
|
|
108
108
|
<testcase name="Common file url utils fixupFileUrl for files with an href transforms urls if from the specified canvas origin" time="0.0000" classname="transforms urls if from the specified canvas origin">
|
|
109
109
|
</testcase>
|
|
110
|
-
<testcase name="Common file url utils fixupFileUrl for files with an href transforms course file urls" time="0.
|
|
110
|
+
<testcase name="Common file url utils fixupFileUrl for files with an href transforms course file urls" time="0.0010" classname="transforms course file urls">
|
|
111
111
|
</testcase>
|
|
112
112
|
<testcase name="Common file url utils fixupFileUrl for files with an href adds the verifier to user files" time="0.0000" classname="adds the verifier to user files">
|
|
113
113
|
</testcase>
|
|
114
114
|
</testsuite>
|
|
115
|
-
<testsuite name="for files with a url" timestamp="2022-11-
|
|
115
|
+
<testsuite name="for files with a url" timestamp="2022-11-15T21:39:48" tests="3" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/common/fileUrl.test.js" time="0.0000" failures="0">
|
|
116
116
|
<testcase name="Common file url utils fixupFileUrl for files with a url skips transforming the url if from a different host" time="0.0000" classname="skips transforming the url if from a different host">
|
|
117
117
|
</testcase>
|
|
118
118
|
<testcase name="Common file url utils fixupFileUrl for files with a url transforms course file urls" time="0.0000" classname="transforms course file urls">
|
|
@@ -120,7 +120,7 @@
|
|
|
120
120
|
<testcase name="Common file url utils fixupFileUrl for files with a url adds the verifier to user files" time="0.0000" classname="adds the verifier to user files">
|
|
121
121
|
</testcase>
|
|
122
122
|
</testsuite>
|
|
123
|
-
<testsuite name="prepEmbedSrc" timestamp="2022-11-
|
|
123
|
+
<testsuite name="prepEmbedSrc" timestamp="2022-11-15T21:39:48" tests="6" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/common/fileUrl.test.js" time="0.0000" failures="0">
|
|
124
124
|
<testcase name="Common file url utils prepEmbedSrc skips transforming the url if from a different host" time="0.0000" classname="skips transforming the url if from a different host">
|
|
125
125
|
</testcase>
|
|
126
126
|
<testcase name="Common file url utils prepEmbedSrc transforms the url if from the current canvas host" time="0.0000" classname="transforms the url if from the current canvas host">
|
|
@@ -134,29 +134,29 @@
|
|
|
134
134
|
<testcase name="Common file url utils prepEmbedSrc does not indiscriminately replace /preview in a url" time="0.0000" classname="does not indiscriminately replace /preview in a url">
|
|
135
135
|
</testcase>
|
|
136
136
|
</testsuite>
|
|
137
|
-
<testsuite name="prepLinkedSrc" timestamp="2022-11-
|
|
137
|
+
<testsuite name="prepLinkedSrc" timestamp="2022-11-15T21:39:48" tests="3" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/common/fileUrl.test.js" time="0.0000" failures="0">
|
|
138
138
|
<testcase name="Common file url utils prepLinkedSrc skips transforming the url if from a different host" time="0.0000" classname="skips transforming the url if from a different host">
|
|
139
139
|
</testcase>
|
|
140
140
|
<testcase name="Common file url utils prepLinkedSrc removes /preview" time="0.0000" classname="removes /preview">
|
|
141
141
|
</testcase>
|
|
142
|
-
<testcase name="Common file url utils prepLinkedSrc does not indiscriminately replace /download in a url" time="0.
|
|
142
|
+
<testcase name="Common file url utils prepLinkedSrc does not indiscriminately replace /download in a url" time="0.0000" classname="does not indiscriminately replace /download in a url">
|
|
143
143
|
</testcase>
|
|
144
144
|
</testsuite>
|
|
145
|
-
<testsuite name="indicate function" timestamp="2022-11-
|
|
145
|
+
<testsuite name="indicate function" timestamp="2022-11-15T21:39:48" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/common/indicate.test.js" time="0.0010" failures="0">
|
|
146
146
|
<testcase name="indicate function appends a div to the body" time="0.0000" classname="appends a div to the body">
|
|
147
147
|
</testcase>
|
|
148
|
-
<testcase name="indicate function removes the div after 2 seconds" time="0.
|
|
148
|
+
<testcase name="indicate function removes the div after 2 seconds" time="0.0010" classname="removes the div after 2 seconds">
|
|
149
149
|
</testcase>
|
|
150
150
|
</testsuite>
|
|
151
|
-
<testsuite name="shape" timestamp="2022-11-
|
|
151
|
+
<testsuite name="shape" timestamp="2022-11-15T21:39:48" tests="3" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/common/indicate.test.js" time="0.0000" failures="0">
|
|
152
152
|
<testcase name="indicate function shape has dimensions of region plus margin" time="0.0000" classname="has dimensions of region plus margin">
|
|
153
153
|
</testcase>
|
|
154
154
|
<testcase name="indicate function shape is positioned at region minus margin" time="0.0000" classname="is positioned at region minus margin">
|
|
155
155
|
</testcase>
|
|
156
|
-
<testcase name="indicate function shape has a default margin of 3" time="0.
|
|
156
|
+
<testcase name="indicate function shape has a default margin of 3" time="0.0000" classname="has a default margin of 3">
|
|
157
157
|
</testcase>
|
|
158
158
|
</testsuite>
|
|
159
|
-
<testsuite name="transitions" timestamp="2022-11-
|
|
159
|
+
<testsuite name="transitions" timestamp="2022-11-15T21:39:48" tests="3" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/common/indicate.test.js" time="0.0010" failures="0">
|
|
160
160
|
<testcase name="indicate function transitions div initially has enter and active classes" time="0.0000" classname="div initially has enter and active classes">
|
|
161
161
|
</testcase>
|
|
162
162
|
<testcase name="indicate function transitions div has leave class after 900ms" time="0.0000" classname="div has leave class after 900ms">
|
|
@@ -164,17 +164,17 @@
|
|
|
164
164
|
<testcase name="indicate function transitions div gets leave fast class on mouse over" time="0.0010" classname="div gets leave fast class on mouse over">
|
|
165
165
|
</testcase>
|
|
166
166
|
</testsuite>
|
|
167
|
-
<testsuite name="fileEmbed" timestamp="2022-11-
|
|
167
|
+
<testsuite name="fileEmbed" timestamp="2022-11-15T21:39:48" tests="4" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/common/mimeClass.test.js" time="0.0000" failures="0">
|
|
168
168
|
<testcase name="fileEmbed defaults to file" time="0.0000" classname="defaults to file">
|
|
169
169
|
</testcase>
|
|
170
|
-
<testcase name="fileEmbed uses content-type to identify video and audio" time="0.
|
|
170
|
+
<testcase name="fileEmbed uses content-type to identify video and audio" time="0.0000" classname="uses content-type to identify video and audio">
|
|
171
171
|
</testcase>
|
|
172
|
-
<testcase name="fileEmbed picks scribd if there is a preview_url" time="0.
|
|
172
|
+
<testcase name="fileEmbed picks scribd if there is a preview_url" time="0.0000" classname="picks scribd if there is a preview_url">
|
|
173
173
|
</testcase>
|
|
174
174
|
<testcase name="fileEmbed uses content-type to identify images" time="0.0000" classname="uses content-type to identify images">
|
|
175
175
|
</testcase>
|
|
176
176
|
</testsuite>
|
|
177
|
-
<testsuite name="mimeClass" timestamp="2022-11-
|
|
177
|
+
<testsuite name="mimeClass" timestamp="2022-11-15T21:39:48" tests="3" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/common/mimeClass.test.js" time="0.0000" failures="0">
|
|
178
178
|
<testcase name="mimeClass returns mime_class attribute if present" time="0.0000" classname="returns mime_class attribute if present">
|
|
179
179
|
</testcase>
|
|
180
180
|
<testcase name="mimeClass returns value corresponding to provided `content-type`" time="0.0000" classname="returns value corresponding to provided `content-type`">
|
|
@@ -182,29 +182,29 @@
|
|
|
182
182
|
<testcase name="mimeClass returns value corresponding to provided `type`" time="0.0000" classname="returns value corresponding to provided `type`">
|
|
183
183
|
</testcase>
|
|
184
184
|
</testsuite>
|
|
185
|
-
<testsuite name="scroll" timestamp="2022-11-
|
|
185
|
+
<testsuite name="scroll" timestamp="2022-11-15T21:39:48" tests="0" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/common/scroll.test.js" time="0.0000" failures="0">
|
|
186
186
|
</testsuite>
|
|
187
|
-
<testsuite name="element in view method" timestamp="2022-11-
|
|
188
|
-
<testcase name="scroll element in view method calls scrollIntoView()" time="0.
|
|
187
|
+
<testsuite name="element in view method" timestamp="2022-11-15T21:39:48" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/common/scroll.test.js" time="0.1120" failures="0">
|
|
188
|
+
<testcase name="scroll element in view method calls scrollIntoView()" time="0.1120" classname="calls scrollIntoView()">
|
|
189
189
|
</testcase>
|
|
190
190
|
</testsuite>
|
|
191
|
-
<testsuite name="contentInsertionUtils" timestamp="2022-11-
|
|
191
|
+
<testsuite name="contentInsertionUtils" timestamp="2022-11-15T21:39:48" tests="0" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/module/contentInsertionUtils.test.js" time="0.0000" failures="0">
|
|
192
192
|
</testsuite>
|
|
193
|
-
<testsuite name="cleanUrl" timestamp="2022-11-
|
|
193
|
+
<testsuite name="cleanUrl" timestamp="2022-11-15T21:39:48" tests="5" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/module/contentInsertionUtils.test.js" time="0.0000" failures="0">
|
|
194
194
|
<testcase name="contentInsertionUtils cleanUrl doesnt hurt a good url" time="0.0000" classname="doesnt hurt a good url">
|
|
195
195
|
</testcase>
|
|
196
196
|
<testcase name="contentInsertionUtils cleanUrl turns email addresses into mailto links" time="0.0000" classname="turns email addresses into mailto links">
|
|
197
197
|
</testcase>
|
|
198
198
|
<testcase name="contentInsertionUtils cleanUrl adding a protocol to unprotocoled addresses" time="0.0000" classname="adding a protocol to unprotocoled addresses">
|
|
199
199
|
</testcase>
|
|
200
|
-
<testcase name="contentInsertionUtils cleanUrl doesnt mailto links with @ in them" time="0.
|
|
200
|
+
<testcase name="contentInsertionUtils cleanUrl doesnt mailto links with @ in them" time="0.0000" classname="doesnt mailto links with @ in them">
|
|
201
201
|
</testcase>
|
|
202
202
|
<testcase name="contentInsertionUtils cleanUrl doesnt blow up with a missing url" time="0.0000" classname="doesnt blow up with a missing url">
|
|
203
203
|
</testcase>
|
|
204
204
|
</testsuite>
|
|
205
|
-
<testsuite name="IndicatorRegion module" timestamp="2022-11-
|
|
205
|
+
<testsuite name="IndicatorRegion module" timestamp="2022-11-15T21:39:48" tests="0" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/module/indicatorRegion.test.js" time="0.0000" failures="0">
|
|
206
206
|
</testsuite>
|
|
207
|
-
<testsuite name="indicatorRegion" timestamp="2022-11-
|
|
207
|
+
<testsuite name="indicatorRegion" timestamp="2022-11-15T21:39:48" tests="4" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/module/indicatorRegion.test.js" time="0.0000" failures="0">
|
|
208
208
|
<testcase name="IndicatorRegion module indicatorRegion includes the width and height of the target" time="0.0000" classname="includes the width and height of the target">
|
|
209
209
|
</testcase>
|
|
210
210
|
<testcase name="IndicatorRegion module indicatorRegion gets offset of iframe" time="0.0000" classname="gets offset of iframe">
|
|
@@ -214,8 +214,8 @@
|
|
|
214
214
|
<testcase name="IndicatorRegion module indicatorRegion includes sum of the top offsets minus the iframe scroll" time="0.0000" classname="includes sum of the top offsets minus the iframe scroll">
|
|
215
215
|
</testcase>
|
|
216
216
|
</testsuite>
|
|
217
|
-
<testsuite name="normalizeLocale" timestamp="2022-11-
|
|
218
|
-
<testcase name="normalizeLocale returns 'en' for null/undefined" time="0.
|
|
217
|
+
<testsuite name="normalizeLocale" timestamp="2022-11-15T21:39:48" tests="5" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/module/normalizeLocale.test.js" time="0.0000" failures="0">
|
|
218
|
+
<testcase name="normalizeLocale returns 'en' for null/undefined" time="0.0000" classname="returns 'en' for null/undefined">
|
|
219
219
|
</testcase>
|
|
220
220
|
<testcase name="normalizeLocale maps old-style canvas locales to new-style" time="0.0000" classname="maps old-style canvas locales to new-style">
|
|
221
221
|
</testcase>
|
|
@@ -226,7 +226,7 @@
|
|
|
226
226
|
<testcase name="normalizeLocale otherwise just return en" time="0.0000" classname="otherwise just return en">
|
|
227
227
|
</testcase>
|
|
228
228
|
</testsuite>
|
|
229
|
-
<testsuite name="Rce normalizeProps" timestamp="2022-11-
|
|
229
|
+
<testsuite name="Rce normalizeProps" timestamp="2022-11-15T21:39:48" tests="3" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/module/normalizeProps.test.js" time="0.0000" failures="0">
|
|
230
230
|
<testcase name="Rce normalizeProps calls editorOptions with provided tinymce" time="0.0000" classname="calls editorOptions with provided tinymce">
|
|
231
231
|
</testcase>
|
|
232
232
|
<testcase name="Rce normalizeProps sets tinymce as provided, even over prop" time="0.0000" classname="sets tinymce as provided, even over prop">
|
|
@@ -234,57 +234,57 @@
|
|
|
234
234
|
<testcase name="Rce normalizeProps retains other props" time="0.0000" classname="retains other props">
|
|
235
235
|
</testcase>
|
|
236
236
|
</testsuite>
|
|
237
|
-
<testsuite name="RCEWrapper" timestamp="2022-11-
|
|
237
|
+
<testsuite name="RCEWrapper" timestamp="2022-11-15T21:39:48" tests="0" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/module/RCEWrapper.test.js" time="0.0000" failures="0">
|
|
238
238
|
</testsuite>
|
|
239
|
-
<testsuite name="static methods" timestamp="2022-11-
|
|
239
|
+
<testsuite name="static methods" timestamp="2022-11-15T21:39:48" tests="0" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/module/RCEWrapper.test.js" time="0.0000" failures="0">
|
|
240
240
|
</testsuite>
|
|
241
|
-
<testsuite name="getByEditor" timestamp="2022-11-
|
|
242
|
-
<testcase name="RCEWrapper static methods getByEditor gets instances by rendered tinymce object reference" time="0.
|
|
241
|
+
<testsuite name="getByEditor" timestamp="2022-11-15T21:39:48" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/module/RCEWrapper.test.js" time="0.0540" failures="0">
|
|
242
|
+
<testcase name="RCEWrapper static methods getByEditor gets instances by rendered tinymce object reference" time="0.0540" classname="gets instances by rendered tinymce object reference">
|
|
243
243
|
</testcase>
|
|
244
244
|
</testsuite>
|
|
245
|
-
<testsuite name="tinyMCE instance interactions" timestamp="2022-11-
|
|
246
|
-
<testcase name="RCEWrapper tinyMCE instance interactions syncs content during toggle if coming back from hidden instance" time="0.
|
|
245
|
+
<testsuite name="tinyMCE instance interactions" timestamp="2022-11-15T21:39:50" tests="6" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/module/RCEWrapper.test.js" time="0.0290" failures="0">
|
|
246
|
+
<testcase name="RCEWrapper tinyMCE instance interactions syncs content during toggle if coming back from hidden instance" time="0.0270" classname="syncs content during toggle if coming back from hidden instance">
|
|
247
247
|
</testcase>
|
|
248
248
|
<testcase name="RCEWrapper tinyMCE instance interactions emits "ViewChange" on view changes" time="0.0010" classname="emits "ViewChange" on view changes">
|
|
249
249
|
</testcase>
|
|
250
|
-
<testcase name="RCEWrapper tinyMCE instance interactions calls focus on its tinyMCE instance" time="0.
|
|
250
|
+
<testcase name="RCEWrapper tinyMCE instance interactions calls focus on its tinyMCE instance" time="0.0010" classname="calls focus on its tinyMCE instance">
|
|
251
251
|
</testcase>
|
|
252
|
-
<testcase name="RCEWrapper tinyMCE instance interactions calls handleUnmount when destroyed" time="0.
|
|
252
|
+
<testcase name="RCEWrapper tinyMCE instance interactions calls handleUnmount when destroyed" time="0.0000" classname="calls handleUnmount when destroyed">
|
|
253
253
|
</testcase>
|
|
254
254
|
<testcase name="RCEWrapper tinyMCE instance interactions doesn't reset the doc for other commands" time="0.0000" classname="doesn't reset the doc for other commands">
|
|
255
255
|
</testcase>
|
|
256
256
|
<testcase name="RCEWrapper tinyMCE instance interactions proxies hidden checks to editor" time="0.0000" classname="proxies hidden checks to editor">
|
|
257
257
|
</testcase>
|
|
258
258
|
</testsuite>
|
|
259
|
-
<testsuite name="calling methods dynamically" timestamp="2022-11-
|
|
260
|
-
<testcase name="RCEWrapper calling methods dynamically pipes arguments to specified method" time="0.
|
|
259
|
+
<testsuite name="calling methods dynamically" timestamp="2022-11-15T21:39:50" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/module/RCEWrapper.test.js" time="0.0020" failures="0">
|
|
260
|
+
<testcase name="RCEWrapper calling methods dynamically pipes arguments to specified method" time="0.0010" classname="pipes arguments to specified method">
|
|
261
261
|
</testcase>
|
|
262
262
|
<testcase name="RCEWrapper calling methods dynamically handles 'exists?'" time="0.0010" classname="handles 'exists?'">
|
|
263
263
|
</testcase>
|
|
264
264
|
</testsuite>
|
|
265
|
-
<testsuite name="getting and setting content" timestamp="2022-11-
|
|
265
|
+
<testsuite name="getting and setting content" timestamp="2022-11-15T21:39:50" tests="5" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/module/RCEWrapper.test.js" time="0.0040" failures="0">
|
|
266
266
|
<testcase name="RCEWrapper getting and setting content sets code properly" time="0.0010" classname="sets code properly">
|
|
267
267
|
</testcase>
|
|
268
268
|
<testcase name="RCEWrapper getting and setting content gets code properly" time="0.0000" classname="gets code properly">
|
|
269
269
|
</testcase>
|
|
270
|
-
<testcase name="RCEWrapper getting and setting content inserts code properly" time="0.
|
|
270
|
+
<testcase name="RCEWrapper getting and setting content inserts code properly" time="0.0010" classname="inserts code properly">
|
|
271
271
|
</testcase>
|
|
272
272
|
<testcase name="RCEWrapper getting and setting content inserts links" time="0.0010" classname="inserts links">
|
|
273
273
|
</testcase>
|
|
274
|
-
<testcase name="RCEWrapper getting and setting content inserts math equations" time="0.
|
|
274
|
+
<testcase name="RCEWrapper getting and setting content inserts math equations" time="0.0010" classname="inserts math equations">
|
|
275
275
|
</testcase>
|
|
276
276
|
</testsuite>
|
|
277
|
-
<testsuite name="checkReadyToGetCode" timestamp="2022-11-
|
|
277
|
+
<testsuite name="checkReadyToGetCode" timestamp="2022-11-15T21:39:50" tests="4" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/module/RCEWrapper.test.js" time="0.0020" failures="0">
|
|
278
278
|
<testcase name="RCEWrapper getting and setting content checkReadyToGetCode returns true if there are no elements with data-placeholder-for attributes" time="0.0010" classname="returns true if there are no elements with data-placeholder-for attributes">
|
|
279
279
|
</testcase>
|
|
280
|
-
<testcase name="RCEWrapper getting and setting content checkReadyToGetCode calls promptFunc if there is an element with data-placeholder-for attribute" time="0.
|
|
280
|
+
<testcase name="RCEWrapper getting and setting content checkReadyToGetCode calls promptFunc if there is an element with data-placeholder-for attribute" time="0.0010" classname="calls promptFunc if there is an element with data-placeholder-for attribute">
|
|
281
281
|
</testcase>
|
|
282
|
-
<testcase name="RCEWrapper getting and setting content checkReadyToGetCode returns true if promptFunc returns true" time="0.
|
|
282
|
+
<testcase name="RCEWrapper getting and setting content checkReadyToGetCode returns true if promptFunc returns true" time="0.0000" classname="returns true if promptFunc returns true">
|
|
283
283
|
</testcase>
|
|
284
|
-
<testcase name="RCEWrapper getting and setting content checkReadyToGetCode returns false if promptFunc returns false" time="0.
|
|
284
|
+
<testcase name="RCEWrapper getting and setting content checkReadyToGetCode returns false if promptFunc returns false" time="0.0000" classname="returns false if promptFunc returns false">
|
|
285
285
|
</testcase>
|
|
286
286
|
</testsuite>
|
|
287
|
-
<testsuite name="insertImagePlaceholder" timestamp="2022-11-
|
|
287
|
+
<testsuite name="insertImagePlaceholder" timestamp="2022-11-15T21:39:50" tests="7" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/module/RCEWrapper.test.js" time="0.0040" failures="0">
|
|
288
288
|
<testcase name="RCEWrapper getting and setting content insertImagePlaceholder inserts a placeholder image with the proper metadata" time="0.0010" classname="inserts a placeholder image with the proper metadata">
|
|
289
289
|
</testcase>
|
|
290
290
|
<testcase name="RCEWrapper getting and setting content insertImagePlaceholder inserts a placeholder image with an encoded name to prevent nested quotes" time="0.0010" classname="inserts a placeholder image with an encoded name to prevent nested quotes">
|
|
@@ -295,82 +295,82 @@
|
|
|
295
295
|
</testcase>
|
|
296
296
|
<testcase name="RCEWrapper getting and setting content insertImagePlaceholder inserts a video file placeholder image with the proper metadata" time="0.0000" classname="inserts a video file placeholder image with the proper metadata">
|
|
297
297
|
</testcase>
|
|
298
|
-
<testcase name="RCEWrapper getting and setting content insertImagePlaceholder inserts an audio file placeholder image with the proper metadata" time="0.
|
|
298
|
+
<testcase name="RCEWrapper getting and setting content insertImagePlaceholder inserts an audio file placeholder image with the proper metadata" time="0.0010" classname="inserts an audio file placeholder image with the proper metadata">
|
|
299
299
|
</testcase>
|
|
300
|
-
<testcase name="RCEWrapper getting and setting content insertImagePlaceholder inserts a little placeholder for images displayed as links" time="0.
|
|
300
|
+
<testcase name="RCEWrapper getting and setting content insertImagePlaceholder inserts a little placeholder for images displayed as links" time="0.0010" classname="inserts a little placeholder for images displayed as links">
|
|
301
301
|
</testcase>
|
|
302
302
|
</testsuite>
|
|
303
|
-
<testsuite name="removePlaceholders" timestamp="2022-11-
|
|
304
|
-
<testcase name="RCEWrapper getting and setting content removePlaceholders removes placeholders that match the given name" time="0.
|
|
303
|
+
<testsuite name="removePlaceholders" timestamp="2022-11-15T21:39:50" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/module/RCEWrapper.test.js" time="0.0030" failures="0">
|
|
304
|
+
<testcase name="RCEWrapper getting and setting content removePlaceholders removes placeholders that match the given name" time="0.0010" classname="removes placeholders that match the given name">
|
|
305
305
|
</testcase>
|
|
306
306
|
<testcase name="RCEWrapper getting and setting content removePlaceholders does not remove placeholders that do not match the given name" time="0.0020" classname="does not remove placeholders that do not match the given name">
|
|
307
307
|
</testcase>
|
|
308
308
|
</testsuite>
|
|
309
|
-
<testsuite name="insert image" timestamp="2022-11-
|
|
309
|
+
<testsuite name="insert image" timestamp="2022-11-15T21:39:50" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/module/RCEWrapper.test.js" time="0.0030" failures="0">
|
|
310
310
|
<testcase name="RCEWrapper getting and setting content insert image works when no element is returned from content insertion" time="0.0010" classname="works when no element is returned from content insertion">
|
|
311
311
|
</testcase>
|
|
312
312
|
<testcase name="RCEWrapper getting and setting content insert image removes TinyMCE's caret &nbsp; when element is returned from content insertion" time="0.0020" classname="removes TinyMCE's caret &nbsp; when element is returned from content insertion">
|
|
313
313
|
</testcase>
|
|
314
314
|
</testsuite>
|
|
315
|
-
<testsuite name="insert media" timestamp="2022-11-
|
|
315
|
+
<testsuite name="insert media" timestamp="2022-11-15T21:39:50" tests="3" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/module/RCEWrapper.test.js" time="0.0030" failures="0">
|
|
316
316
|
<testcase name="RCEWrapper getting and setting content insert media inserts video" time="0.0010" classname="inserts video">
|
|
317
317
|
</testcase>
|
|
318
318
|
<testcase name="RCEWrapper getting and setting content insert media inserts audio" time="0.0010" classname="inserts audio">
|
|
319
319
|
</testcase>
|
|
320
|
-
<testcase name="RCEWrapper getting and setting content insert media inserts embed code" time="0.
|
|
320
|
+
<testcase name="RCEWrapper getting and setting content insert media inserts embed code" time="0.0010" classname="inserts embed code">
|
|
321
321
|
</testcase>
|
|
322
322
|
</testsuite>
|
|
323
|
-
<testsuite name="indicator" timestamp="2022-11-
|
|
323
|
+
<testsuite name="indicator" timestamp="2022-11-15T21:39:50" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/module/RCEWrapper.test.js" time="0.0020" failures="0">
|
|
324
324
|
<testcase name="RCEWrapper getting and setting content indicator does not indicate() if editor is hidden" time="0.0010" classname="does not indicate() if editor is hidden">
|
|
325
325
|
</testcase>
|
|
326
326
|
<testcase name="RCEWrapper getting and setting content indicator waits until images are loaded to indicate" time="0.0010" classname="waits until images are loaded to indicate">
|
|
327
327
|
</testcase>
|
|
328
328
|
</testsuite>
|
|
329
|
-
<testsuite name="broken images" timestamp="2022-11-
|
|
330
|
-
<testcase name="RCEWrapper getting and setting content broken images calls checkImageLoadError when complete" time="0.
|
|
329
|
+
<testsuite name="broken images" timestamp="2022-11-15T21:39:50" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/module/RCEWrapper.test.js" time="0.0000" failures="0">
|
|
330
|
+
<testcase name="RCEWrapper getting and setting content broken images calls checkImageLoadError when complete" time="0.0000" classname="calls checkImageLoadError when complete">
|
|
331
331
|
</testcase>
|
|
332
|
-
<testcase name="RCEWrapper getting and setting content broken images sets an onerror handler when not complete" time="0.
|
|
332
|
+
<testcase name="RCEWrapper getting and setting content broken images sets an onerror handler when not complete" time="0.0000" classname="sets an onerror handler when not complete">
|
|
333
333
|
</testcase>
|
|
334
334
|
</testsuite>
|
|
335
|
-
<testsuite name="checkImageLoadError" timestamp="2022-11-
|
|
335
|
+
<testsuite name="checkImageLoadError" timestamp="2022-11-15T21:39:50" tests="4" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/module/RCEWrapper.test.js" time="0.0030" failures="0">
|
|
336
336
|
<testcase name="RCEWrapper getting and setting content broken images checkImageLoadError does not error if called without an element" time="0.0000" classname="does not error if called without an element">
|
|
337
337
|
</testcase>
|
|
338
338
|
<testcase name="RCEWrapper getting and setting content broken images checkImageLoadError does not error if called without a non-image element" time="0.0000" classname="does not error if called without a non-image element">
|
|
339
339
|
</testcase>
|
|
340
340
|
<testcase name="RCEWrapper getting and setting content broken images checkImageLoadError checks onload for images not done loading" time="0.0020" classname="checks onload for images not done loading">
|
|
341
341
|
</testcase>
|
|
342
|
-
<testcase name="RCEWrapper getting and setting content broken images checkImageLoadError sets the proper styles when the naturalWidth is 0" time="0.
|
|
342
|
+
<testcase name="RCEWrapper getting and setting content broken images checkImageLoadError sets the proper styles when the naturalWidth is 0" time="0.0010" classname="sets the proper styles when the naturalWidth is 0">
|
|
343
343
|
</testcase>
|
|
344
344
|
</testsuite>
|
|
345
|
-
<testsuite name="alias functions" timestamp="2022-11-
|
|
345
|
+
<testsuite name="alias functions" timestamp="2022-11-15T21:39:50" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/module/RCEWrapper.test.js" time="0.0010" failures="0">
|
|
346
346
|
<testcase name="RCEWrapper alias functions sets aliases properly" time="0.0010" classname="sets aliases properly">
|
|
347
347
|
</testcase>
|
|
348
348
|
</testsuite>
|
|
349
|
-
<testsuite name="is_dirty()" timestamp="2022-11-
|
|
349
|
+
<testsuite name="is_dirty()" timestamp="2022-11-15T21:39:50" tests="5" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/module/RCEWrapper.test.js" time="0.0050" failures="0">
|
|
350
350
|
<testcase name="RCEWrapper is_dirty() is true if not hidden and defaultContent is not equal to getConent()" time="0.0010" classname="is true if not hidden and defaultContent is not equal to getConent()">
|
|
351
351
|
</testcase>
|
|
352
352
|
<testcase name="RCEWrapper is_dirty() is false if not hidden and defaultContent is equal to getConent()" time="0.0010" classname="is false if not hidden and defaultContent is equal to getConent()">
|
|
353
353
|
</testcase>
|
|
354
354
|
<testcase name="RCEWrapper is_dirty() is true if hidden and defaultContent is not equal to textarea value" time="0.0010" classname="is true if hidden and defaultContent is not equal to textarea value">
|
|
355
355
|
</testcase>
|
|
356
|
-
<testcase name="RCEWrapper is_dirty() is false if hidden and defaultContent is equal to textarea value" time="0.
|
|
356
|
+
<testcase name="RCEWrapper is_dirty() is false if hidden and defaultContent is equal to textarea value" time="0.0010" classname="is false if hidden and defaultContent is equal to textarea value">
|
|
357
357
|
</testcase>
|
|
358
|
-
<testcase name="RCEWrapper is_dirty() compares content with defaultContent serialized by editor serializer" time="0.
|
|
358
|
+
<testcase name="RCEWrapper is_dirty() compares content with defaultContent serialized by editor serializer" time="0.0010" classname="compares content with defaultContent serialized by editor serializer">
|
|
359
359
|
</testcase>
|
|
360
360
|
</testsuite>
|
|
361
|
-
<testsuite name="onFocus" timestamp="2022-11-
|
|
361
|
+
<testsuite name="onFocus" timestamp="2022-11-15T21:39:50" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/module/RCEWrapper.test.js" time="0.0020" failures="0">
|
|
362
362
|
<testcase name="RCEWrapper onFocus calls Bridge.focusEditor with editor" time="0.0010" classname="calls Bridge.focusEditor with editor">
|
|
363
363
|
</testcase>
|
|
364
364
|
<testcase name="RCEWrapper onFocus calls props.onFocus with editor if exists" time="0.0010" classname="calls props.onFocus with editor if exists">
|
|
365
365
|
</testcase>
|
|
366
366
|
</testsuite>
|
|
367
|
-
<testsuite name="onRemove" timestamp="2022-11-
|
|
367
|
+
<testsuite name="onRemove" timestamp="2022-11-15T21:39:50" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/module/RCEWrapper.test.js" time="0.0020" failures="0">
|
|
368
368
|
<testcase name="RCEWrapper onRemove calls Bridge.detachEditor with editor" time="0.0010" classname="calls Bridge.detachEditor with editor">
|
|
369
369
|
</testcase>
|
|
370
370
|
<testcase name="RCEWrapper onRemove calls props.onRemove with editor_ if exists" time="0.0010" classname="calls props.onRemove with editor_ if exists">
|
|
371
371
|
</testcase>
|
|
372
372
|
</testsuite>
|
|
373
|
-
<testsuite name="setup option" timestamp="2022-11-
|
|
373
|
+
<testsuite name="setup option" timestamp="2022-11-15T21:39:50" tests="4" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/module/RCEWrapper.test.js" time="0.0090" failures="0">
|
|
374
374
|
<testcase name="RCEWrapper setup option registers editor to allow getting wrapper by editor" time="0.0020" classname="registers editor to allow getting wrapper by editor">
|
|
375
375
|
</testcase>
|
|
376
376
|
<testcase name="RCEWrapper setup option it calls original setup from editorOptions" time="0.0020" classname="it calls original setup from editorOptions">
|
|
@@ -380,33 +380,33 @@
|
|
|
380
380
|
<testcase name="RCEWrapper setup option passes other options through unchanged" time="0.0030" classname="passes other options through unchanged">
|
|
381
381
|
</testcase>
|
|
382
382
|
</testsuite>
|
|
383
|
-
<testsuite name="textarea" timestamp="2022-11-
|
|
383
|
+
<testsuite name="textarea" timestamp="2022-11-15T21:39:50" tests="0" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/module/RCEWrapper.test.js" time="0.0000" failures="0">
|
|
384
384
|
</testsuite>
|
|
385
|
-
<testsuite name="handleTextareaChange" timestamp="2022-11-
|
|
386
|
-
<testcase name="RCEWrapper textarea handleTextareaChange updates the editor content if editor is hidden" time="0.
|
|
385
|
+
<testsuite name="handleTextareaChange" timestamp="2022-11-15T21:39:50" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/module/RCEWrapper.test.js" time="0.0000" failures="0">
|
|
386
|
+
<testcase name="RCEWrapper textarea handleTextareaChange updates the editor content if editor is hidden" time="0.0000" classname="updates the editor content if editor is hidden">
|
|
387
387
|
</testcase>
|
|
388
|
-
<testcase name="RCEWrapper textarea handleTextareaChange does not update the editor if editor is not hidden" time="0.
|
|
388
|
+
<testcase name="RCEWrapper textarea handleTextareaChange does not update the editor if editor is not hidden" time="0.0000" classname="does not update the editor if editor is not hidden">
|
|
389
389
|
</testcase>
|
|
390
390
|
</testsuite>
|
|
391
|
-
<testsuite name="alert area" timestamp="2022-11-
|
|
392
|
-
<testcase name="RCEWrapper alert area adds an alert and attaches an id when addAlert is called" time="0.
|
|
391
|
+
<testsuite name="alert area" timestamp="2022-11-15T21:39:50" tests="4" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/module/RCEWrapper.test.js" time="0.1340" failures="0">
|
|
392
|
+
<testcase name="RCEWrapper alert area adds an alert and attaches an id when addAlert is called" time="0.0890" classname="adds an alert and attaches an id when addAlert is called">
|
|
393
393
|
</testcase>
|
|
394
|
-
<testcase name="RCEWrapper alert area adds multiple alerts" time="0.
|
|
394
|
+
<testcase name="RCEWrapper alert area adds multiple alerts" time="0.0350" classname="adds multiple alerts">
|
|
395
395
|
</testcase>
|
|
396
|
-
<testcase name="RCEWrapper alert area does not add alerts with the exact same text" time="0.
|
|
396
|
+
<testcase name="RCEWrapper alert area does not add alerts with the exact same text" time="0.0060" classname="does not add alerts with the exact same text">
|
|
397
397
|
</testcase>
|
|
398
|
-
<testcase name="RCEWrapper alert area removes an alert when removeAlert is called" time="0.
|
|
398
|
+
<testcase name="RCEWrapper alert area removes an alert when removeAlert is called" time="0.0040" classname="removes an alert when removeAlert is called">
|
|
399
399
|
</testcase>
|
|
400
400
|
</testsuite>
|
|
401
|
-
<testsuite name="wrapOptions" timestamp="2022-11-
|
|
402
|
-
<testcase name="RCEWrapper wrapOptions includes instructure_record in plugins if not instRecordDisabled" time="0.
|
|
401
|
+
<testsuite name="wrapOptions" timestamp="2022-11-15T21:39:51" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/module/RCEWrapper.test.js" time="0.0010" failures="0">
|
|
402
|
+
<testcase name="RCEWrapper wrapOptions includes instructure_record in plugins if not instRecordDisabled" time="0.0000" classname="includes instructure_record in plugins if not instRecordDisabled">
|
|
403
403
|
</testcase>
|
|
404
|
-
<testcase name="RCEWrapper wrapOptions instructure_record not in plugins if instRecordDisabled is set" time="0.
|
|
404
|
+
<testcase name="RCEWrapper wrapOptions instructure_record not in plugins if instRecordDisabled is set" time="0.0010" classname="instructure_record not in plugins if instRecordDisabled is set">
|
|
405
405
|
</testcase>
|
|
406
406
|
</testsuite>
|
|
407
|
-
<testsuite name="Extending the toolbar and menus" timestamp="2022-11-
|
|
407
|
+
<testsuite name="Extending the toolbar and menus" timestamp="2022-11-15T21:39:51" tests="0" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/module/RCEWrapper.test.js" time="0.0000" failures="0">
|
|
408
408
|
</testsuite>
|
|
409
|
-
<testsuite name="mergeMenuItems" timestamp="2022-11-
|
|
409
|
+
<testsuite name="mergeMenuItems" timestamp="2022-11-15T21:39:51" tests="5" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/module/RCEWrapper.test.js" time="0.0010" failures="0">
|
|
410
410
|
<testcase name="RCEWrapper Extending the toolbar and menus mergeMenuItems returns input if no custom commands are provided" time="0.0000" classname="returns input if no custom commands are provided">
|
|
411
411
|
</testcase>
|
|
412
412
|
<testcase name="RCEWrapper Extending the toolbar and menus mergeMenuItems merges 2 lists of commands" time="0.0000" classname="merges 2 lists of commands">
|
|
@@ -418,87 +418,87 @@
|
|
|
418
418
|
<testcase name="RCEWrapper Extending the toolbar and menus mergeMenuItems removes duplicates and strips leading |" time="0.0000" classname="removes duplicates and strips leading |">
|
|
419
419
|
</testcase>
|
|
420
420
|
</testsuite>
|
|
421
|
-
<testsuite name="mergeMenus" timestamp="2022-11-
|
|
422
|
-
<testcase name="RCEWrapper Extending the toolbar and menus mergeMenus returns input if no custom menus are provided" time="0.
|
|
421
|
+
<testsuite name="mergeMenus" timestamp="2022-11-15T21:39:51" tests="4" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/module/RCEWrapper.test.js" time="0.0010" failures="0">
|
|
422
|
+
<testcase name="RCEWrapper Extending the toolbar and menus mergeMenus returns input if no custom menus are provided" time="0.0010" classname="returns input if no custom menus are provided">
|
|
423
423
|
</testcase>
|
|
424
|
-
<testcase name="RCEWrapper Extending the toolbar and menus mergeMenus merges items into an existing menu" time="0.
|
|
424
|
+
<testcase name="RCEWrapper Extending the toolbar and menus mergeMenus merges items into an existing menu" time="0.0000" classname="merges items into an existing menu">
|
|
425
425
|
</testcase>
|
|
426
|
-
<testcase name="RCEWrapper Extending the toolbar and menus mergeMenus adds a new menu" time="0.
|
|
426
|
+
<testcase name="RCEWrapper Extending the toolbar and menus mergeMenus adds a new menu" time="0.0000" classname="adds a new menu">
|
|
427
427
|
</testcase>
|
|
428
428
|
<testcase name="RCEWrapper Extending the toolbar and menus mergeMenus merges items _and_ adds a new menu" time="0.0000" classname="merges items _and_ adds a new menu">
|
|
429
429
|
</testcase>
|
|
430
430
|
</testsuite>
|
|
431
|
-
<testsuite name="mergeToolbar" timestamp="2022-11-
|
|
431
|
+
<testsuite name="mergeToolbar" timestamp="2022-11-15T21:39:51" tests="4" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/module/RCEWrapper.test.js" time="0.0000" failures="0">
|
|
432
432
|
<testcase name="RCEWrapper Extending the toolbar and menus mergeToolbar returns input if no custom toolbars are provided" time="0.0000" classname="returns input if no custom toolbars are provided">
|
|
433
433
|
</testcase>
|
|
434
|
-
<testcase name="RCEWrapper Extending the toolbar and menus mergeToolbar merges items into the toolbar" time="0.
|
|
434
|
+
<testcase name="RCEWrapper Extending the toolbar and menus mergeToolbar merges items into the toolbar" time="0.0000" classname="merges items into the toolbar">
|
|
435
435
|
</testcase>
|
|
436
436
|
<testcase name="RCEWrapper Extending the toolbar and menus mergeToolbar adds a new toolbar if necessary" time="0.0000" classname="adds a new toolbar if necessary">
|
|
437
437
|
</testcase>
|
|
438
|
-
<testcase name="RCEWrapper Extending the toolbar and menus mergeToolbar merges toolbars and adds a new one" time="0.
|
|
438
|
+
<testcase name="RCEWrapper Extending the toolbar and menus mergeToolbar merges toolbars and adds a new one" time="0.0000" classname="merges toolbars and adds a new one">
|
|
439
439
|
</testcase>
|
|
440
440
|
</testsuite>
|
|
441
|
-
<testsuite name="mergePlugins" timestamp="2022-11-
|
|
441
|
+
<testsuite name="mergePlugins" timestamp="2022-11-15T21:39:51" tests="3" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/module/RCEWrapper.test.js" time="0.0010" failures="0">
|
|
442
442
|
<testcase name="RCEWrapper Extending the toolbar and menus mergePlugins returns input of no custom plugins are provided" time="0.0000" classname="returns input of no custom plugins are provided">
|
|
443
443
|
</testcase>
|
|
444
444
|
<testcase name="RCEWrapper Extending the toolbar and menus mergePlugins merges items into the plugins" time="0.0000" classname="merges items into the plugins">
|
|
445
445
|
</testcase>
|
|
446
|
-
<testcase name="RCEWrapper Extending the toolbar and menus mergePlugins removes duplicates" time="0.
|
|
446
|
+
<testcase name="RCEWrapper Extending the toolbar and menus mergePlugins removes duplicates" time="0.0010" classname="removes duplicates">
|
|
447
447
|
</testcase>
|
|
448
448
|
</testsuite>
|
|
449
|
-
<testsuite name="configures menus" timestamp="2022-11-
|
|
450
|
-
<testcase name="RCEWrapper Extending the toolbar and menus configures menus includes instructure_media in plugins if not instRecordDisabled" time="0.
|
|
449
|
+
<testsuite name="configures menus" timestamp="2022-11-15T21:39:51" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/module/RCEWrapper.test.js" time="0.0000" failures="0">
|
|
450
|
+
<testcase name="RCEWrapper Extending the toolbar and menus configures menus includes instructure_media in plugins if not instRecordDisabled" time="0.0000" classname="includes instructure_media in plugins if not instRecordDisabled">
|
|
451
451
|
</testcase>
|
|
452
452
|
<testcase name="RCEWrapper Extending the toolbar and menus configures menus removes instructure_media from plugins if instRecordDisabled is set" time="0.0000" classname="removes instructure_media from plugins if instRecordDisabled is set">
|
|
453
453
|
</testcase>
|
|
454
454
|
</testsuite>
|
|
455
|
-
<testsuite name="lti tool favorites" timestamp="2022-11-
|
|
455
|
+
<testsuite name="lti tool favorites" timestamp="2022-11-15T21:39:51" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/module/RCEWrapper.test.js" time="0.0010" failures="0">
|
|
456
456
|
<testcase name="RCEWrapper lti tool favorites extracts favorites" time="0.0010" classname="extracts favorites">
|
|
457
457
|
</testcase>
|
|
458
458
|
</testsuite>
|
|
459
|
-
<testsuite name="limit the number or RCEs fully rendered on page load" timestamp="2022-11-
|
|
460
|
-
<testcase name="RCEWrapper limit the number or RCEs fully rendered on page load renders them all if no max is set" time="0.
|
|
459
|
+
<testsuite name="limit the number or RCEs fully rendered on page load" timestamp="2022-11-15T21:39:51" tests="4" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/module/RCEWrapper.test.js" time="0.1390" failures="0">
|
|
460
|
+
<testcase name="RCEWrapper limit the number or RCEs fully rendered on page load renders them all if no max is set" time="0.0710" classname="renders them all if no max is set">
|
|
461
461
|
</testcase>
|
|
462
|
-
<testcase name="RCEWrapper limit the number or RCEs fully rendered on page load renders them all if maxInitRenderedRCEs is <0" time="0.
|
|
462
|
+
<testcase name="RCEWrapper limit the number or RCEs fully rendered on page load renders them all if maxInitRenderedRCEs is <0" time="0.0330" classname="renders them all if maxInitRenderedRCEs is <0">
|
|
463
463
|
</testcase>
|
|
464
|
-
<testcase name="RCEWrapper limit the number or RCEs fully rendered on page load limits them to maxInitRenderedRCEs value" time="0.
|
|
464
|
+
<testcase name="RCEWrapper limit the number or RCEs fully rendered on page load limits them to maxInitRenderedRCEs value" time="0.0030" classname="limits them to maxInitRenderedRCEs value">
|
|
465
465
|
</testcase>
|
|
466
|
-
<testcase name="RCEWrapper limit the number or RCEs fully rendered on page load copes with missing IntersectionObserver" time="0.
|
|
466
|
+
<testcase name="RCEWrapper limit the number or RCEs fully rendered on page load copes with missing IntersectionObserver" time="0.0320" classname="copes with missing IntersectionObserver">
|
|
467
467
|
</testcase>
|
|
468
468
|
</testsuite>
|
|
469
|
-
<testsuite name="sanitizePlugins" timestamp="2022-11-
|
|
469
|
+
<testsuite name="sanitizePlugins" timestamp="2022-11-15T21:39:51" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/module/sanitizePlugins.test.js" time="0.0000" failures="0">
|
|
470
470
|
<testcase name="sanitizePlugins preserves plugin object structure" time="0.0000" classname="preserves plugin object structure">
|
|
471
471
|
</testcase>
|
|
472
|
-
<testcase name="sanitizePlugins converts string to array removing spaces" time="0.
|
|
472
|
+
<testcase name="sanitizePlugins converts string to array removing spaces" time="0.0000" classname="converts string to array removing spaces">
|
|
473
473
|
</testcase>
|
|
474
474
|
</testsuite>
|
|
475
|
-
<testsuite name="wrapInitCb" timestamp="2022-11-
|
|
476
|
-
<testcase name="wrapInitCb tries to add attributes to el in cb" time="0.
|
|
475
|
+
<testsuite name="wrapInitCb" timestamp="2022-11-15T21:39:51" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/module/wrapInitCb.test.js" time="0.0020" failures="0">
|
|
476
|
+
<testcase name="wrapInitCb tries to add attributes to el in cb" time="0.0020" classname="tries to add attributes to el in cb">
|
|
477
477
|
</testcase>
|
|
478
|
-
<testcase name="wrapInitCb still calls old cb" time="0.
|
|
478
|
+
<testcase name="wrapInitCb still calls old cb" time="0.0000" classname="still calls old cb">
|
|
479
479
|
</testcase>
|
|
480
480
|
</testsuite>
|
|
481
|
-
<testsuite name="sources/api" timestamp="2022-11-
|
|
481
|
+
<testsuite name="sources/api" timestamp="2022-11-15T21:39:51" tests="0" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/rcs/api.test.js" time="0.0000" failures="0">
|
|
482
482
|
</testsuite>
|
|
483
|
-
<testsuite name="initializeCollection" timestamp="2022-11-
|
|
483
|
+
<testsuite name="initializeCollection" timestamp="2022-11-15T21:39:51" tests="5" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/rcs/api.test.js" time="0.0000" failures="0">
|
|
484
484
|
<testcase name="sources/api initializeCollection creates a collection with no links" time="0.0000" classname="creates a collection with no links">
|
|
485
485
|
</testcase>
|
|
486
|
-
<testcase name="sources/api initializeCollection creates a collection with a bookmark derived from props" time="0.
|
|
486
|
+
<testcase name="sources/api initializeCollection creates a collection with a bookmark derived from props" time="0.0000" classname="creates a collection with a bookmark derived from props">
|
|
487
487
|
</testcase>
|
|
488
488
|
<testcase name="sources/api initializeCollection bookmark omits host if not in props" time="0.0000" classname="bookmark omits host if not in props">
|
|
489
489
|
</testcase>
|
|
490
490
|
<testcase name="sources/api initializeCollection creates a collection that is not initially loading" time="0.0000" classname="creates a collection that is not initially loading">
|
|
491
491
|
</testcase>
|
|
492
|
-
<testcase name="sources/api initializeCollection creates a collection that initially has more" time="0.
|
|
492
|
+
<testcase name="sources/api initializeCollection creates a collection that initially has more" time="0.0000" classname="creates a collection that initially has more">
|
|
493
493
|
</testcase>
|
|
494
494
|
</testsuite>
|
|
495
|
-
<testsuite name="initializeImages" timestamp="2022-11-
|
|
495
|
+
<testsuite name="initializeImages" timestamp="2022-11-15T21:39:51" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/rcs/api.test.js" time="0.0000" failures="0">
|
|
496
496
|
<testcase name="sources/api initializeImages sets hasMore to true" time="0.0000" classname="sets hasMore to true">
|
|
497
497
|
</testcase>
|
|
498
498
|
<testcase name="sources/api initializeImages sets searchString to an empty string" time="0.0000" classname="sets searchString to an empty string">
|
|
499
499
|
</testcase>
|
|
500
500
|
</testsuite>
|
|
501
|
-
<testsuite name="URI construction (baseUri)" timestamp="2022-11-
|
|
501
|
+
<testsuite name="URI construction (baseUri)" timestamp="2022-11-15T21:39:51" tests="5" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/rcs/api.test.js" time="0.0000" failures="0">
|
|
502
502
|
<testcase name="sources/api URI construction (baseUri) uses a protocol relative url when no window" time="0.0000" classname="uses a protocol relative url when no window">
|
|
503
503
|
</testcase>
|
|
504
504
|
<testcase name="sources/api URI construction (baseUri) uses a path for no-host url construction" time="0.0000" classname="uses a path for no-host url construction">
|
|
@@ -510,7 +510,7 @@
|
|
|
510
510
|
<testcase name="sources/api URI construction (baseUri) will replace protocol if there's a mismatch from http to https" time="0.0000" classname="will replace protocol if there's a mismatch from http to https">
|
|
511
511
|
</testcase>
|
|
512
512
|
</testsuite>
|
|
513
|
-
<testsuite name="more URI construction (uriFor)" timestamp="2022-11-
|
|
513
|
+
<testsuite name="more URI construction (uriFor)" timestamp="2022-11-15T21:39:51" tests="4" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/rcs/api.test.js" time="0.0000" failures="0">
|
|
514
514
|
<testcase name="sources/api more URI construction (uriFor) gets documents" time="0.0000" classname="gets documents">
|
|
515
515
|
</testcase>
|
|
516
516
|
<testcase name="sources/api more URI construction (uriFor) gets images" time="0.0000" classname="gets images">
|
|
@@ -520,180 +520,180 @@
|
|
|
520
520
|
<testcase name="sources/api more URI construction (uriFor) gets media_objects" time="0.0000" classname="gets media_objects">
|
|
521
521
|
</testcase>
|
|
522
522
|
</testsuite>
|
|
523
|
-
<testsuite name="fetchPage" timestamp="2022-11-
|
|
524
|
-
<testcase name="sources/api fetchPage includes jwt in Authorization header" time="0.
|
|
523
|
+
<testsuite name="fetchPage" timestamp="2022-11-15T21:39:51" tests="4" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/rcs/api.test.js" time="0.0050" failures="0">
|
|
524
|
+
<testcase name="sources/api fetchPage includes jwt in Authorization header" time="0.0020" classname="includes jwt in Authorization header">
|
|
525
525
|
</testcase>
|
|
526
526
|
<testcase name="sources/api fetchPage converts 400+ statuses to errors" time="0.0010" classname="converts 400+ statuses to errors">
|
|
527
527
|
</testcase>
|
|
528
|
-
<testcase name="sources/api fetchPage parses server response before handing it back" time="0.
|
|
528
|
+
<testcase name="sources/api fetchPage parses server response before handing it back" time="0.0010" classname="parses server response before handing it back">
|
|
529
529
|
</testcase>
|
|
530
530
|
<testcase name="sources/api fetchPage retries once on 401 with a renewed token" time="0.0010" classname="retries once on 401 with a renewed token">
|
|
531
531
|
</testcase>
|
|
532
532
|
</testsuite>
|
|
533
|
-
<testsuite name="fetchFiles" timestamp="2022-11-
|
|
534
|
-
<testcase name="sources/api fetchFiles proxies the call to fetchPage" time="0.
|
|
533
|
+
<testsuite name="fetchFiles" timestamp="2022-11-15T21:39:51" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/rcs/api.test.js" time="0.0010" failures="0">
|
|
534
|
+
<testcase name="sources/api fetchFiles proxies the call to fetchPage" time="0.0000" classname="proxies the call to fetchPage">
|
|
535
535
|
</testcase>
|
|
536
|
-
<testcase name="sources/api fetchFiles converts file urls from download to preview" time="0.
|
|
536
|
+
<testcase name="sources/api fetchFiles converts file urls from download to preview" time="0.0010" classname="converts file urls from download to preview">
|
|
537
537
|
</testcase>
|
|
538
538
|
</testsuite>
|
|
539
|
-
<testsuite name="fetchSubFolders()" timestamp="2022-11-
|
|
540
|
-
<testcase name="sources/api fetchSubFolders() makes a request to the folders api with the given host and ID" time="0.
|
|
539
|
+
<testsuite name="fetchSubFolders()" timestamp="2022-11-15T21:39:51" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/rcs/api.test.js" time="0.0000" failures="0">
|
|
540
|
+
<testcase name="sources/api fetchSubFolders() makes a request to the folders api with the given host and ID" time="0.0000" classname="makes a request to the folders api with the given host and ID">
|
|
541
541
|
</testcase>
|
|
542
542
|
</testsuite>
|
|
543
|
-
<testsuite name="fetchFilesForFolder()" timestamp="2022-11-
|
|
543
|
+
<testsuite name="fetchFilesForFolder()" timestamp="2022-11-15T21:39:51" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/rcs/api.test.js" time="0.0000" failures="0">
|
|
544
544
|
<testcase name="sources/api fetchSubFolders() fetchFilesForFolder() makes a request to the files api with given host and folder ID" time="0.0000" classname="makes a request to the files api with given host and folder ID">
|
|
545
545
|
</testcase>
|
|
546
546
|
</testsuite>
|
|
547
|
-
<testsuite name="with perPage set" timestamp="2022-11-
|
|
547
|
+
<testsuite name="with perPage set" timestamp="2022-11-15T21:39:51" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/rcs/api.test.js" time="0.0000" failures="0">
|
|
548
548
|
<testcase name="sources/api fetchSubFolders() fetchFilesForFolder() with perPage set includes the "per_page" query param" time="0.0000" classname="includes the "per_page" query param">
|
|
549
549
|
</testcase>
|
|
550
550
|
</testsuite>
|
|
551
|
-
<testsuite name="with a provided bookmark" timestamp="2022-11-
|
|
551
|
+
<testsuite name="with a provided bookmark" timestamp="2022-11-15T21:39:51" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/rcs/api.test.js" time="0.0000" failures="0">
|
|
552
552
|
<testcase name="sources/api fetchSubFolders() with a provided bookmark makes a request to the bookmark" time="0.0000" classname="makes a request to the bookmark">
|
|
553
553
|
</testcase>
|
|
554
554
|
</testsuite>
|
|
555
|
-
<testsuite name="fetchBookmarkedData" timestamp="2022-11-
|
|
555
|
+
<testsuite name="fetchBookmarkedData" timestamp="2022-11-15T21:39:51" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/rcs/api.test.js" time="0.0010" failures="0">
|
|
556
556
|
<testcase name="sources/api fetchBookmarkedData calls the "fetchFunction", passing "properties"" time="0.0000" classname="calls the "fetchFunction", passing "properties"">
|
|
557
557
|
</testcase>
|
|
558
|
-
<testcase name="sources/api fetchBookmarkedData calls "onSuccess" for each page" time="0.
|
|
558
|
+
<testcase name="sources/api fetchBookmarkedData calls "onSuccess" for each page" time="0.0010" classname="calls "onSuccess" for each page">
|
|
559
559
|
</testcase>
|
|
560
560
|
</testsuite>
|
|
561
|
-
<testsuite name="when "fetchFunction" throws an exception" timestamp="2022-11-
|
|
562
|
-
<testcase name="sources/api fetchBookmarkedData when "fetchFunction" throws an exception calls "onError"" time="0.
|
|
561
|
+
<testsuite name="when "fetchFunction" throws an exception" timestamp="2022-11-15T21:39:51" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/rcs/api.test.js" time="0.0010" failures="0">
|
|
562
|
+
<testcase name="sources/api fetchBookmarkedData when "fetchFunction" throws an exception calls "onError"" time="0.0010" classname="calls "onError"">
|
|
563
563
|
</testcase>
|
|
564
564
|
</testsuite>
|
|
565
|
-
<testsuite name="fetchIconMakerFolder" timestamp="2022-11-
|
|
565
|
+
<testsuite name="fetchIconMakerFolder" timestamp="2022-11-15T21:39:51" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/rcs/api.test.js" time="0.0000" failures="0">
|
|
566
566
|
<testcase name="sources/api fetchIconMakerFolder calls fetchPage with the proper params" time="0.0000" classname="calls fetchPage with the proper params">
|
|
567
567
|
</testcase>
|
|
568
568
|
</testsuite>
|
|
569
|
-
<testsuite name="fetchMediaFolder" timestamp="2022-11-
|
|
569
|
+
<testsuite name="fetchMediaFolder" timestamp="2022-11-15T21:39:51" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/rcs/api.test.js" time="0.0000" failures="0">
|
|
570
570
|
<testcase name="sources/api fetchMediaFolder calls fetchPage with the proper params" time="0.0000" classname="calls fetchPage with the proper params">
|
|
571
571
|
</testcase>
|
|
572
572
|
</testsuite>
|
|
573
|
-
<testsuite name="preflightUpload" timestamp="2022-11-
|
|
573
|
+
<testsuite name="preflightUpload" timestamp="2022-11-15T21:39:51" tests="7" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/rcs/api.test.js" time="0.0020" failures="0">
|
|
574
574
|
<testcase name="sources/api preflightUpload includes "onDuplicate"" time="0.0000" classname="includes "onDuplicate"">
|
|
575
575
|
</testcase>
|
|
576
576
|
<testcase name="sources/api preflightUpload includes "category"" time="0.0010" classname="includes "category"">
|
|
577
577
|
</testcase>
|
|
578
|
-
<testcase name="sources/api preflightUpload includes jwt in Authorization header" time="0.
|
|
578
|
+
<testcase name="sources/api preflightUpload includes jwt in Authorization header" time="0.0000" classname="includes jwt in Authorization header">
|
|
579
579
|
</testcase>
|
|
580
|
-
<testcase name="sources/api preflightUpload retries once with fresh token on 401" time="0.
|
|
580
|
+
<testcase name="sources/api preflightUpload retries once with fresh token on 401" time="0.0000" classname="retries once with fresh token on 401">
|
|
581
581
|
</testcase>
|
|
582
|
-
<testcase name="sources/api preflightUpload notifies a provided callback when a new token is fetched" time="0.
|
|
582
|
+
<testcase name="sources/api preflightUpload notifies a provided callback when a new token is fetched" time="0.0010" classname="notifies a provided callback when a new token is fetched">
|
|
583
583
|
</testcase>
|
|
584
|
-
<testcase name="sources/api preflightUpload calls alertFunc when an error occurs" time="0.
|
|
584
|
+
<testcase name="sources/api preflightUpload calls alertFunc when an error occurs" time="0.0000" classname="calls alertFunc when an error occurs">
|
|
585
585
|
</testcase>
|
|
586
|
-
<testcase name="sources/api preflightUpload throws an exception when an error occurs" time="0.
|
|
586
|
+
<testcase name="sources/api preflightUpload throws an exception when an error occurs" time="0.0000" classname="throws an exception when an error occurs">
|
|
587
587
|
</testcase>
|
|
588
588
|
</testsuite>
|
|
589
|
-
<testsuite name="when the file storage quota is exceeded" timestamp="2022-11-
|
|
589
|
+
<testsuite name="when the file storage quota is exceeded" timestamp="2022-11-15T21:39:52" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/rcs/api.test.js" time="0.0000" failures="0">
|
|
590
590
|
<testcase name="sources/api preflightUpload when the file storage quota is exceeded gives a "quota" error if quota is full" time="0.0000" classname="gives a "quota" error if quota is full">
|
|
591
591
|
</testcase>
|
|
592
592
|
</testsuite>
|
|
593
|
-
<testsuite name="uploadFRD" timestamp="2022-11-
|
|
594
|
-
<testcase name="sources/api uploadFRD calls alertFunc if there is a problem" time="0.
|
|
593
|
+
<testsuite name="uploadFRD" timestamp="2022-11-15T21:39:52" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/rcs/api.test.js" time="0.0030" failures="0">
|
|
594
|
+
<testcase name="sources/api uploadFRD calls alertFunc if there is a problem" time="0.0030" classname="calls alertFunc if there is a problem">
|
|
595
595
|
</testcase>
|
|
596
596
|
</testsuite>
|
|
597
|
-
<testsuite name="files" timestamp="2022-11-
|
|
597
|
+
<testsuite name="files" timestamp="2022-11-15T21:39:52" tests="6" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/rcs/api.test.js" time="0.0040" failures="0">
|
|
598
598
|
<testcase name="sources/api uploadFRD files includes credentials in non-S3 upload" time="0.0010" classname="includes credentials in non-S3 upload">
|
|
599
599
|
</testcase>
|
|
600
|
-
<testcase name="sources/api uploadFRD files does not include credentials in S3 upload" time="0.
|
|
600
|
+
<testcase name="sources/api uploadFRD files does not include credentials in S3 upload" time="0.0000" classname="does not include credentials in S3 upload">
|
|
601
601
|
</testcase>
|
|
602
|
-
<testcase name="sources/api uploadFRD files does not include credentials in a local cross-origin upload" time="0.
|
|
602
|
+
<testcase name="sources/api uploadFRD files does not include credentials in a local cross-origin upload" time="0.0010" classname="does not include credentials in a local cross-origin upload">
|
|
603
603
|
</testcase>
|
|
604
|
-
<testcase name="sources/api uploadFRD files handles s3 post-flight" time="0.
|
|
604
|
+
<testcase name="sources/api uploadFRD files handles s3 post-flight" time="0.0000" classname="handles s3 post-flight">
|
|
605
605
|
</testcase>
|
|
606
606
|
<testcase name="sources/api uploadFRD files handles inst-fs post-flight" time="0.0010" classname="handles inst-fs post-flight">
|
|
607
607
|
</testcase>
|
|
608
608
|
<testcase name="sources/api uploadFRD files handles inst-fs post-flight with global file id" time="0.0010" classname="handles inst-fs post-flight with global file id">
|
|
609
609
|
</testcase>
|
|
610
610
|
</testsuite>
|
|
611
|
-
<testsuite name="api mapping" timestamp="2022-11-
|
|
612
|
-
<testcase name="sources/api api mapping can fetch folders" time="0.
|
|
611
|
+
<testsuite name="api mapping" timestamp="2022-11-15T21:39:52" tests="3" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/rcs/api.test.js" time="0.0020" failures="0">
|
|
612
|
+
<testcase name="sources/api api mapping can fetch folders" time="0.0000" classname="can fetch folders">
|
|
613
613
|
</testcase>
|
|
614
614
|
<testcase name="sources/api api mapping requests images from API" time="0.0010" classname="requests images from API">
|
|
615
615
|
</testcase>
|
|
616
616
|
<testcase name="sources/api api mapping requests subsequent page of images from API" time="0.0010" classname="requests subsequent page of images from API">
|
|
617
617
|
</testcase>
|
|
618
618
|
</testsuite>
|
|
619
|
-
<testsuite name="getSession" timestamp="2022-11-
|
|
619
|
+
<testsuite name="getSession" timestamp="2022-11-15T21:39:52" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/rcs/api.test.js" time="0.0000" failures="0">
|
|
620
620
|
<testcase name="sources/api getSession includes jwt in Authorization header" time="0.0000" classname="includes jwt in Authorization header">
|
|
621
621
|
</testcase>
|
|
622
622
|
</testsuite>
|
|
623
|
-
<testsuite name="setUsageRights" timestamp="2022-11-
|
|
623
|
+
<testsuite name="setUsageRights" timestamp="2022-11-15T21:39:52" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/rcs/api.test.js" time="0.0000" failures="0">
|
|
624
624
|
<testcase name="sources/api setUsageRights includes jwt in Authorization header" time="0.0000" classname="includes jwt in Authorization header">
|
|
625
625
|
</testcase>
|
|
626
|
-
<testcase name="sources/api setUsageRights posts file id and usage rights to the api" time="0.
|
|
626
|
+
<testcase name="sources/api setUsageRights posts file id and usage rights to the api" time="0.0000" classname="posts file id and usage rights to the api">
|
|
627
627
|
</testcase>
|
|
628
628
|
</testsuite>
|
|
629
|
-
<testsuite name="getFile" timestamp="2022-11-
|
|
629
|
+
<testsuite name="getFile" timestamp="2022-11-15T21:39:52" tests="5" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/rcs/api.test.js" time="0.0030" failures="0">
|
|
630
630
|
<testcase name="sources/api getFile includes jwt in Authorization header" time="0.0010" classname="includes jwt in Authorization header">
|
|
631
631
|
</testcase>
|
|
632
|
-
<testcase name="sources/api getFile retries once with fresh token on 401" time="0.
|
|
632
|
+
<testcase name="sources/api getFile retries once with fresh token on 401" time="0.0000" classname="retries once with fresh token on 401">
|
|
633
633
|
</testcase>
|
|
634
634
|
<testcase name="sources/api getFile notifies a provided callback when a new token is fetched" time="0.0010" classname="notifies a provided callback when a new token is fetched">
|
|
635
635
|
</testcase>
|
|
636
|
-
<testcase name="sources/api getFile transforms file url with downloadToWrap" time="0.
|
|
636
|
+
<testcase name="sources/api getFile transforms file url with downloadToWrap" time="0.0000" classname="transforms file url with downloadToWrap">
|
|
637
637
|
</testcase>
|
|
638
638
|
<testcase name="sources/api getFile defaults display_name to name" time="0.0010" classname="defaults display_name to name">
|
|
639
639
|
</testcase>
|
|
640
640
|
</testsuite>
|
|
641
|
-
<testsuite name="pingbackUnsplash" timestamp="2022-11-
|
|
642
|
-
<testcase name="sources/api pingbackUnsplash sends the given id to the proper route" time="0.
|
|
641
|
+
<testsuite name="pingbackUnsplash" timestamp="2022-11-15T21:39:52" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/rcs/api.test.js" time="0.0000" failures="0">
|
|
642
|
+
<testcase name="sources/api pingbackUnsplash sends the given id to the proper route" time="0.0000" classname="sends the given id to the proper route">
|
|
643
643
|
</testcase>
|
|
644
644
|
</testsuite>
|
|
645
|
-
<testsuite name="media object apis" timestamp="2022-11-
|
|
645
|
+
<testsuite name="media object apis" timestamp="2022-11-15T21:39:52" tests="0" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/rcs/api.test.js" time="0.0000" failures="0">
|
|
646
646
|
</testsuite>
|
|
647
|
-
<testsuite name="updateMediaObject" timestamp="2022-11-
|
|
648
|
-
<testcase name="sources/api media object apis updateMediaObject PUTs to the media_object endpoint" time="0.
|
|
647
|
+
<testsuite name="updateMediaObject" timestamp="2022-11-15T21:39:52" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/rcs/api.test.js" time="0.0010" failures="0">
|
|
648
|
+
<testcase name="sources/api media object apis updateMediaObject PUTs to the media_object endpoint" time="0.0010" classname="PUTs to the media_object endpoint">
|
|
649
649
|
</testcase>
|
|
650
650
|
</testsuite>
|
|
651
|
-
<testsuite name="headerFor" timestamp="2022-11-
|
|
651
|
+
<testsuite name="headerFor" timestamp="2022-11-15T21:39:52" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/rcs/api.test.js" time="0.0000" failures="0">
|
|
652
652
|
<testcase name="sources/api headerFor returns an authorization header" time="0.0000" classname="returns an authorization header">
|
|
653
653
|
</testcase>
|
|
654
654
|
</testsuite>
|
|
655
|
-
<testsuite name="originFromHost" timestamp="2022-11-
|
|
656
|
-
<testcase name="sources/api originFromHost uses the incoming http(s) protocol if present" time="0.
|
|
655
|
+
<testsuite name="originFromHost" timestamp="2022-11-15T21:39:52" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/rcs/api.test.js" time="0.0000" failures="0">
|
|
656
|
+
<testcase name="sources/api originFromHost uses the incoming http(s) protocol if present" time="0.0000" classname="uses the incoming http(s) protocol if present">
|
|
657
657
|
</testcase>
|
|
658
658
|
<testcase name="sources/api originFromHost uses the windowOverride protocol if present" time="0.0000" classname="uses the windowOverride protocol if present">
|
|
659
659
|
</testcase>
|
|
660
660
|
</testsuite>
|
|
661
|
-
<testsuite name="all_files actions" timestamp="2022-11-
|
|
661
|
+
<testsuite name="all_files actions" timestamp="2022-11-15T21:39:52" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/all_files.test.js" time="0.0000" failures="0">
|
|
662
662
|
<testcase name="all_files actions alFilesLoading returns ALL_FILES_LOADING with the new value" time="0.0000" classname="alFilesLoading returns ALL_FILES_LOADING with the new value">
|
|
663
663
|
</testcase>
|
|
664
664
|
</testsuite>
|
|
665
|
-
<testsuite name="Sidebar data actions" timestamp="2022-11-
|
|
665
|
+
<testsuite name="Sidebar data actions" timestamp="2022-11-15T21:39:52" tests="0" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/data.test.js" time="0.0000" failures="0">
|
|
666
666
|
</testsuite>
|
|
667
|
-
<testsuite name="fetchPage" timestamp="2022-11-
|
|
668
|
-
<testcase name="Sidebar data actions fetchPage uses bookmark from store to call source.fetchPage" time="0.
|
|
667
|
+
<testsuite name="fetchPage" timestamp="2022-11-15T21:39:52" tests="3" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/data.test.js" time="0.0020" failures="0">
|
|
668
|
+
<testcase name="Sidebar data actions fetchPage uses bookmark from store to call source.fetchPage" time="0.0010" classname="uses bookmark from store to call source.fetchPage">
|
|
669
669
|
</testcase>
|
|
670
|
-
<testcase name="Sidebar data actions fetchPage dispatches receivePage with page retrieved from source" time="0.
|
|
670
|
+
<testcase name="Sidebar data actions fetchPage dispatches receivePage with page retrieved from source" time="0.0000" classname="dispatches receivePage with page retrieved from source">
|
|
671
671
|
</testcase>
|
|
672
672
|
<testcase name="Sidebar data actions fetchPage dispatches failPage on error retrieving page from source" time="0.0010" classname="dispatches failPage on error retrieving page from source">
|
|
673
673
|
</testcase>
|
|
674
674
|
</testsuite>
|
|
675
|
-
<testsuite name="fetchNextPage" timestamp="2022-11-
|
|
675
|
+
<testsuite name="fetchNextPage" timestamp="2022-11-15T21:39:52" tests="3" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/data.test.js" time="0.0020" failures="0">
|
|
676
676
|
<testcase name="Sidebar data actions fetchNextPage dispatches requestPage first" time="0.0010" classname="dispatches requestPage first">
|
|
677
677
|
</testcase>
|
|
678
678
|
<testcase name="Sidebar data actions fetchNextPage fetches next page if collection has bookmark and is not loading" time="0.0010" classname="fetches next page if collection has bookmark and is not loading">
|
|
679
679
|
</testcase>
|
|
680
|
-
<testcase name="Sidebar data actions fetchNextPage cancels previous fetch if collection is already loading" time="0.
|
|
680
|
+
<testcase name="Sidebar data actions fetchNextPage cancels previous fetch if collection is already loading" time="0.0000" classname="cancels previous fetch if collection is already loading">
|
|
681
681
|
</testcase>
|
|
682
682
|
</testsuite>
|
|
683
|
-
<testsuite name="fetchInitialPage" timestamp="2022-11-
|
|
683
|
+
<testsuite name="fetchInitialPage" timestamp="2022-11-15T21:39:52" tests="4" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/data.test.js" time="0.0020" failures="0">
|
|
684
684
|
<testcase name="Sidebar data actions fetchInitialPage fetches initial page if collection is empty, has bookmark, and is not loading" time="0.0010" classname="fetches initial page if collection is empty, has bookmark, and is not loading">
|
|
685
685
|
</testcase>
|
|
686
|
-
<testcase name="Sidebar data actions fetchInitialPage skips fetching initial page if collection is not empty" time="0.
|
|
686
|
+
<testcase name="Sidebar data actions fetchInitialPage skips fetching initial page if collection is not empty" time="0.0000" classname="skips fetching initial page if collection is not empty">
|
|
687
687
|
</testcase>
|
|
688
688
|
<testcase name="Sidebar data actions fetchInitialPage creates the URL if collection has no bookmark" time="0.0010" classname="creates the URL if collection has no bookmark">
|
|
689
689
|
</testcase>
|
|
690
|
-
<testcase name="Sidebar data actions fetchInitialPage cancels previous fetch if collection is already loading" time="0.
|
|
690
|
+
<testcase name="Sidebar data actions fetchInitialPage cancels previous fetch if collection is already loading" time="0.0000" classname="cancels previous fetch if collection is already loading">
|
|
691
691
|
</testcase>
|
|
692
692
|
</testsuite>
|
|
693
|
-
<testsuite name="Documents actions" timestamp="2022-11-
|
|
693
|
+
<testsuite name="Documents actions" timestamp="2022-11-15T21:39:52" tests="0" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/documents.test.js" time="0.0000" failures="0">
|
|
694
694
|
</testsuite>
|
|
695
|
-
<testsuite name="fetchDocuments" timestamp="2022-11-
|
|
696
|
-
<testcase name="Documents actions fetchDocuments fetches initial page" time="0.
|
|
695
|
+
<testsuite name="fetchDocuments" timestamp="2022-11-15T21:39:52" tests="5" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/documents.test.js" time="0.0000" failures="0">
|
|
696
|
+
<testcase name="Documents actions fetchDocuments fetches initial page" time="0.0000" classname="fetches initial page">
|
|
697
697
|
</testcase>
|
|
698
698
|
<testcase name="Documents actions fetchDocuments fetches subsequent page if necessary" time="0.0000" classname="fetches subsequent page if necessary">
|
|
699
699
|
</testcase>
|
|
@@ -701,32 +701,32 @@
|
|
|
701
701
|
</testcase>
|
|
702
702
|
<testcase name="Documents actions fetchDocuments always fetches initial page" time="0.0000" classname="always fetches initial page">
|
|
703
703
|
</testcase>
|
|
704
|
-
<testcase name="Documents actions fetchDocuments does not fetch if requested but no more to load" time="0.
|
|
704
|
+
<testcase name="Documents actions fetchDocuments does not fetch if requested but no more to load" time="0.0000" classname="does not fetch if requested but no more to load">
|
|
705
705
|
</testcase>
|
|
706
706
|
</testsuite>
|
|
707
|
-
<testsuite name="Sidebar files actions" timestamp="2022-11-
|
|
707
|
+
<testsuite name="Sidebar files actions" timestamp="2022-11-15T21:39:52" tests="0" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/files.test.js" time="0.0000" failures="0">
|
|
708
708
|
</testsuite>
|
|
709
|
-
<testsuite name="createToggle()" timestamp="2022-11-
|
|
709
|
+
<testsuite name="createToggle()" timestamp="2022-11-15T21:39:52" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/files.test.js" time="0.0000" failures="0">
|
|
710
710
|
<testcase name="Sidebar files actions createToggle() has the right type" time="0.0000" classname="has the right type">
|
|
711
711
|
</testcase>
|
|
712
712
|
<testcase name="Sidebar files actions createToggle() includes id from first argument" time="0.0000" classname="includes id from first argument">
|
|
713
713
|
</testcase>
|
|
714
714
|
</testsuite>
|
|
715
|
-
<testsuite name="createAddFile()" timestamp="2022-11-
|
|
715
|
+
<testsuite name="createAddFile()" timestamp="2022-11-15T21:39:52" tests="3" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/files.test.js" time="0.0000" failures="0">
|
|
716
716
|
<testcase name="Sidebar files actions createAddFile() has the right type" time="0.0000" classname="has the right type">
|
|
717
717
|
</testcase>
|
|
718
|
-
<testcase name="Sidebar files actions createAddFile() includes properties from file object" time="0.
|
|
718
|
+
<testcase name="Sidebar files actions createAddFile() includes properties from file object" time="0.0000" classname="includes properties from file object">
|
|
719
719
|
</testcase>
|
|
720
720
|
<testcase name="Sidebar files actions createAddFile() passes the embed through to the action" time="0.0000" classname="passes the embed through to the action">
|
|
721
721
|
</testcase>
|
|
722
722
|
</testsuite>
|
|
723
|
-
<testsuite name="createRequestFiles()" timestamp="2022-11-
|
|
723
|
+
<testsuite name="createRequestFiles()" timestamp="2022-11-15T21:39:52" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/files.test.js" time="0.0000" failures="0">
|
|
724
724
|
<testcase name="Sidebar files actions createRequestFiles() has the right type" time="0.0000" classname="has the right type">
|
|
725
725
|
</testcase>
|
|
726
726
|
<testcase name="Sidebar files actions createRequestFiles() includes id from first argument" time="0.0000" classname="includes id from first argument">
|
|
727
727
|
</testcase>
|
|
728
728
|
</testsuite>
|
|
729
|
-
<testsuite name="createReceiveFiles()" timestamp="2022-11-
|
|
729
|
+
<testsuite name="createReceiveFiles()" timestamp="2022-11-15T21:39:52" tests="3" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/files.test.js" time="0.0000" failures="0">
|
|
730
730
|
<testcase name="Sidebar files actions createReceiveFiles() has the right type" time="0.0000" classname="has the right type">
|
|
731
731
|
</testcase>
|
|
732
732
|
<testcase name="Sidebar files actions createReceiveFiles() includes id from first argument" time="0.0000" classname="includes id from first argument">
|
|
@@ -734,40 +734,40 @@
|
|
|
734
734
|
<testcase name="Sidebar files actions createReceiveFiles() inclues a fileIds array plucked from the files array" time="0.0000" classname="inclues a fileIds array plucked from the files array">
|
|
735
735
|
</testcase>
|
|
736
736
|
</testsuite>
|
|
737
|
-
<testsuite name="createAddFolder()" timestamp="2022-11-
|
|
737
|
+
<testsuite name="createAddFolder()" timestamp="2022-11-15T21:39:52" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/files.test.js" time="0.0000" failures="0">
|
|
738
738
|
<testcase name="Sidebar files actions createAddFolder() has the right type" time="0.0000" classname="has the right type">
|
|
739
739
|
</testcase>
|
|
740
740
|
<testcase name="Sidebar files actions createAddFolder() includes properties from folder object" time="0.0000" classname="includes properties from folder object">
|
|
741
741
|
</testcase>
|
|
742
742
|
</testsuite>
|
|
743
|
-
<testsuite name="createRequestSubfolders()" timestamp="2022-11-
|
|
743
|
+
<testsuite name="createRequestSubfolders()" timestamp="2022-11-15T21:39:52" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/files.test.js" time="0.0000" failures="0">
|
|
744
744
|
<testcase name="Sidebar files actions createRequestSubfolders() has the right type" time="0.0000" classname="has the right type">
|
|
745
745
|
</testcase>
|
|
746
746
|
<testcase name="Sidebar files actions createRequestSubfolders() includes id from first argument" time="0.0000" classname="includes id from first argument">
|
|
747
747
|
</testcase>
|
|
748
748
|
</testsuite>
|
|
749
|
-
<testsuite name="createReceiveSubfolders()" timestamp="2022-11-
|
|
750
|
-
<testcase name="Sidebar files actions createReceiveSubfolders() has the right type" time="0.
|
|
749
|
+
<testsuite name="createReceiveSubfolders()" timestamp="2022-11-15T21:39:52" tests="3" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/files.test.js" time="0.0000" failures="0">
|
|
750
|
+
<testcase name="Sidebar files actions createReceiveSubfolders() has the right type" time="0.0000" classname="has the right type">
|
|
751
751
|
</testcase>
|
|
752
|
-
<testcase name="Sidebar files actions createReceiveSubfolders() includes id from first argument" time="0.
|
|
752
|
+
<testcase name="Sidebar files actions createReceiveSubfolders() includes id from first argument" time="0.0000" classname="includes id from first argument">
|
|
753
753
|
</testcase>
|
|
754
754
|
<testcase name="Sidebar files actions createReceiveSubfolders() inclues a folderIds array plucked from the folders array" time="0.0000" classname="inclues a folderIds array plucked from the folders array">
|
|
755
755
|
</testcase>
|
|
756
756
|
</testsuite>
|
|
757
|
-
<testsuite name="createSetRoot()" timestamp="2022-11-
|
|
757
|
+
<testsuite name="createSetRoot()" timestamp="2022-11-15T21:39:52" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/files.test.js" time="0.0000" failures="0">
|
|
758
758
|
<testcase name="Sidebar files actions createSetRoot() has the right type" time="0.0000" classname="has the right type">
|
|
759
759
|
</testcase>
|
|
760
760
|
<testcase name="Sidebar files actions createSetRoot() includes id from first argument" time="0.0000" classname="includes id from first argument">
|
|
761
761
|
</testcase>
|
|
762
762
|
</testsuite>
|
|
763
|
-
<testsuite name="async actions" timestamp="2022-11-
|
|
763
|
+
<testsuite name="async actions" timestamp="2022-11-15T21:39:52" tests="0" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/files.test.js" time="0.0000" failures="0">
|
|
764
764
|
</testsuite>
|
|
765
|
-
<testsuite name="requestFiles()" timestamp="2022-11-
|
|
765
|
+
<testsuite name="requestFiles()" timestamp="2022-11-15T21:39:52" tests="6" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/files.test.js" time="0.0040" failures="0">
|
|
766
766
|
<testcase name="Sidebar files actions async actions requestFiles() dispatches a REQUEST_FILES action" time="0.0010" classname="dispatches a REQUEST_FILES action">
|
|
767
767
|
</testcase>
|
|
768
768
|
<testcase name="Sidebar files actions async actions requestFiles() calls fetchFiles for source with filesUrl" time="0.0000" classname="calls fetchFiles for source with filesUrl">
|
|
769
769
|
</testcase>
|
|
770
|
-
<testcase name="Sidebar files actions async actions requestFiles() calls fetchFiles for source with optional bookmark" time="0.
|
|
770
|
+
<testcase name="Sidebar files actions async actions requestFiles() calls fetchFiles for source with optional bookmark" time="0.0000" classname="calls fetchFiles for source with optional bookmark">
|
|
771
771
|
</testcase>
|
|
772
772
|
<testcase name="Sidebar files actions async actions requestFiles() dispatches ADD_FILE for each file from fetchFiles" time="0.0010" classname="dispatches ADD_FILE for each file from fetchFiles">
|
|
773
773
|
</testcase>
|
|
@@ -776,104 +776,104 @@
|
|
|
776
776
|
<testcase name="Sidebar files actions async actions requestFiles() calls fetchFiles w/ bookmark if returnd by fetchFiles" time="0.0010" classname="calls fetchFiles w/ bookmark if returnd by fetchFiles">
|
|
777
777
|
</testcase>
|
|
778
778
|
</testsuite>
|
|
779
|
-
<testsuite name="requestSubfolders()" timestamp="2022-11-
|
|
779
|
+
<testsuite name="requestSubfolders()" timestamp="2022-11-15T21:39:52" tests="6" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/files.test.js" time="0.0030" failures="0">
|
|
780
780
|
<testcase name="Sidebar files actions async actions requestSubfolders() dispatches a REQUEST_SUBFOLDERS action" time="0.0010" classname="dispatches a REQUEST_SUBFOLDERS action">
|
|
781
781
|
</testcase>
|
|
782
782
|
<testcase name="Sidebar files actions async actions requestSubfolders() calls fetchPage for source with foldersUrl" time="0.0000" classname="calls fetchPage for source with foldersUrl">
|
|
783
783
|
</testcase>
|
|
784
784
|
<testcase name="Sidebar files actions async actions requestSubfolders() calls fetchPage for source with optional bookmark" time="0.0000" classname="calls fetchPage for source with optional bookmark">
|
|
785
785
|
</testcase>
|
|
786
|
-
<testcase name="Sidebar files actions async actions requestSubfolders() dispatches ADD_FOLDER for each folder from fetchPage" time="0.
|
|
786
|
+
<testcase name="Sidebar files actions async actions requestSubfolders() dispatches ADD_FOLDER for each folder from fetchPage" time="0.0000" classname="dispatches ADD_FOLDER for each folder from fetchPage">
|
|
787
787
|
</testcase>
|
|
788
788
|
<testcase name="Sidebar files actions async actions requestSubfolders() dispatches RECEIVE_SUBFOLDERS action" time="0.0010" classname="dispatches RECEIVE_SUBFOLDERS action">
|
|
789
789
|
</testcase>
|
|
790
790
|
<testcase name="Sidebar files actions async actions requestSubfolders() calls fetchPage w/ bookmark if returnd by fetchPage" time="0.0010" classname="calls fetchPage w/ bookmark if returnd by fetchPage">
|
|
791
791
|
</testcase>
|
|
792
792
|
</testsuite>
|
|
793
|
-
<testsuite name="toggle()" timestamp="2022-11-
|
|
793
|
+
<testsuite name="toggle()" timestamp="2022-11-15T21:39:52" tests="3" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/files.test.js" time="0.0000" failures="0">
|
|
794
794
|
<testcase name="Sidebar files actions async actions toggle() dispatches TOGGLE action" time="0.0000" classname="dispatches TOGGLE action">
|
|
795
795
|
</testcase>
|
|
796
|
-
<testcase name="Sidebar files actions async actions toggle() requests subfolders/files if not requested and expanded" time="0.
|
|
796
|
+
<testcase name="Sidebar files actions async actions toggle() requests subfolders/files if not requested and expanded" time="0.0000" classname="requests subfolders/files if not requested and expanded">
|
|
797
797
|
</testcase>
|
|
798
|
-
<testcase name="Sidebar files actions async actions toggle() does not request subfolders/files if already requested" time="0.
|
|
798
|
+
<testcase name="Sidebar files actions async actions toggle() does not request subfolders/files if already requested" time="0.0000" classname="does not request subfolders/files if already requested">
|
|
799
799
|
</testcase>
|
|
800
800
|
</testsuite>
|
|
801
|
-
<testsuite name="init()" timestamp="2022-11-
|
|
801
|
+
<testsuite name="init()" timestamp="2022-11-15T21:39:52" tests="4" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/files.test.js" time="0.0020" failures="0">
|
|
802
802
|
<testcase name="Sidebar files actions async actions init() calls fetchRootFolder for source with state" time="0.0000" classname="calls fetchRootFolder for source with state">
|
|
803
803
|
</testcase>
|
|
804
804
|
<testcase name="Sidebar files actions async actions init() calls dispatches SET_ROOT" time="0.0010" classname="calls dispatches SET_ROOT">
|
|
805
805
|
</testcase>
|
|
806
|
-
<testcase name="Sidebar files actions async actions init() dispatches ADD_FOLDER for root folder" time="0.
|
|
806
|
+
<testcase name="Sidebar files actions async actions init() dispatches ADD_FOLDER for root folder" time="0.0000" classname="dispatches ADD_FOLDER for root folder">
|
|
807
807
|
</testcase>
|
|
808
808
|
<testcase name="Sidebar files actions async actions init() dispatches TOGGLE for root folder" time="0.0010" classname="dispatches TOGGLE for root folder">
|
|
809
809
|
</testcase>
|
|
810
810
|
</testsuite>
|
|
811
|
-
<testsuite name="Filter actions" timestamp="2022-11-
|
|
812
|
-
<testcase name="Filter actions change context type returns CHANGE_CONTEXT_TYPE with the new type" time="0.
|
|
811
|
+
<testsuite name="Filter actions" timestamp="2022-11-15T21:39:52" tests="6" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/filter.test.js" time="0.0000" failures="0">
|
|
812
|
+
<testcase name="Filter actions change context type returns CHANGE_CONTEXT_TYPE with the new type" time="0.0000" classname="change context type returns CHANGE_CONTEXT_TYPE with the new type">
|
|
813
813
|
</testcase>
|
|
814
|
-
<testcase name="Filter actions change context id returns CHANGE_CONTEXT_ID with the new id" time="0.
|
|
814
|
+
<testcase name="Filter actions change context id returns CHANGE_CONTEXT_ID with the new id" time="0.0000" classname="change context id returns CHANGE_CONTEXT_ID with the new id">
|
|
815
815
|
</testcase>
|
|
816
|
-
<testcase name="Filter actions change context dispatches change type" time="0.
|
|
816
|
+
<testcase name="Filter actions change context dispatches change type" time="0.0000" classname="change context dispatches change type">
|
|
817
817
|
</testcase>
|
|
818
818
|
<testcase name="Filter actions change context dispatches change id" time="0.0000" classname="change context dispatches change id">
|
|
819
819
|
</testcase>
|
|
820
|
-
<testcase name="Filter actions change context dispatches change context" time="0.
|
|
820
|
+
<testcase name="Filter actions change context dispatches change context" time="0.0000" classname="change context dispatches change context">
|
|
821
821
|
</testcase>
|
|
822
|
-
<testcase name="Filter actions changeSearchString return CHANGE_SEARCH_STRING with the new string" time="0.
|
|
822
|
+
<testcase name="Filter actions changeSearchString return CHANGE_SEARCH_STRING with the new string" time="0.0000" classname="changeSearchString return CHANGE_SEARCH_STRING with the new string">
|
|
823
823
|
</testcase>
|
|
824
824
|
</testsuite>
|
|
825
|
-
<testsuite name="Flickr data actions" timestamp="2022-11-
|
|
825
|
+
<testsuite name="Flickr data actions" timestamp="2022-11-15T21:39:52" tests="0" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/flickr.test.js" time="0.0000" failures="0">
|
|
826
826
|
</testsuite>
|
|
827
|
-
<testsuite name="searchFlickr" timestamp="2022-11-
|
|
828
|
-
<testcase name="Flickr data actions searchFlickr chains through search to results" time="0.
|
|
827
|
+
<testsuite name="searchFlickr" timestamp="2022-11-15T21:39:52" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/flickr.test.js" time="0.0010" failures="0">
|
|
828
|
+
<testcase name="Flickr data actions searchFlickr chains through search to results" time="0.0010" classname="chains through search to results">
|
|
829
829
|
</testcase>
|
|
830
830
|
</testsuite>
|
|
831
|
-
<testsuite name="Image dispatch shapes" timestamp="2022-11-
|
|
831
|
+
<testsuite name="Image dispatch shapes" timestamp="2022-11-15T21:39:52" tests="0" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/images.test.js" time="0.0000" failures="0">
|
|
832
832
|
</testsuite>
|
|
833
|
-
<testsuite name="receiveImages" timestamp="2022-11-
|
|
833
|
+
<testsuite name="receiveImages" timestamp="2022-11-15T21:39:52" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/images.test.js" time="0.0000" failures="0">
|
|
834
834
|
<testcase name="Image dispatch shapes receiveImages returns a type of RECEIVE_IMAGES" time="0.0000" classname="returns a type of RECEIVE_IMAGES">
|
|
835
835
|
</testcase>
|
|
836
836
|
</testsuite>
|
|
837
|
-
<testsuite name="returning a payload" timestamp="2022-11-
|
|
837
|
+
<testsuite name="returning a payload" timestamp="2022-11-15T21:39:52" tests="4" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/images.test.js" time="0.0000" failures="0">
|
|
838
838
|
<testcase name="Image dispatch shapes receiveImages returning a payload includes contextType" time="0.0000" classname="includes contextType">
|
|
839
839
|
</testcase>
|
|
840
840
|
<testcase name="Image dispatch shapes receiveImages returning a payload includes files" time="0.0000" classname="includes files">
|
|
841
841
|
</testcase>
|
|
842
842
|
<testcase name="Image dispatch shapes receiveImages returning a payload includes bookmark" time="0.0000" classname="includes bookmark">
|
|
843
843
|
</testcase>
|
|
844
|
-
<testcase name="Image dispatch shapes receiveImages returning a payload includes searchString" time="0.
|
|
844
|
+
<testcase name="Image dispatch shapes receiveImages returning a payload includes searchString" time="0.0000" classname="includes searchString">
|
|
845
845
|
</testcase>
|
|
846
846
|
</testsuite>
|
|
847
|
-
<testsuite name="when the "category" is set to "icon_maker_icons" timestamp="2022-11-
|
|
848
|
-
<testcase name="Image dispatch shapes receiveImages when the "category" is set to "icon_maker_icons applies the icon maker attribute to each file" time="0.
|
|
847
|
+
<testsuite name="when the "category" is set to "icon_maker_icons" timestamp="2022-11-15T21:39:52" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/images.test.js" time="0.0070" failures="0">
|
|
848
|
+
<testcase name="Image dispatch shapes receiveImages when the "category" is set to "icon_maker_icons applies the icon maker attribute to each file" time="0.0050" classname="applies the icon maker attribute to each file">
|
|
849
849
|
</testcase>
|
|
850
850
|
<testcase name="Image dispatch shapes receiveImages when the "category" is set to "icon_maker_icons applies the download url data attribute" time="0.0020" classname="applies the download url data attribute">
|
|
851
851
|
</testcase>
|
|
852
852
|
</testsuite>
|
|
853
|
-
<testsuite name="Image actions" timestamp="2022-11-
|
|
853
|
+
<testsuite name="Image actions" timestamp="2022-11-15T21:39:52" tests="0" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/images.test.js" time="0.0000" failures="0">
|
|
854
854
|
</testsuite>
|
|
855
|
-
<testsuite name="createAddImage" timestamp="2022-11-
|
|
855
|
+
<testsuite name="createAddImage" timestamp="2022-11-15T21:39:52" tests="6" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/images.test.js" time="0.0000" failures="0">
|
|
856
856
|
<testcase name="Image actions createAddImage has the right action type" time="0.0000" classname="has the right action type">
|
|
857
857
|
</testcase>
|
|
858
858
|
<testcase name="Image actions createAddImage includes id from first param" time="0.0000" classname="includes id from first param">
|
|
859
859
|
</testcase>
|
|
860
860
|
<testcase name="Image actions createAddImage includes filename from first param" time="0.0000" classname="includes filename from first param">
|
|
861
861
|
</testcase>
|
|
862
|
-
<testcase name="Image actions createAddImage includes display_name from first param" time="0.
|
|
862
|
+
<testcase name="Image actions createAddImage includes display_name from first param" time="0.0000" classname="includes display_name from first param">
|
|
863
863
|
</testcase>
|
|
864
864
|
<testcase name="Image actions createAddImage includes preview_url from first param" time="0.0000" classname="includes preview_url from first param">
|
|
865
865
|
</testcase>
|
|
866
866
|
<testcase name="Image actions createAddImage includes thumbnail_url from first param" time="0.0000" classname="includes thumbnail_url from first param">
|
|
867
867
|
</testcase>
|
|
868
868
|
</testsuite>
|
|
869
|
-
<testsuite name="fetchImages" timestamp="2022-11-
|
|
870
|
-
<testcase name="Image actions fetchImages fetches initial page if necessary, part 1" time="0.
|
|
869
|
+
<testsuite name="fetchImages" timestamp="2022-11-15T21:39:52" tests="7" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/images.test.js" time="0.0000" failures="0">
|
|
870
|
+
<testcase name="Image actions fetchImages fetches initial page if necessary, part 1" time="0.0000" classname="fetches initial page if necessary, part 1">
|
|
871
871
|
</testcase>
|
|
872
|
-
<testcase name="Image actions fetchImages sends specified options" time="0.
|
|
872
|
+
<testcase name="Image actions fetchImages sends specified options" time="0.0000" classname="sends specified options">
|
|
873
873
|
</testcase>
|
|
874
874
|
<testcase name="Image actions fetchImages fetches initial page if necessary, part 2" time="0.0000" classname="fetches initial page if necessary, part 2">
|
|
875
875
|
</testcase>
|
|
876
|
-
<testcase name="Image actions fetchImages sends specified options" time="0.
|
|
876
|
+
<testcase name="Image actions fetchImages sends specified options" time="0.0000" classname="sends specified options">
|
|
877
877
|
</testcase>
|
|
878
878
|
<testcase name="Image actions fetchImages skips the fetch if currently loading" time="0.0000" classname="skips the fetch if currently loading">
|
|
879
879
|
</testcase>
|
|
@@ -882,134 +882,134 @@
|
|
|
882
882
|
<testcase name="Image actions fetchImages does not fetch if requested but no more to load" time="0.0000" classname="does not fetch if requested but no more to load">
|
|
883
883
|
</testcase>
|
|
884
884
|
</testsuite>
|
|
885
|
-
<testsuite name="Media actions" timestamp="2022-11-
|
|
885
|
+
<testsuite name="Media actions" timestamp="2022-11-15T21:39:52" tests="0" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/media.test.js" time="0.0000" failures="0">
|
|
886
886
|
</testsuite>
|
|
887
|
-
<testsuite name="fetchMedia" timestamp="2022-11-
|
|
888
|
-
<testcase name="Media actions fetchMedia fetches initial page" time="0.
|
|
887
|
+
<testsuite name="fetchMedia" timestamp="2022-11-15T21:39:52" tests="6" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/media.test.js" time="0.5010" failures="0">
|
|
888
|
+
<testcase name="Media actions fetchMedia fetches initial page" time="0.0000" classname="fetches initial page">
|
|
889
889
|
</testcase>
|
|
890
890
|
<testcase name="Media actions fetchMedia fetches next page if necessary" time="0.0000" classname="fetches next page if necessary">
|
|
891
891
|
</testcase>
|
|
892
|
-
<testcase name="Media actions fetchMedia always fetches initial fetch page" time="0.
|
|
892
|
+
<testcase name="Media actions fetchMedia always fetches initial fetch page" time="0.0000" classname="always fetches initial fetch page">
|
|
893
893
|
</testcase>
|
|
894
|
-
<testcase name="Media actions fetchMedia fetches if there is more to load" time="0.
|
|
894
|
+
<testcase name="Media actions fetchMedia fetches if there is more to load" time="0.0000" classname="fetches if there is more to load">
|
|
895
895
|
</testcase>
|
|
896
896
|
<testcase name="Media actions fetchMedia does not fetch if requested but no more to load" time="0.0000" classname="does not fetch if requested but no more to load">
|
|
897
897
|
</testcase>
|
|
898
|
-
<testcase name="Media actions fetchMedia fetches media" time="0.
|
|
898
|
+
<testcase name="Media actions fetchMedia fetches media" time="0.5010" classname="fetches media">
|
|
899
899
|
</testcase>
|
|
900
900
|
</testsuite>
|
|
901
|
-
<testsuite name="requestInitialMedia" timestamp="2022-11-
|
|
901
|
+
<testsuite name="requestInitialMedia" timestamp="2022-11-15T21:39:53" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/media.test.js" time="0.0000" failures="0">
|
|
902
902
|
<testcase name="Media actions requestInitialMedia returns the action object" time="0.0000" classname="returns the action object">
|
|
903
903
|
</testcase>
|
|
904
904
|
</testsuite>
|
|
905
|
-
<testsuite name="requestMedia" timestamp="2022-11-
|
|
906
|
-
<testcase name="Media actions requestMedia returns the action object" time="0.
|
|
905
|
+
<testsuite name="requestMedia" timestamp="2022-11-15T21:39:53" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/media.test.js" time="0.0000" failures="0">
|
|
906
|
+
<testcase name="Media actions requestMedia returns the action object" time="0.0000" classname="returns the action object">
|
|
907
907
|
</testcase>
|
|
908
908
|
</testsuite>
|
|
909
|
-
<testsuite name="receiveMedia" timestamp="2022-11-
|
|
910
|
-
<testcase name="Media actions receiveMedia returns the action object" time="0.
|
|
909
|
+
<testsuite name="receiveMedia" timestamp="2022-11-15T21:39:53" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/media.test.js" time="0.0000" failures="0">
|
|
910
|
+
<testcase name="Media actions receiveMedia returns the action object" time="0.0000" classname="returns the action object">
|
|
911
911
|
</testcase>
|
|
912
912
|
</testsuite>
|
|
913
|
-
<testsuite name="failMedia" timestamp="2022-11-
|
|
913
|
+
<testsuite name="failMedia" timestamp="2022-11-15T21:39:53" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/media.test.js" time="0.0000" failures="0">
|
|
914
914
|
<testcase name="Media actions failMedia returns the action object" time="0.0000" classname="returns the action object">
|
|
915
915
|
</testcase>
|
|
916
916
|
</testsuite>
|
|
917
|
-
<testsuite name="updateMediaObject" timestamp="2022-11-
|
|
918
|
-
<testcase name="Media actions updateMediaObject calls the api" time="0.
|
|
917
|
+
<testsuite name="updateMediaObject" timestamp="2022-11-15T21:39:53" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/media.test.js" time="1.0000" failures="0">
|
|
918
|
+
<testcase name="Media actions updateMediaObject calls the api" time="0.5000" classname="calls the api">
|
|
919
919
|
</testcase>
|
|
920
920
|
<testcase name="Media actions updateMediaObject handles failure" time="0.5000" classname="handles failure">
|
|
921
921
|
</testcase>
|
|
922
922
|
</testsuite>
|
|
923
|
-
<testsuite name="Session actions" timestamp="2022-11-
|
|
923
|
+
<testsuite name="Session actions" timestamp="2022-11-15T21:39:54" tests="0" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/session.test.js" time="0.0000" failures="0">
|
|
924
924
|
</testsuite>
|
|
925
|
-
<testsuite name="get" timestamp="2022-11-
|
|
926
|
-
<testcase name="Session actions get dispatches RECEIVE_SESSION with data from source" time="0.
|
|
925
|
+
<testsuite name="get" timestamp="2022-11-15T21:39:54" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/session.test.js" time="0.0000" failures="0">
|
|
926
|
+
<testcase name="Session actions get dispatches RECEIVE_SESSION with data from source" time="0.0000" classname="dispatches RECEIVE_SESSION with data from source">
|
|
927
927
|
</testcase>
|
|
928
928
|
</testsuite>
|
|
929
|
-
<testsuite name="Upload data actions" timestamp="2022-11-
|
|
929
|
+
<testsuite name="Upload data actions" timestamp="2022-11-15T21:39:54" tests="0" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/upload.test.js" time="0.0000" failures="0">
|
|
930
930
|
</testsuite>
|
|
931
|
-
<testsuite name="fetchFolders" timestamp="2022-11-
|
|
932
|
-
<testcase name="Upload data actions fetchFolders fetches if there are no folders loaded yet" time="0.
|
|
931
|
+
<testsuite name="fetchFolders" timestamp="2022-11-15T21:39:54" tests="4" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/upload.test.js" time="0.0010" failures="0">
|
|
932
|
+
<testcase name="Upload data actions fetchFolders fetches if there are no folders loaded yet" time="0.0000" classname="fetches if there are no folders loaded yet">
|
|
933
933
|
</testcase>
|
|
934
|
-
<testcase name="Upload data actions fetchFolders skips the fetch if there are folders already" time="0.
|
|
934
|
+
<testcase name="Upload data actions fetchFolders skips the fetch if there are folders already" time="0.0000" classname="skips the fetch if there are folders already">
|
|
935
935
|
</testcase>
|
|
936
936
|
<testcase name="Upload data actions fetchFolders fetches the next page if a bookmark is passed" time="0.0010" classname="fetches the next page if a bookmark is passed">
|
|
937
937
|
</testcase>
|
|
938
|
-
<testcase name="Upload data actions fetchFolders dispatches a batch action" time="0.
|
|
938
|
+
<testcase name="Upload data actions fetchFolders dispatches a batch action" time="0.0000" classname="dispatches a batch action">
|
|
939
939
|
</testcase>
|
|
940
940
|
</testsuite>
|
|
941
|
-
<testsuite name="setUsageRights" timestamp="2022-11-
|
|
941
|
+
<testsuite name="setUsageRights" timestamp="2022-11-15T21:39:54" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/upload.test.js" time="0.0000" failures="0">
|
|
942
942
|
<testcase name="Upload data actions setUsageRights make request to set usage rights if file has usage rights" time="0.0000" classname="make request to set usage rights if file has usage rights">
|
|
943
943
|
</testcase>
|
|
944
944
|
<testcase name="Upload data actions setUsageRights does not make request if file has no usage rights" time="0.0000" classname="does not make request if file has no usage rights">
|
|
945
945
|
</testcase>
|
|
946
946
|
</testsuite>
|
|
947
|
-
<testsuite name="uploadToIconMakerFolder" timestamp="2022-11-
|
|
948
|
-
<testcase name="Upload data actions uploadToIconMakerFolder dispatches a preflightUpload with the proper parentFolderId set" time="0.
|
|
947
|
+
<testsuite name="uploadToIconMakerFolder" timestamp="2022-11-15T21:39:54" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/upload.test.js" time="0.0040" failures="0">
|
|
948
|
+
<testcase name="Upload data actions uploadToIconMakerFolder dispatches a preflightUpload with the proper parentFolderId set" time="0.0020" classname="dispatches a preflightUpload with the proper parentFolderId set">
|
|
949
949
|
</testcase>
|
|
950
950
|
<testcase name="Upload data actions uploadToIconMakerFolder dispatches uploadFRD with the svg domElement" time="0.0020" classname="dispatches uploadFRD with the svg domElement">
|
|
951
951
|
</testcase>
|
|
952
952
|
</testsuite>
|
|
953
|
-
<testsuite name="with "onDuplicate" upload setting set" timestamp="2022-11-
|
|
954
|
-
<testcase name="Upload data actions uploadToIconMakerFolder with "onDuplicate" upload setting set includes the specified duplicate strategy setting" time="0.
|
|
953
|
+
<testsuite name="with "onDuplicate" upload setting set" timestamp="2022-11-15T21:39:54" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/upload.test.js" time="0.0000" failures="0">
|
|
954
|
+
<testcase name="Upload data actions uploadToIconMakerFolder with "onDuplicate" upload setting set includes the specified duplicate strategy setting" time="0.0000" classname="includes the specified duplicate strategy setting">
|
|
955
955
|
</testcase>
|
|
956
956
|
</testsuite>
|
|
957
|
-
<testsuite name="uploadToMediaFolder" timestamp="2022-11-
|
|
958
|
-
<testcase name="Upload data actions uploadToMediaFolder dispatches a uploadPreflight with the proper parentFolderId set" time="0.
|
|
957
|
+
<testsuite name="uploadToMediaFolder" timestamp="2022-11-15T21:39:54" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/upload.test.js" time="0.0010" failures="0">
|
|
958
|
+
<testcase name="Upload data actions uploadToMediaFolder dispatches a uploadPreflight with the proper parentFolderId set" time="0.0010" classname="dispatches a uploadPreflight with the proper parentFolderId set">
|
|
959
959
|
</testcase>
|
|
960
|
-
<testcase name="Upload data actions uploadToMediaFolder results in a START_MEDIA_UPLOADING action being fired" time="0.
|
|
960
|
+
<testcase name="Upload data actions uploadToMediaFolder results in a START_MEDIA_UPLOADING action being fired" time="0.0000" classname="results in a START_MEDIA_UPLOADING action being fired">
|
|
961
961
|
</testcase>
|
|
962
962
|
</testsuite>
|
|
963
|
-
<testsuite name="uploadToMediaFolder for media files" timestamp="2022-11-
|
|
964
|
-
<testcase name="Upload data actions uploadToMediaFolder for media files uploads directly to notorious/kaltura" time="0.
|
|
963
|
+
<testsuite name="uploadToMediaFolder for media files" timestamp="2022-11-15T21:39:54" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/upload.test.js" time="0.0050" failures="0">
|
|
964
|
+
<testcase name="Upload data actions uploadToMediaFolder for media files uploads directly to notorious/kaltura" time="0.0050" classname="uploads directly to notorious/kaltura">
|
|
965
965
|
</testcase>
|
|
966
966
|
</testsuite>
|
|
967
|
-
<testsuite name="generateThumbnailUrl" timestamp="2022-11-
|
|
968
|
-
<testcase name="Upload data actions generateThumbnailUrl returns the results if the file is not an image" time="0.
|
|
967
|
+
<testsuite name="generateThumbnailUrl" timestamp="2022-11-15T21:39:54" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/upload.test.js" time="0.0000" failures="0">
|
|
968
|
+
<testcase name="Upload data actions generateThumbnailUrl returns the results if the file is not an image" time="0.0000" classname="returns the results if the file is not an image">
|
|
969
969
|
</testcase>
|
|
970
|
-
<testcase name="Upload data actions generateThumbnailUrl sets a data url for the thumbnail" time="0.
|
|
970
|
+
<testcase name="Upload data actions generateThumbnailUrl sets a data url for the thumbnail" time="0.0000" classname="sets a data url for the thumbnail">
|
|
971
971
|
</testcase>
|
|
972
972
|
</testsuite>
|
|
973
|
-
<testsuite name="uploadPreflight" timestamp="2022-11-
|
|
973
|
+
<testsuite name="uploadPreflight" timestamp="2022-11-15T21:39:54" tests="8" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/upload.test.js" time="0.0060" failures="0">
|
|
974
974
|
<testcase name="Upload data actions uploadPreflight follows chain preflight -> upload -> complete" time="0.0010" classname="follows chain preflight -> upload -> complete">
|
|
975
975
|
</testcase>
|
|
976
976
|
<testcase name="Upload data actions uploadPreflight sets usage rights" time="0.0010" classname="sets usage rights">
|
|
977
977
|
</testcase>
|
|
978
|
-
<testcase name="Upload data actions uploadPreflight dispatches ADD_FILE with correct payload" time="0.
|
|
978
|
+
<testcase name="Upload data actions uploadPreflight dispatches ADD_FILE with correct payload" time="0.0000" classname="dispatches ADD_FILE with correct payload">
|
|
979
979
|
</testcase>
|
|
980
980
|
<testcase name="Upload data actions uploadPreflight dispatches INSERT_FILE with folder and file ids" time="0.0010" classname="dispatches INSERT_FILE with folder and file ids">
|
|
981
981
|
</testcase>
|
|
982
|
-
<testcase name="Upload data actions uploadPreflight dispatches ADD_IMAGE if content type is image/*" time="0.
|
|
982
|
+
<testcase name="Upload data actions uploadPreflight dispatches ADD_IMAGE if content type is image/*" time="0.0010" classname="dispatches ADD_IMAGE if content type is image/*">
|
|
983
983
|
</testcase>
|
|
984
|
-
<testcase name="Upload data actions uploadPreflight does not dispatch ADD_IMAGE if content type is not image/*" time="0.
|
|
984
|
+
<testcase name="Upload data actions uploadPreflight does not dispatch ADD_IMAGE if content type is not image/*" time="0.0000" classname="does not dispatch ADD_IMAGE if content type is not image/*">
|
|
985
985
|
</testcase>
|
|
986
|
-
<testcase name="Upload data actions uploadPreflight inserts the image content through the bridge" time="0.
|
|
986
|
+
<testcase name="Upload data actions uploadPreflight inserts the image content through the bridge" time="0.0010" classname="inserts the image content through the bridge">
|
|
987
987
|
</testcase>
|
|
988
988
|
<testcase name="Upload data actions uploadPreflight inserts the file content through the bridge" time="0.0010" classname="inserts the file content through the bridge">
|
|
989
989
|
</testcase>
|
|
990
990
|
</testsuite>
|
|
991
|
-
<testsuite name="when the file is svg" timestamp="2022-11-
|
|
991
|
+
<testsuite name="when the file is svg" timestamp="2022-11-15T21:39:54" tests="0" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/upload.test.js" time="0.0000" failures="0">
|
|
992
992
|
</testsuite>
|
|
993
|
-
<testsuite name="when the file is an icon maker svg" timestamp="2022-11-
|
|
993
|
+
<testsuite name="when the file is an icon maker svg" timestamp="2022-11-15T21:39:54" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/upload.test.js" time="0.0000" failures="0">
|
|
994
994
|
<testcase name="Upload data actions uploadPreflight when the file is svg when the file is an icon maker svg sets the category to "icon_maker_icons"" time="0.0000" classname="sets the category to "icon_maker_icons"">
|
|
995
995
|
</testcase>
|
|
996
996
|
</testsuite>
|
|
997
|
-
<testsuite name="when the file is not an icon maker svg" timestamp="2022-11-
|
|
997
|
+
<testsuite name="when the file is not an icon maker svg" timestamp="2022-11-15T21:39:54" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/upload.test.js" time="0.0000" failures="0">
|
|
998
998
|
<testcase name="Upload data actions uploadPreflight when the file is svg when the file is not an icon maker svg sets the category to undefined" time="0.0000" classname="sets the category to undefined">
|
|
999
999
|
</testcase>
|
|
1000
1000
|
</testsuite>
|
|
1001
|
-
<testsuite name="when the file is not an svg" timestamp="2022-11-
|
|
1001
|
+
<testsuite name="when the file is not an svg" timestamp="2022-11-15T21:39:54" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/upload.test.js" time="0.0000" failures="0">
|
|
1002
1002
|
<testcase name="Upload data actions uploadPreflight when the file is not an svg sets the category to undefined" time="0.0000" classname="sets the category to undefined">
|
|
1003
1003
|
</testcase>
|
|
1004
1004
|
</testsuite>
|
|
1005
|
-
<testsuite name="allUploadCompleteActions" timestamp="2022-11-
|
|
1006
|
-
<testcase name="Upload data actions allUploadCompleteActions returns a list of actions" time="0.
|
|
1005
|
+
<testsuite name="allUploadCompleteActions" timestamp="2022-11-15T21:39:54" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/upload.test.js" time="0.0000" failures="0">
|
|
1006
|
+
<testcase name="Upload data actions allUploadCompleteActions returns a list of actions" time="0.0000" classname="returns a list of actions">
|
|
1007
1007
|
</testcase>
|
|
1008
1008
|
</testsuite>
|
|
1009
|
-
<testsuite name="embedUploadResult" timestamp="2022-11-
|
|
1009
|
+
<testsuite name="embedUploadResult" timestamp="2022-11-15T21:39:54" tests="0" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/upload.test.js" time="0.0000" failures="0">
|
|
1010
1010
|
</testsuite>
|
|
1011
|
-
<testsuite name="link embed" timestamp="2022-11-
|
|
1012
|
-
<testcase name="Upload data actions embedUploadResult link embed inserts link with display_name as title" time="0.
|
|
1011
|
+
<testsuite name="link embed" timestamp="2022-11-15T21:39:54" tests="5" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/upload.test.js" time="0.0000" failures="0">
|
|
1012
|
+
<testcase name="Upload data actions embedUploadResult link embed inserts link with display_name as title" time="0.0000" classname="inserts link with display_name as title">
|
|
1013
1013
|
</testcase>
|
|
1014
1014
|
<testcase name="Upload data actions embedUploadResult link embed inserts link with url as href" time="0.0000" classname="inserts link with url as href">
|
|
1015
1015
|
</testcase>
|
|
@@ -1017,43 +1017,43 @@
|
|
|
1017
1017
|
</testcase>
|
|
1018
1018
|
<testcase name="Upload data actions embedUploadResult link embed insert image on image type and text not selected" time="0.0000" classname="insert image on image type and text not selected">
|
|
1019
1019
|
</testcase>
|
|
1020
|
-
<testcase name="Upload data actions embedUploadResult link embed link image on image type and text selected" time="0.
|
|
1020
|
+
<testcase name="Upload data actions embedUploadResult link embed link image on image type and text selected" time="0.0000" classname="link image on image type and text selected">
|
|
1021
1021
|
</testcase>
|
|
1022
1022
|
</testsuite>
|
|
1023
|
-
<testsuite name="when the content-type is preveiewable by canvas" timestamp="2022-11-
|
|
1024
|
-
<testcase name="Upload data actions embedUploadResult link embed when the content-type is preveiewable by canvas inserts link with data-canvas-previewable" time="0.
|
|
1023
|
+
<testsuite name="when the content-type is preveiewable by canvas" timestamp="2022-11-15T21:39:54" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/upload.test.js" time="0.0000" failures="0">
|
|
1024
|
+
<testcase name="Upload data actions embedUploadResult link embed when the content-type is preveiewable by canvas inserts link with data-canvas-previewable" time="0.0000" classname="inserts link with data-canvas-previewable">
|
|
1025
1025
|
</testcase>
|
|
1026
1026
|
<testcase name="Upload data actions embedUploadResult link embed when the content-type is preveiewable by canvas sets "disableInlinePreview" embed data to true" time="0.0000" classname="sets "disableInlinePreview" embed data to true">
|
|
1027
1027
|
</testcase>
|
|
1028
1028
|
</testsuite>
|
|
1029
|
-
<testsuite name="handleFailures" timestamp="2022-11-
|
|
1030
|
-
<testcase name="Upload data actions handleFailures calls quota exceeded when the file size exceeds the quota" time="0.
|
|
1029
|
+
<testsuite name="handleFailures" timestamp="2022-11-15T21:39:54" tests="3" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/upload.test.js" time="0.0030" failures="0">
|
|
1030
|
+
<testcase name="Upload data actions handleFailures calls quota exceeded when the file size exceeds the quota" time="0.0020" classname="calls quota exceeded when the file size exceeds the quota">
|
|
1031
1031
|
</testcase>
|
|
1032
1032
|
<testcase name="Upload data actions handleFailures calls failUpload for other errors" time="0.0010" classname="calls failUpload for other errors">
|
|
1033
1033
|
</testcase>
|
|
1034
|
-
<testcase name="Upload data actions handleFailures calls failUpload if there is no response property on the error" time="0.
|
|
1034
|
+
<testcase name="Upload data actions handleFailures calls failUpload if there is no response property on the error" time="0.0000" classname="calls failUpload if there is no response property on the error">
|
|
1035
1035
|
</testcase>
|
|
1036
1036
|
</testsuite>
|
|
1037
|
-
<testsuite name="activateMediaUpload" timestamp="2022-11-
|
|
1037
|
+
<testsuite name="activateMediaUpload" timestamp="2022-11-15T21:39:54" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/upload.test.js" time="0.0000" failures="0">
|
|
1038
1038
|
<testcase name="Upload data actions activateMediaUpload inserts the placeholder through the bridge" time="0.0000" classname="inserts the placeholder through the bridge">
|
|
1039
1039
|
</testcase>
|
|
1040
1040
|
<testcase name="Upload data actions activateMediaUpload dispatches a START_MEDIA_UPLOADING action" time="0.0000" classname="dispatches a START_MEDIA_UPLOADING action">
|
|
1041
1041
|
</testcase>
|
|
1042
1042
|
</testsuite>
|
|
1043
|
-
<testsuite name="removePlaceholdersFor" timestamp="2022-11-
|
|
1043
|
+
<testsuite name="removePlaceholdersFor" timestamp="2022-11-15T21:39:54" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/upload.test.js" time="0.0000" failures="0">
|
|
1044
1044
|
<testcase name="Upload data actions removePlaceholdersFor removes the placeholder through the bridge" time="0.0000" classname="removes the placeholder through the bridge">
|
|
1045
1045
|
</testcase>
|
|
1046
1046
|
<testcase name="Upload data actions removePlaceholdersFor dispatches a STOP_MEDIA_UPLOADING action" time="0.0000" classname="dispatches a STOP_MEDIA_UPLOADING action">
|
|
1047
1047
|
</testcase>
|
|
1048
1048
|
</testsuite>
|
|
1049
|
-
<testsuite name="media upload failure" timestamp="2022-11-
|
|
1049
|
+
<testsuite name="media upload failure" timestamp="2022-11-15T21:39:54" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/actions/upload.test.js" time="0.0000" failures="0">
|
|
1050
1050
|
<testcase name="Upload data actions media upload failure removes placeholders" time="0.0000" classname="removes placeholders">
|
|
1051
1051
|
</testcase>
|
|
1052
|
-
<testcase name="Upload data actions media upload failure handles failure" time="0.
|
|
1052
|
+
<testcase name="Upload data actions media upload failure handles failure" time="0.0000" classname="handles failure">
|
|
1053
1053
|
</testcase>
|
|
1054
1054
|
</testsuite>
|
|
1055
|
-
<testsuite name="sidebarHandlers" timestamp="2022-11-
|
|
1056
|
-
<testcase name="sidebarHandlers ties ui change tab to store" time="0.
|
|
1055
|
+
<testsuite name="sidebarHandlers" timestamp="2022-11-15T21:39:54" tests="22" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/containers/sidebarHandlers.test.js" time="0.0000" failures="0">
|
|
1056
|
+
<testcase name="sidebarHandlers ties ui change tab to store" time="0.0000" classname="ties ui change tab to store">
|
|
1057
1057
|
</testcase>
|
|
1058
1058
|
<testcase name="sidebarHandlers ties ui change accordion to store" time="0.0000" classname="ties ui change accordion to store">
|
|
1059
1059
|
</testcase>
|
|
@@ -1069,15 +1069,15 @@
|
|
|
1069
1069
|
</testcase>
|
|
1070
1070
|
<testcase name="sidebarHandlers ties images fetch next images to store" time="0.0000" classname="ties images fetch next images to store">
|
|
1071
1071
|
</testcase>
|
|
1072
|
-
<testcase name="sidebarHandlers ties upload preflight to store" time="0.
|
|
1072
|
+
<testcase name="sidebarHandlers ties upload preflight to store" time="0.0000" classname="ties upload preflight to store">
|
|
1073
1073
|
</testcase>
|
|
1074
|
-
<testcase name="sidebarHandlers ties flickr search to store" time="0.
|
|
1074
|
+
<testcase name="sidebarHandlers ties flickr search to store" time="0.0000" classname="ties flickr search to store">
|
|
1075
1075
|
</testcase>
|
|
1076
|
-
<testcase name="sidebarHandlers ties toggle flickr form to store" time="0.
|
|
1076
|
+
<testcase name="sidebarHandlers ties toggle flickr form to store" time="0.0000" classname="ties toggle flickr form to store">
|
|
1077
1077
|
</testcase>
|
|
1078
1078
|
<testcase name="sidebarHandlers ties toggle upload form to store" time="0.0000" classname="ties toggle upload form to store">
|
|
1079
1079
|
</testcase>
|
|
1080
|
-
<testcase name="sidebarHandlers ties icon maker uploads to store" time="0.
|
|
1080
|
+
<testcase name="sidebarHandlers ties icon maker uploads to store" time="0.0000" classname="ties icon maker uploads to store">
|
|
1081
1081
|
</testcase>
|
|
1082
1082
|
<testcase name="sidebarHandlers ties media upload to store" time="0.0000" classname="ties media upload to store">
|
|
1083
1083
|
</testcase>
|
|
@@ -1091,70 +1091,70 @@
|
|
|
1091
1091
|
</testcase>
|
|
1092
1092
|
<testcase name="sidebarHandlers ties all file loading change to store" time="0.0000" classname="ties all file loading change to store">
|
|
1093
1093
|
</testcase>
|
|
1094
|
-
<testcase name="sidebarHandlers ties media fetch initial media to store" time="0.
|
|
1094
|
+
<testcase name="sidebarHandlers ties media fetch initial media to store" time="0.0000" classname="ties media fetch initial media to store">
|
|
1095
1095
|
</testcase>
|
|
1096
1096
|
<testcase name="sidebarHandlers ties media fetch next media to store" time="0.0000" classname="ties media fetch next media to store">
|
|
1097
1097
|
</testcase>
|
|
1098
1098
|
<testcase name="sidebarHandlers ties media update media object to store" time="0.0000" classname="ties media update media object to store">
|
|
1099
1099
|
</testcase>
|
|
1100
1100
|
</testsuite>
|
|
1101
|
-
<testsuite name="Sidebar dragHtml" timestamp="2022-11-
|
|
1102
|
-
<testcase name="Sidebar dragHtml defaults to setting the text/html data on the event" time="0.
|
|
1101
|
+
<testsuite name="Sidebar dragHtml" timestamp="2022-11-15T21:39:54" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/dragHtml.test.js" time="0.0000" failures="0">
|
|
1102
|
+
<testcase name="Sidebar dragHtml defaults to setting the text/html data on the event" time="0.0000" classname="defaults to setting the text/html data on the event">
|
|
1103
1103
|
</testcase>
|
|
1104
|
-
<testcase name="Sidebar dragHtml sets encoded Text instead for non-Edge IE" time="0.
|
|
1104
|
+
<testcase name="Sidebar dragHtml sets encoded Text instead for non-Edge IE" time="0.0000" classname="sets encoded Text instead for non-Edge IE">
|
|
1105
1105
|
</testcase>
|
|
1106
1106
|
</testsuite>
|
|
1107
|
-
<testsuite name="Edge" timestamp="2022-11-
|
|
1107
|
+
<testsuite name="Edge" timestamp="2022-11-15T21:39:54" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/dragHtml.test.js" time="0.0010" failures="0">
|
|
1108
1108
|
<testcase name="Sidebar dragHtml Edge still uses the text/html data" time="0.0000" classname="still uses the text/html data">
|
|
1109
1109
|
</testcase>
|
|
1110
|
-
<testcase name="Sidebar dragHtml Edge clears the dataTransfer items" time="0.
|
|
1110
|
+
<testcase name="Sidebar dragHtml Edge clears the dataTransfer items" time="0.0010" classname="clears the dataTransfer items">
|
|
1111
1111
|
</testcase>
|
|
1112
1112
|
</testsuite>
|
|
1113
|
-
<testsuite name="Sidebar reducer" timestamp="2022-11-
|
|
1113
|
+
<testsuite name="Sidebar reducer" timestamp="2022-11-15T21:39:54" tests="0" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers.test.js" time="0.0000" failures="0">
|
|
1114
1114
|
</testsuite>
|
|
1115
|
-
<testsuite name="REQUEST_PAGE" timestamp="2022-11-
|
|
1116
|
-
<testcase name="Sidebar reducer REQUEST_PAGE sets the loading flag on the appropriate collection" time="0.
|
|
1115
|
+
<testsuite name="REQUEST_PAGE" timestamp="2022-11-15T21:39:54" tests="3" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers.test.js" time="0.0000" failures="0">
|
|
1116
|
+
<testcase name="Sidebar reducer REQUEST_PAGE sets the loading flag on the appropriate collection" time="0.0000" classname="sets the loading flag on the appropriate collection">
|
|
1117
1117
|
</testcase>
|
|
1118
|
-
<testcase name="Sidebar reducer REQUEST_PAGE leaves the other collections alone" time="0.
|
|
1118
|
+
<testcase name="Sidebar reducer REQUEST_PAGE leaves the other collections alone" time="0.0000" classname="leaves the other collections alone">
|
|
1119
1119
|
</testcase>
|
|
1120
|
-
<testcase name="Sidebar reducer REQUEST_PAGE leaves non-collection keys alone" time="0.
|
|
1120
|
+
<testcase name="Sidebar reducer REQUEST_PAGE leaves non-collection keys alone" time="0.0000" classname="leaves non-collection keys alone">
|
|
1121
1121
|
</testcase>
|
|
1122
1122
|
</testsuite>
|
|
1123
|
-
<testsuite name="RECEIVE_PAGE" timestamp="2022-11-
|
|
1124
|
-
<testcase name="Sidebar reducer RECEIVE_PAGE appends results to the appropriate collection" time="0.
|
|
1123
|
+
<testsuite name="RECEIVE_PAGE" timestamp="2022-11-15T21:39:54" tests="4" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers.test.js" time="0.0020" failures="0">
|
|
1124
|
+
<testcase name="Sidebar reducer RECEIVE_PAGE appends results to the appropriate collection" time="0.0000" classname="appends results to the appropriate collection">
|
|
1125
1125
|
</testcase>
|
|
1126
|
-
<testcase name="Sidebar reducer RECEIVE_PAGE updates the bookmark on the appropriate collection" time="0.
|
|
1126
|
+
<testcase name="Sidebar reducer RECEIVE_PAGE updates the bookmark on the appropriate collection" time="0.0010" classname="updates the bookmark on the appropriate collection">
|
|
1127
1127
|
</testcase>
|
|
1128
|
-
<testcase name="Sidebar reducer RECEIVE_PAGE clears the loading flag on the appropriate collection" time="0.
|
|
1128
|
+
<testcase name="Sidebar reducer RECEIVE_PAGE clears the loading flag on the appropriate collection" time="0.0000" classname="clears the loading flag on the appropriate collection">
|
|
1129
1129
|
</testcase>
|
|
1130
|
-
<testcase name="Sidebar reducer RECEIVE_PAGE leaves the other collections alone" time="0.
|
|
1130
|
+
<testcase name="Sidebar reducer RECEIVE_PAGE leaves the other collections alone" time="0.0010" classname="leaves the other collections alone">
|
|
1131
1131
|
</testcase>
|
|
1132
1132
|
</testsuite>
|
|
1133
|
-
<testsuite name="FAIL_PAGE" timestamp="2022-11-
|
|
1133
|
+
<testsuite name="FAIL_PAGE" timestamp="2022-11-15T21:39:54" tests="4" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers.test.js" time="0.0010" failures="0">
|
|
1134
1134
|
<testcase name="Sidebar reducer FAIL_PAGE clears the loading flag on the appropriate collection" time="0.0000" classname="clears the loading flag on the appropriate collection">
|
|
1135
1135
|
</testcase>
|
|
1136
|
-
<testcase name="Sidebar reducer FAIL_PAGE clears the bookmark if the links are empty" time="0.
|
|
1136
|
+
<testcase name="Sidebar reducer FAIL_PAGE clears the bookmark if the links are empty" time="0.0010" classname="clears the bookmark if the links are empty">
|
|
1137
1137
|
</testcase>
|
|
1138
1138
|
<testcase name="Sidebar reducer FAIL_PAGE leaves the links and bookmark on that collection alone otherwise" time="0.0000" classname="leaves the links and bookmark on that collection alone otherwise">
|
|
1139
1139
|
</testcase>
|
|
1140
1140
|
<testcase name="Sidebar reducer FAIL_PAGE leaves the other collections alone" time="0.0000" classname="leaves the other collections alone">
|
|
1141
1141
|
</testcase>
|
|
1142
1142
|
</testsuite>
|
|
1143
|
-
<testsuite name="all_files reducer" timestamp="2022-11-
|
|
1143
|
+
<testsuite name="all_files reducer" timestamp="2022-11-15T21:39:54" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/all_files.test.js" time="0.0000" failures="0">
|
|
1144
1144
|
<testcase name="all_files reducer sets isLoading" time="0.0000" classname="sets isLoading">
|
|
1145
1145
|
</testcase>
|
|
1146
1146
|
</testsuite>
|
|
1147
|
-
<testsuite name="Collection reducer" timestamp="2022-11-
|
|
1147
|
+
<testsuite name="Collection reducer" timestamp="2022-11-15T21:39:54" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/collection.test.js" time="0.0000" failures="0">
|
|
1148
1148
|
<testcase name="Collection reducer does not modify the state if for unknown actions" time="0.0000" classname="does not modify the state if for unknown actions">
|
|
1149
1149
|
</testcase>
|
|
1150
1150
|
</testsuite>
|
|
1151
|
-
<testsuite name="REQUEST_PAGE" timestamp="2022-11-
|
|
1151
|
+
<testsuite name="REQUEST_PAGE" timestamp="2022-11-15T21:39:54" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/collection.test.js" time="0.0000" failures="0">
|
|
1152
1152
|
<testcase name="Collection reducer REQUEST_PAGE sets the loading flag and cancel function" time="0.0000" classname="sets the loading flag and cancel function">
|
|
1153
1153
|
</testcase>
|
|
1154
1154
|
<testcase name="Collection reducer REQUEST_PAGE preserves existing state" time="0.0000" classname="preserves existing state">
|
|
1155
1155
|
</testcase>
|
|
1156
1156
|
</testsuite>
|
|
1157
|
-
<testsuite name="FAIL_PAGE" timestamp="2022-11-
|
|
1157
|
+
<testsuite name="FAIL_PAGE" timestamp="2022-11-15T21:39:54" tests="4" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/collection.test.js" time="0.0000" failures="0">
|
|
1158
1158
|
<testcase name="Collection reducer FAIL_PAGE deactivates loading" time="0.0000" classname="deactivates loading">
|
|
1159
1159
|
</testcase>
|
|
1160
1160
|
<testcase name="Collection reducer FAIL_PAGE includes the error in state" time="0.0000" classname="includes the error in state">
|
|
@@ -1164,117 +1164,117 @@
|
|
|
1164
1164
|
<testcase name="Collection reducer FAIL_PAGE leaves the bookmark when links are present" time="0.0000" classname="leaves the bookmark when links are present">
|
|
1165
1165
|
</testcase>
|
|
1166
1166
|
</testsuite>
|
|
1167
|
-
<testsuite name="Context reducer" timestamp="2022-11-
|
|
1167
|
+
<testsuite name="Context reducer" timestamp="2022-11-15T21:39:54" tests="0" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/context.test.js" time="0.0000" failures="0">
|
|
1168
1168
|
</testsuite>
|
|
1169
|
-
<testsuite name="changeContextType" timestamp="2022-11-
|
|
1170
|
-
<testcase name="Context reducer changeContextType does not modify the state if for unknown actions" time="0.
|
|
1169
|
+
<testsuite name="changeContextType" timestamp="2022-11-15T21:39:54" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/context.test.js" time="0.0000" failures="0">
|
|
1170
|
+
<testcase name="Context reducer changeContextType does not modify the state if for unknown actions" time="0.0000" classname="does not modify the state if for unknown actions">
|
|
1171
1171
|
</testcase>
|
|
1172
1172
|
<testcase name="Context reducer changeContextType returns the new context type" time="0.0000" classname="returns the new context type">
|
|
1173
1173
|
</testcase>
|
|
1174
1174
|
</testsuite>
|
|
1175
|
-
<testsuite name="changeContextId" timestamp="2022-11-
|
|
1175
|
+
<testsuite name="changeContextId" timestamp="2022-11-15T21:39:54" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/context.test.js" time="0.0000" failures="0">
|
|
1176
1176
|
<testcase name="Context reducer changeContextId does not modify the state if for unknown actions" time="0.0000" classname="does not modify the state if for unknown actions">
|
|
1177
1177
|
</testcase>
|
|
1178
1178
|
<testcase name="Context reducer changeContextId returns the new context it" time="0.0000" classname="returns the new context it">
|
|
1179
1179
|
</testcase>
|
|
1180
1180
|
</testsuite>
|
|
1181
|
-
<testsuite name="Documents reducer" timestamp="2022-11-
|
|
1182
|
-
<testcase name="Documents reducer does not modify the state if for unknown actions" time="0.
|
|
1181
|
+
<testsuite name="Documents reducer" timestamp="2022-11-15T21:39:54" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/documents.test.js" time="0.0000" failures="0">
|
|
1182
|
+
<testcase name="Documents reducer does not modify the state if for unknown actions" time="0.0000" classname="does not modify the state if for unknown actions">
|
|
1183
1183
|
</testcase>
|
|
1184
1184
|
</testsuite>
|
|
1185
|
-
<testsuite name="REQUEST_DOCS" timestamp="2022-11-
|
|
1185
|
+
<testsuite name="REQUEST_DOCS" timestamp="2022-11-15T21:39:54" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/documents.test.js" time="0.0000" failures="0">
|
|
1186
1186
|
<testcase name="Documents reducer REQUEST_DOCS marks documents as loading" time="0.0000" classname="marks documents as loading">
|
|
1187
1187
|
</testcase>
|
|
1188
1188
|
</testsuite>
|
|
1189
|
-
<testsuite name="REQUEST_INITIAL_DOCS" timestamp="2022-11-
|
|
1190
|
-
<testcase name="Documents reducer REQUEST_INITIAL_DOCS marks documents as loading" time="0.
|
|
1189
|
+
<testsuite name="REQUEST_INITIAL_DOCS" timestamp="2022-11-15T21:39:54" tests="3" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/documents.test.js" time="0.0000" failures="0">
|
|
1190
|
+
<testcase name="Documents reducer REQUEST_INITIAL_DOCS marks documents as loading" time="0.0000" classname="marks documents as loading">
|
|
1191
1191
|
</testcase>
|
|
1192
1192
|
<testcase name="Documents reducer REQUEST_INITIAL_DOCS marks documents as having more" time="0.0000" classname="marks documents as having more">
|
|
1193
1193
|
</testcase>
|
|
1194
1194
|
<testcase name="Documents reducer REQUEST_INITIAL_DOCS clears files" time="0.0000" classname="clears files">
|
|
1195
1195
|
</testcase>
|
|
1196
1196
|
</testsuite>
|
|
1197
|
-
<testsuite name="RECEIVE_DOCS" timestamp="2022-11-
|
|
1198
|
-
<testcase name="Documents reducer RECEIVE_DOCS appends new fils to the existing array" time="0.
|
|
1197
|
+
<testsuite name="RECEIVE_DOCS" timestamp="2022-11-15T21:39:54" tests="3" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/documents.test.js" time="0.0000" failures="0">
|
|
1198
|
+
<testcase name="Documents reducer RECEIVE_DOCS appends new fils to the existing array" time="0.0000" classname="appends new fils to the existing array">
|
|
1199
1199
|
</testcase>
|
|
1200
1200
|
<testcase name="Documents reducer RECEIVE_DOCS hasMore if there's a bookmark" time="0.0000" classname="hasMore if there's a bookmark">
|
|
1201
1201
|
</testcase>
|
|
1202
1202
|
<testcase name="Documents reducer RECEIVE_DOCS clears isLoading state" time="0.0000" classname="clears isLoading state">
|
|
1203
1203
|
</testcase>
|
|
1204
1204
|
</testsuite>
|
|
1205
|
-
<testsuite name="CHANGE_CONTEXT" timestamp="2022-11-
|
|
1205
|
+
<testsuite name="CHANGE_CONTEXT" timestamp="2022-11-15T21:39:54" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/documents.test.js" time="0.0000" failures="0">
|
|
1206
1206
|
<testcase name="Documents reducer CHANGE_CONTEXT creates the new documents context if it does not exist" time="0.0000" classname="creates the new documents context if it does not exist">
|
|
1207
1207
|
</testcase>
|
|
1208
1208
|
</testsuite>
|
|
1209
|
-
<testsuite name="Files reducer" timestamp="2022-11-
|
|
1209
|
+
<testsuite name="Files reducer" timestamp="2022-11-15T21:39:54" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/files.test.js" time="0.0000" failures="0">
|
|
1210
1210
|
<testcase name="Files reducer does not modify the state if for unknown actions" time="0.0000" classname="does not modify the state if for unknown actions">
|
|
1211
1211
|
</testcase>
|
|
1212
1212
|
</testsuite>
|
|
1213
|
-
<testsuite name="ADD_FILE" timestamp="2022-11-
|
|
1213
|
+
<testsuite name="ADD_FILE" timestamp="2022-11-15T21:39:54" tests="7" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/files.test.js" time="0.0000" failures="0">
|
|
1214
1214
|
<testcase name="Files reducer ADD_FILE adds a new property to files keyed by id from action" time="0.0000" classname="adds a new property to files keyed by id from action">
|
|
1215
1215
|
</testcase>
|
|
1216
1216
|
<testcase name="Files reducer ADD_FILE sets id from action" time="0.0000" classname="sets id from action">
|
|
1217
1217
|
</testcase>
|
|
1218
|
-
<testcase name="Files reducer ADD_FILE sets name from action" time="0.
|
|
1218
|
+
<testcase name="Files reducer ADD_FILE sets name from action" time="0.0000" classname="sets name from action">
|
|
1219
1219
|
</testcase>
|
|
1220
1220
|
<testcase name="Files reducer ADD_FILE sets type from action fileType" time="0.0000" classname="sets type from action fileType">
|
|
1221
1221
|
</testcase>
|
|
1222
|
-
<testcase name="Files reducer ADD_FILE sets url from action" time="0.
|
|
1222
|
+
<testcase name="Files reducer ADD_FILE sets url from action" time="0.0000" classname="sets url from action">
|
|
1223
1223
|
</testcase>
|
|
1224
1224
|
<testcase name="Files reducer ADD_FILE sets embed from action" time="0.0000" classname="sets embed from action">
|
|
1225
1225
|
</testcase>
|
|
1226
1226
|
<testcase name="Files reducer ADD_FILE keeps existing properties" time="0.0000" classname="keeps existing properties">
|
|
1227
1227
|
</testcase>
|
|
1228
1228
|
</testsuite>
|
|
1229
|
-
<testsuite name="Flickr reducer" timestamp="2022-11-
|
|
1229
|
+
<testsuite name="Flickr reducer" timestamp="2022-11-15T21:39:54" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/flickr.test.js" time="0.0000" failures="0">
|
|
1230
1230
|
<testcase name="Flickr reducer does not modify the state if for unknown actions" time="0.0000" classname="does not modify the state if for unknown actions">
|
|
1231
1231
|
</testcase>
|
|
1232
1232
|
</testsuite>
|
|
1233
|
-
<testsuite name="START_FLICKR_SEARCH" timestamp="2022-11-
|
|
1233
|
+
<testsuite name="START_FLICKR_SEARCH" timestamp="2022-11-15T21:39:54" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/flickr.test.js" time="0.0000" failures="0">
|
|
1234
1234
|
<testcase name="Flickr reducer START_FLICKR_SEARCH sets searching to true" time="0.0000" classname="sets searching to true">
|
|
1235
1235
|
</testcase>
|
|
1236
1236
|
<testcase name="Flickr reducer START_FLICKR_SEARCH sets term from action" time="0.0000" classname="sets term from action">
|
|
1237
1237
|
</testcase>
|
|
1238
1238
|
</testsuite>
|
|
1239
|
-
<testsuite name="RECEIVE_FLICKR_RESULTS" timestamp="2022-11-
|
|
1239
|
+
<testsuite name="RECEIVE_FLICKR_RESULTS" timestamp="2022-11-15T21:39:55" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/flickr.test.js" time="0.0000" failures="0">
|
|
1240
1240
|
<testcase name="Flickr reducer RECEIVE_FLICKR_RESULTS turns searching off" time="0.0000" classname="turns searching off">
|
|
1241
1241
|
</testcase>
|
|
1242
1242
|
<testcase name="Flickr reducer RECEIVE_FLICKR_RESULTS passes results through for display" time="0.0000" classname="passes results through for display">
|
|
1243
1243
|
</testcase>
|
|
1244
1244
|
</testsuite>
|
|
1245
|
-
<testsuite name="FAIL_FLICKR_SEARCH" timestamp="2022-11-
|
|
1245
|
+
<testsuite name="FAIL_FLICKR_SEARCH" timestamp="2022-11-15T21:39:55" tests="4" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/flickr.test.js" time="0.0000" failures="0">
|
|
1246
1246
|
<testcase name="Flickr reducer FAIL_FLICKR_SEARCH disables searching flag" time="0.0000" classname="disables searching flag">
|
|
1247
1247
|
</testcase>
|
|
1248
|
-
<testcase name="Flickr reducer FAIL_FLICKR_SEARCH blanks the search term" time="0.
|
|
1248
|
+
<testcase name="Flickr reducer FAIL_FLICKR_SEARCH blanks the search term" time="0.0000" classname="blanks the search term">
|
|
1249
1249
|
</testcase>
|
|
1250
1250
|
<testcase name="Flickr reducer FAIL_FLICKR_SEARCH empties the search results" time="0.0000" classname="empties the search results">
|
|
1251
1251
|
</testcase>
|
|
1252
1252
|
<testcase name="Flickr reducer FAIL_FLICKR_SEARCH leaves the form state as it is" time="0.0000" classname="leaves the form state as it is">
|
|
1253
1253
|
</testcase>
|
|
1254
1254
|
</testsuite>
|
|
1255
|
-
<testsuite name="TOGGLE_FLICKR_FORM" timestamp="2022-11-
|
|
1255
|
+
<testsuite name="TOGGLE_FLICKR_FORM" timestamp="2022-11-15T21:39:55" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/flickr.test.js" time="0.0000" failures="0">
|
|
1256
1256
|
<testcase name="Flickr reducer TOGGLE_FLICKR_FORM reverses current state" time="0.0000" classname="reverses current state">
|
|
1257
1257
|
</testcase>
|
|
1258
1258
|
<testcase name="Flickr reducer TOGGLE_FLICKR_FORM goes back and forth for each invocation" time="0.0000" classname="goes back and forth for each invocation">
|
|
1259
1259
|
</testcase>
|
|
1260
1260
|
</testsuite>
|
|
1261
|
-
<testsuite name="Folder sidebar reducer" timestamp="2022-11-
|
|
1261
|
+
<testsuite name="Folder sidebar reducer" timestamp="2022-11-15T21:39:55" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/folder.test.js" time="0.0000" failures="0">
|
|
1262
1262
|
<testcase name="Folder sidebar reducer does not modify the state if for unknown actions" time="0.0000" classname="does not modify the state if for unknown actions">
|
|
1263
1263
|
</testcase>
|
|
1264
1264
|
</testsuite>
|
|
1265
|
-
<testsuite name="ADD_FOLDER" timestamp="2022-11-
|
|
1265
|
+
<testsuite name="ADD_FOLDER" timestamp="2022-11-15T21:39:55" tests="5" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/folder.test.js" time="0.0000" failures="0">
|
|
1266
1266
|
<testcase name="Folder sidebar reducer ADD_FOLDER sets id from action" time="0.0000" classname="sets id from action">
|
|
1267
1267
|
</testcase>
|
|
1268
1268
|
<testcase name="Folder sidebar reducer ADD_FOLDER sets name from action" time="0.0000" classname="sets name from action">
|
|
1269
1269
|
</testcase>
|
|
1270
1270
|
<testcase name="Folder sidebar reducer ADD_FOLDER sets filesUrl from action" time="0.0000" classname="sets filesUrl from action">
|
|
1271
1271
|
</testcase>
|
|
1272
|
-
<testcase name="Folder sidebar reducer ADD_FOLDER sets foldersUrl from action" time="0.
|
|
1272
|
+
<testcase name="Folder sidebar reducer ADD_FOLDER sets foldersUrl from action" time="0.0000" classname="sets foldersUrl from action">
|
|
1273
1273
|
</testcase>
|
|
1274
1274
|
<testcase name="Folder sidebar reducer ADD_FOLDER keeps existing properties" time="0.0000" classname="keeps existing properties">
|
|
1275
1275
|
</testcase>
|
|
1276
1276
|
</testsuite>
|
|
1277
|
-
<testsuite name="RECEIVE_FILES" timestamp="2022-11-
|
|
1277
|
+
<testsuite name="RECEIVE_FILES" timestamp="2022-11-15T21:39:55" tests="5" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/folder.test.js" time="0.0000" failures="0">
|
|
1278
1278
|
<testcase name="Folder sidebar reducer RECEIVE_FILES decrements loadingCount" time="0.0000" classname="decrements loadingCount">
|
|
1279
1279
|
</testcase>
|
|
1280
1280
|
<testcase name="Folder sidebar reducer RECEIVE_FILES sets loading to true if next loadingCount is not 0" time="0.0000" classname="sets loading to true if next loadingCount is not 0">
|
|
@@ -1286,19 +1286,19 @@
|
|
|
1286
1286
|
<testcase name="Folder sidebar reducer RECEIVE_FILES keeps existing properties" time="0.0000" classname="keeps existing properties">
|
|
1287
1287
|
</testcase>
|
|
1288
1288
|
</testsuite>
|
|
1289
|
-
<testsuite name="RECEIVE_SUBFOLDERS" timestamp="2022-11-
|
|
1289
|
+
<testsuite name="RECEIVE_SUBFOLDERS" timestamp="2022-11-15T21:39:55" tests="5" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/folder.test.js" time="0.0000" failures="0">
|
|
1290
1290
|
<testcase name="Folder sidebar reducer RECEIVE_SUBFOLDERS decrements loadingCount" time="0.0000" classname="decrements loadingCount">
|
|
1291
1291
|
</testcase>
|
|
1292
1292
|
<testcase name="Folder sidebar reducer RECEIVE_SUBFOLDERS sets loading to true if next loadingCount is not 0" time="0.0000" classname="sets loading to true if next loadingCount is not 0">
|
|
1293
1293
|
</testcase>
|
|
1294
1294
|
<testcase name="Folder sidebar reducer RECEIVE_SUBFOLDERS sets loading to false if next loadingCount is 0" time="0.0000" classname="sets loading to false if next loadingCount is 0">
|
|
1295
1295
|
</testcase>
|
|
1296
|
-
<testcase name="Folder sidebar reducer RECEIVE_SUBFOLDERS adds folderIds from action to existing folderIds" time="0.
|
|
1296
|
+
<testcase name="Folder sidebar reducer RECEIVE_SUBFOLDERS adds folderIds from action to existing folderIds" time="0.0000" classname="adds folderIds from action to existing folderIds">
|
|
1297
1297
|
</testcase>
|
|
1298
1298
|
<testcase name="Folder sidebar reducer RECEIVE_SUBFOLDERS keeps existing properties" time="0.0000" classname="keeps existing properties">
|
|
1299
1299
|
</testcase>
|
|
1300
1300
|
</testsuite>
|
|
1301
|
-
<testsuite name="REQUEST_FILES" timestamp="2022-11-
|
|
1301
|
+
<testsuite name="REQUEST_FILES" timestamp="2022-11-15T21:39:55" tests="4" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/folder.test.js" time="0.0000" failures="0">
|
|
1302
1302
|
<testcase name="Folder sidebar reducer REQUEST_FILES sets requested to true" time="0.0000" classname="sets requested to true">
|
|
1303
1303
|
</testcase>
|
|
1304
1304
|
<testcase name="Folder sidebar reducer REQUEST_FILES increments loadingCount" time="0.0000" classname="increments loadingCount">
|
|
@@ -1308,8 +1308,8 @@
|
|
|
1308
1308
|
<testcase name="Folder sidebar reducer REQUEST_FILES keeps existing properties" time="0.0000" classname="keeps existing properties">
|
|
1309
1309
|
</testcase>
|
|
1310
1310
|
</testsuite>
|
|
1311
|
-
<testsuite name="REQUEST_SUBFOLDERS" timestamp="2022-11-
|
|
1312
|
-
<testcase name="Folder sidebar reducer REQUEST_SUBFOLDERS sets requested to true" time="0.
|
|
1311
|
+
<testsuite name="REQUEST_SUBFOLDERS" timestamp="2022-11-15T21:39:55" tests="4" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/folder.test.js" time="0.0000" failures="0">
|
|
1312
|
+
<testcase name="Folder sidebar reducer REQUEST_SUBFOLDERS sets requested to true" time="0.0000" classname="sets requested to true">
|
|
1313
1313
|
</testcase>
|
|
1314
1314
|
<testcase name="Folder sidebar reducer REQUEST_SUBFOLDERS increments loadingCount" time="0.0000" classname="increments loadingCount">
|
|
1315
1315
|
</testcase>
|
|
@@ -1318,7 +1318,7 @@
|
|
|
1318
1318
|
<testcase name="Folder sidebar reducer REQUEST_SUBFOLDERS keeps existing properties" time="0.0000" classname="keeps existing properties">
|
|
1319
1319
|
</testcase>
|
|
1320
1320
|
</testsuite>
|
|
1321
|
-
<testsuite name="TOGGLE" timestamp="2022-11-
|
|
1321
|
+
<testsuite name="TOGGLE" timestamp="2022-11-15T21:39:55" tests="3" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/folder.test.js" time="0.0000" failures="0">
|
|
1322
1322
|
<testcase name="Folder sidebar reducer TOGGLE sets expanded to true if it was false" time="0.0000" classname="sets expanded to true if it was false">
|
|
1323
1323
|
</testcase>
|
|
1324
1324
|
<testcase name="Folder sidebar reducer TOGGLE sets expanded to false if it was true" time="0.0000" classname="sets expanded to false if it was true">
|
|
@@ -1326,20 +1326,20 @@
|
|
|
1326
1326
|
<testcase name="Folder sidebar reducer TOGGLE keeps existing properties" time="0.0000" classname="keeps existing properties">
|
|
1327
1327
|
</testcase>
|
|
1328
1328
|
</testsuite>
|
|
1329
|
-
<testsuite name="Folders reducer" timestamp="2022-11-
|
|
1330
|
-
<testcase name="Folders reducer does not proxy unknown actions" time="0.
|
|
1329
|
+
<testsuite name="Folders reducer" timestamp="2022-11-15T21:39:55" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/folders.test.js" time="0.0000" failures="0">
|
|
1330
|
+
<testcase name="Folders reducer does not proxy unknown actions" time="0.0000" classname="does not proxy unknown actions">
|
|
1331
1331
|
</testcase>
|
|
1332
1332
|
<testcase name="Folders reducer does not modify the state if for unknown actions" time="0.0000" classname="does not modify the state if for unknown actions">
|
|
1333
1333
|
</testcase>
|
|
1334
1334
|
</testsuite>
|
|
1335
|
-
<testsuite name="proxies actions for property by action id to folder" timestamp="2022-11-
|
|
1335
|
+
<testsuite name="proxies actions for property by action id to folder" timestamp="2022-11-15T21:39:55" tests="6" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/folders.test.js" time="0.0000" failures="0">
|
|
1336
1336
|
</testsuite>
|
|
1337
|
-
<testsuite name="Images reducer" timestamp="2022-11-
|
|
1337
|
+
<testsuite name="Images reducer" timestamp="2022-11-15T21:39:55" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/images.test.js" time="0.0000" failures="0">
|
|
1338
1338
|
<testcase name="Images reducer does not modify the state if for unknown actions" time="0.0000" classname="does not modify the state if for unknown actions">
|
|
1339
1339
|
</testcase>
|
|
1340
1340
|
</testsuite>
|
|
1341
|
-
<testsuite name="ADD_IMAGE" timestamp="2022-11-
|
|
1342
|
-
<testcase name="Images reducer ADD_IMAGE adds a new object to images array" time="0.
|
|
1341
|
+
<testsuite name="ADD_IMAGE" timestamp="2022-11-15T21:39:55" tests="7" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/images.test.js" time="0.0000" failures="0">
|
|
1342
|
+
<testcase name="Images reducer ADD_IMAGE adds a new object to images array" time="0.0000" classname="adds a new object to images array">
|
|
1343
1343
|
</testcase>
|
|
1344
1344
|
<testcase name="Images reducer ADD_IMAGE sets id from action" time="0.0000" classname="sets id from action">
|
|
1345
1345
|
</testcase>
|
|
@@ -1347,89 +1347,89 @@
|
|
|
1347
1347
|
</testcase>
|
|
1348
1348
|
<testcase name="Images reducer ADD_IMAGE sets display_name from action display_name" time="0.0000" classname="sets display_name from action display_name">
|
|
1349
1349
|
</testcase>
|
|
1350
|
-
<testcase name="Images reducer ADD_IMAGE sets preview_url from action preview_url" time="0.
|
|
1350
|
+
<testcase name="Images reducer ADD_IMAGE sets preview_url from action preview_url" time="0.0000" classname="sets preview_url from action preview_url">
|
|
1351
1351
|
</testcase>
|
|
1352
1352
|
<testcase name="Images reducer ADD_IMAGE sets thumbnail_url from action thumbnail_url" time="0.0000" classname="sets thumbnail_url from action thumbnail_url">
|
|
1353
1353
|
</testcase>
|
|
1354
1354
|
<testcase name="Images reducer ADD_IMAGE sets href from action preview_url" time="0.0000" classname="sets href from action preview_url">
|
|
1355
1355
|
</testcase>
|
|
1356
1356
|
</testsuite>
|
|
1357
|
-
<testsuite name="RECEIVE_IMAGES" timestamp="2022-11-
|
|
1357
|
+
<testsuite name="RECEIVE_IMAGES" timestamp="2022-11-15T21:39:55" tests="4" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/images.test.js" time="0.0000" failures="0">
|
|
1358
1358
|
<testcase name="Images reducer RECEIVE_IMAGES appends new records to the existing array when the payload searchString matches state" time="0.0000" classname="appends new records to the existing array when the payload searchString matches state">
|
|
1359
1359
|
</testcase>
|
|
1360
1360
|
<testcase name="Images reducer RECEIVE_IMAGES does not append new records to the existing array when the payload searchString does not match state" time="0.0000" classname="does not append new records to the existing array when the payload searchString does not match state">
|
|
1361
1361
|
</testcase>
|
|
1362
1362
|
<testcase name="Images reducer RECEIVE_IMAGES hasMore if there's a bookmark" time="0.0000" classname="hasMore if there's a bookmark">
|
|
1363
1363
|
</testcase>
|
|
1364
|
-
<testcase name="Images reducer RECEIVE_IMAGES clears isLoading state" time="0.
|
|
1364
|
+
<testcase name="Images reducer RECEIVE_IMAGES clears isLoading state" time="0.0000" classname="clears isLoading state">
|
|
1365
1365
|
</testcase>
|
|
1366
1366
|
</testsuite>
|
|
1367
|
-
<testsuite name="REQUEST_IMAGES" timestamp="2022-11-
|
|
1367
|
+
<testsuite name="REQUEST_IMAGES" timestamp="2022-11-15T21:39:55" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/images.test.js" time="0.0000" failures="0">
|
|
1368
1368
|
<testcase name="Images reducer REQUEST_IMAGES marks images as loading" time="0.0000" classname="marks images as loading">
|
|
1369
1369
|
</testcase>
|
|
1370
1370
|
</testsuite>
|
|
1371
|
-
<testsuite name="REQUEST_INITIAL_IMAGES" timestamp="2022-11-
|
|
1371
|
+
<testsuite name="REQUEST_INITIAL_IMAGES" timestamp="2022-11-15T21:39:55" tests="3" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/images.test.js" time="0.0000" failures="0">
|
|
1372
1372
|
<testcase name="Images reducer REQUEST_INITIAL_IMAGES marks images as loading" time="0.0000" classname="marks images as loading">
|
|
1373
1373
|
</testcase>
|
|
1374
|
-
<testcase name="Images reducer REQUEST_INITIAL_IMAGES marks iamgess as having more" time="0.
|
|
1374
|
+
<testcase name="Images reducer REQUEST_INITIAL_IMAGES marks iamgess as having more" time="0.0000" classname="marks iamgess as having more">
|
|
1375
1375
|
</testcase>
|
|
1376
1376
|
<testcase name="Images reducer REQUEST_INITIAL_IMAGES clears files" time="0.0000" classname="clears files">
|
|
1377
1377
|
</testcase>
|
|
1378
1378
|
</testsuite>
|
|
1379
|
-
<testsuite name="CHANGE_SEARCH_STRING" timestamp="2022-11-
|
|
1379
|
+
<testsuite name="CHANGE_SEARCH_STRING" timestamp="2022-11-15T21:39:55" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/images.test.js" time="0.0000" failures="0">
|
|
1380
1380
|
<testcase name="Images reducer CHANGE_SEARCH_STRING sets the searchString to the payload" time="0.0000" classname="sets the searchString to the payload">
|
|
1381
1381
|
</testcase>
|
|
1382
1382
|
</testsuite>
|
|
1383
|
-
<testsuite name="Session reducer" timestamp="2022-11-
|
|
1383
|
+
<testsuite name="Session reducer" timestamp="2022-11-15T21:39:55" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/session.test.js" time="0.0000" failures="0">
|
|
1384
1384
|
<testcase name="Session reducer returns the original state if called with other action" time="0.0000" classname="returns the original state if called with other action">
|
|
1385
1385
|
</testcase>
|
|
1386
1386
|
</testsuite>
|
|
1387
|
-
<testsuite name="RECEIVE_SESSION action" timestamp="2022-11-
|
|
1388
|
-
<testcase name="Session reducer RECEIVE_SESSION action merges action data with existing state" time="0.
|
|
1387
|
+
<testsuite name="RECEIVE_SESSION action" timestamp="2022-11-15T21:39:55" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/session.test.js" time="0.0000" failures="0">
|
|
1388
|
+
<testcase name="Session reducer RECEIVE_SESSION action merges action data with existing state" time="0.0000" classname="merges action data with existing state">
|
|
1389
1389
|
</testcase>
|
|
1390
1390
|
</testsuite>
|
|
1391
|
-
<testsuite name="UI reducer" timestamp="2022-11-
|
|
1391
|
+
<testsuite name="UI reducer" timestamp="2022-11-15T21:39:55" tests="0" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/ui.test.js" time="0.0000" failures="0">
|
|
1392
1392
|
</testsuite>
|
|
1393
|
-
<testsuite name="hidden flag" timestamp="2022-11-
|
|
1393
|
+
<testsuite name="hidden flag" timestamp="2022-11-15T21:39:55" tests="3" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/ui.test.js" time="0.0010" failures="0">
|
|
1394
1394
|
<testcase name="UI reducer hidden flag is cleared on showSidebar" time="0.0000" classname="is cleared on showSidebar">
|
|
1395
1395
|
</testcase>
|
|
1396
1396
|
<testcase name="UI reducer hidden flag is cleared on resetUI" time="0.0000" classname="is cleared on resetUI">
|
|
1397
1397
|
</testcase>
|
|
1398
|
-
<testcase name="UI reducer hidden flag is set on hideSidebar" time="0.
|
|
1398
|
+
<testcase name="UI reducer hidden flag is set on hideSidebar" time="0.0010" classname="is set on hideSidebar">
|
|
1399
1399
|
</testcase>
|
|
1400
1400
|
</testsuite>
|
|
1401
|
-
<testsuite name="Upload reducer" timestamp="2022-11-
|
|
1402
|
-
<testcase name="Upload reducer does not modify the state if for unknown actions" time="0.
|
|
1401
|
+
<testsuite name="Upload reducer" timestamp="2022-11-15T21:39:55" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/upload.test.js" time="0.0000" failures="0">
|
|
1402
|
+
<testcase name="Upload reducer does not modify the state if for unknown actions" time="0.0000" classname="does not modify the state if for unknown actions">
|
|
1403
1403
|
</testcase>
|
|
1404
1404
|
</testsuite>
|
|
1405
|
-
<testsuite name="START_FILE_UPLOAD" timestamp="2022-11-
|
|
1406
|
-
<testcase name="Upload reducer START_FILE_UPLOAD sets uploading to true" time="0.
|
|
1405
|
+
<testsuite name="START_FILE_UPLOAD" timestamp="2022-11-15T21:39:55" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/upload.test.js" time="0.0000" failures="0">
|
|
1406
|
+
<testcase name="Upload reducer START_FILE_UPLOAD sets uploading to true" time="0.0000" classname="sets uploading to true">
|
|
1407
1407
|
</testcase>
|
|
1408
1408
|
</testsuite>
|
|
1409
|
-
<testsuite name="COMPLETE_FILE_UPLOAD" timestamp="2022-11-
|
|
1409
|
+
<testsuite name="COMPLETE_FILE_UPLOAD" timestamp="2022-11-15T21:39:55" tests="3" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/upload.test.js" time="0.0000" failures="0">
|
|
1410
1410
|
<testcase name="Upload reducer COMPLETE_FILE_UPLOAD turns uploading off" time="0.0000" classname="turns uploading off">
|
|
1411
1411
|
</testcase>
|
|
1412
|
-
<testcase name="Upload reducer COMPLETE_FILE_UPLOAD collapses the form" time="0.
|
|
1412
|
+
<testcase name="Upload reducer COMPLETE_FILE_UPLOAD collapses the form" time="0.0000" classname="collapses the form">
|
|
1413
1413
|
</testcase>
|
|
1414
1414
|
<testcase name="Upload reducer COMPLETE_FILE_UPLOAD resets the error state" time="0.0000" classname="resets the error state">
|
|
1415
1415
|
</testcase>
|
|
1416
1416
|
</testsuite>
|
|
1417
|
-
<testsuite name="FAIL_FILE_UPLOAD" timestamp="2022-11-
|
|
1417
|
+
<testsuite name="FAIL_FILE_UPLOAD" timestamp="2022-11-15T21:39:55" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/upload.test.js" time="0.0000" failures="0">
|
|
1418
1418
|
<testcase name="Upload reducer FAIL_FILE_UPLOAD disables uploading flag" time="0.0000" classname="disables uploading flag">
|
|
1419
1419
|
</testcase>
|
|
1420
1420
|
<testcase name="Upload reducer FAIL_FILE_UPLOAD leaves the form state as it is" time="0.0000" classname="leaves the form state as it is">
|
|
1421
1421
|
</testcase>
|
|
1422
1422
|
</testsuite>
|
|
1423
|
-
<testsuite name="QUOTA_EXCEEDED_UPLOAD" timestamp="2022-11-
|
|
1423
|
+
<testsuite name="QUOTA_EXCEEDED_UPLOAD" timestamp="2022-11-15T21:39:55" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/upload.test.js" time="0.0000" failures="0">
|
|
1424
1424
|
<testcase name="Upload reducer QUOTA_EXCEEDED_UPLOAD sets the error state type to QUOTA_EXCEEDED_UPLOAD" time="0.0000" classname="sets the error state type to QUOTA_EXCEEDED_UPLOAD">
|
|
1425
1425
|
</testcase>
|
|
1426
|
-
<testcase name="Upload reducer QUOTA_EXCEEDED_UPLOAD sets the uploading state the false" time="0.
|
|
1426
|
+
<testcase name="Upload reducer QUOTA_EXCEEDED_UPLOAD sets the uploading state the false" time="0.0000" classname="sets the uploading state the false">
|
|
1427
1427
|
</testcase>
|
|
1428
1428
|
</testsuite>
|
|
1429
|
-
<testsuite name="RECEIVE_FOLDER" timestamp="2022-11-
|
|
1429
|
+
<testsuite name="RECEIVE_FOLDER" timestamp="2022-11-15T21:39:55" tests="5" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/upload.test.js" time="0.0010" failures="0">
|
|
1430
1430
|
<testcase name="Upload reducer RECEIVE_FOLDER adds a new property to folders keyed by id from action" time="0.0000" classname="adds a new property to folders keyed by id from action">
|
|
1431
1431
|
</testcase>
|
|
1432
|
-
<testcase name="Upload reducer RECEIVE_FOLDER sets id from action" time="0.
|
|
1432
|
+
<testcase name="Upload reducer RECEIVE_FOLDER sets id from action" time="0.0000" classname="sets id from action">
|
|
1433
1433
|
</testcase>
|
|
1434
1434
|
<testcase name="Upload reducer RECEIVE_FOLDER sets name from action" time="0.0000" classname="sets name from action">
|
|
1435
1435
|
</testcase>
|
|
@@ -1438,53 +1438,53 @@
|
|
|
1438
1438
|
<testcase name="Upload reducer RECEIVE_FOLDER sets the root folder id" time="0.0000" classname="sets the root folder id">
|
|
1439
1439
|
</testcase>
|
|
1440
1440
|
</testsuite>
|
|
1441
|
-
<testsuite name="FAIL_FOLDERS_LOAD" timestamp="2022-11-
|
|
1441
|
+
<testsuite name="FAIL_FOLDERS_LOAD" timestamp="2022-11-15T21:39:55" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/upload.test.js" time="0.0000" failures="0">
|
|
1442
1442
|
<testcase name="Upload reducer FAIL_FOLDERS_LOAD empties the folders data" time="0.0000" classname="empties the folders data">
|
|
1443
1443
|
</testcase>
|
|
1444
1444
|
<testcase name="Upload reducer FAIL_FOLDERS_LOAD sets loadingFolders to false" time="0.0000" classname="sets loadingFolders to false">
|
|
1445
1445
|
</testcase>
|
|
1446
1446
|
</testsuite>
|
|
1447
|
-
<testsuite name="TOGGLE_UPLOAD_FORM" timestamp="2022-11-
|
|
1447
|
+
<testsuite name="TOGGLE_UPLOAD_FORM" timestamp="2022-11-15T21:39:55" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/upload.test.js" time="0.0000" failures="0">
|
|
1448
1448
|
<testcase name="Upload reducer TOGGLE_UPLOAD_FORM reverses current state" time="0.0000" classname="reverses current state">
|
|
1449
1449
|
</testcase>
|
|
1450
1450
|
<testcase name="Upload reducer TOGGLE_UPLOAD_FORM goes back and forth for each invocation" time="0.0000" classname="goes back and forth for each invocation">
|
|
1451
1451
|
</testcase>
|
|
1452
1452
|
</testsuite>
|
|
1453
|
-
<testsuite name="PROCESSED_FOLDER_BATCH" timestamp="2022-11-
|
|
1454
|
-
<testcase name="Upload reducer PROCESSED_FOLDER_BATCH builds a folder tree with sorting" time="0.
|
|
1453
|
+
<testsuite name="PROCESSED_FOLDER_BATCH" timestamp="2022-11-15T21:39:55" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/upload.test.js" time="0.0000" failures="0">
|
|
1454
|
+
<testcase name="Upload reducer PROCESSED_FOLDER_BATCH builds a folder tree with sorting" time="0.0000" classname="builds a folder tree with sorting">
|
|
1455
1455
|
</testcase>
|
|
1456
1456
|
</testsuite>
|
|
1457
|
-
<testsuite name="START_LOADING" timestamp="2022-11-
|
|
1458
|
-
<testcase name="Upload reducer START_LOADING sets loadingFolders to true" time="0.
|
|
1457
|
+
<testsuite name="START_LOADING" timestamp="2022-11-15T21:39:55" tests="2" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/upload.test.js" time="0.0000" failures="0">
|
|
1458
|
+
<testcase name="Upload reducer START_LOADING sets loadingFolders to true" time="0.0000" classname="sets loadingFolders to true">
|
|
1459
1459
|
</testcase>
|
|
1460
|
-
<testcase name="Upload reducer START_LOADING sets uploadingMediaStatus loading true" time="0.
|
|
1460
|
+
<testcase name="Upload reducer START_LOADING sets uploadingMediaStatus loading true" time="0.0000" classname="sets uploadingMediaStatus loading true">
|
|
1461
1461
|
</testcase>
|
|
1462
1462
|
</testsuite>
|
|
1463
|
-
<testsuite name="FAIL_MEDIA_UPLOAD" timestamp="2022-11-
|
|
1463
|
+
<testsuite name="FAIL_MEDIA_UPLOAD" timestamp="2022-11-15T21:39:55" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/upload.test.js" time="0.0000" failures="0">
|
|
1464
1464
|
<testcase name="Upload reducer FAIL_MEDIA_UPLOAD sets uploadingMediaStatus error to true" time="0.0000" classname="sets uploadingMediaStatus error to true">
|
|
1465
1465
|
</testcase>
|
|
1466
1466
|
</testsuite>
|
|
1467
|
-
<testsuite name="MEDIA_UPLOAD_SUCCESS" timestamp="2022-11-
|
|
1468
|
-
<testcase name="Upload reducer MEDIA_UPLOAD_SUCCESS sets uploadingMediaStatus uploaded to true" time="0.
|
|
1467
|
+
<testsuite name="MEDIA_UPLOAD_SUCCESS" timestamp="2022-11-15T21:39:55" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/upload.test.js" time="0.0000" failures="0">
|
|
1468
|
+
<testcase name="Upload reducer MEDIA_UPLOAD_SUCCESS sets uploadingMediaStatus uploaded to true" time="0.0000" classname="sets uploadingMediaStatus uploaded to true">
|
|
1469
1469
|
</testcase>
|
|
1470
1470
|
</testsuite>
|
|
1471
|
-
<testsuite name="STOP_LOADING" timestamp="2022-11-
|
|
1471
|
+
<testsuite name="STOP_LOADING" timestamp="2022-11-15T21:39:55" tests="1" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/reducers/upload.test.js" time="0.0000" failures="0">
|
|
1472
1472
|
<testcase name="Upload reducer STOP_LOADING sets loadingFolders to false" time="0.0000" classname="sets loadingFolders to false">
|
|
1473
1473
|
</testcase>
|
|
1474
1474
|
</testsuite>
|
|
1475
|
-
<testsuite name="Sidebar initialState" timestamp="2022-11-
|
|
1476
|
-
<testcase name="Sidebar initialState accepts provided contextType" time="0.
|
|
1475
|
+
<testsuite name="Sidebar initialState" timestamp="2022-11-15T21:39:55" tests="5" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/store/initialState.test.js" time="0.0000" failures="0">
|
|
1476
|
+
<testcase name="Sidebar initialState accepts provided contextType" time="0.0000" classname="accepts provided contextType">
|
|
1477
1477
|
</testcase>
|
|
1478
1478
|
<testcase name="Sidebar initialState normalizes provided contextType" time="0.0000" classname="normalizes provided contextType">
|
|
1479
1479
|
</testcase>
|
|
1480
|
-
<testcase name="Sidebar initialState accepts provided jwt" time="0.
|
|
1480
|
+
<testcase name="Sidebar initialState accepts provided jwt" time="0.0000" classname="accepts provided jwt">
|
|
1481
1481
|
</testcase>
|
|
1482
1482
|
<testcase name="Sidebar initialState accepts provided source" time="0.0000" classname="accepts provided source">
|
|
1483
1483
|
</testcase>
|
|
1484
1484
|
<testcase name="Sidebar initialState accepts provided collections" time="0.0000" classname="accepts provided collections">
|
|
1485
1485
|
</testcase>
|
|
1486
1486
|
</testsuite>
|
|
1487
|
-
<testsuite name="defaults" timestamp="2022-11-
|
|
1487
|
+
<testsuite name="defaults" timestamp="2022-11-15T21:39:55" tests="7" file="/Users/jon.scheiding/Code/INST/canvas-lms/packages/canvas-rce/test/sidebar/store/initialState.test.js" time="0.0010" failures="0">
|
|
1488
1488
|
<testcase name="Sidebar initialState defaults contextType to undefined" time="0.0000" classname="contextType to undefined">
|
|
1489
1489
|
</testcase>
|
|
1490
1490
|
<testcase name="Sidebar initialState defaults jwt to undefined" time="0.0000" classname="jwt to undefined">
|
|
@@ -1493,11 +1493,11 @@
|
|
|
1493
1493
|
</testcase>
|
|
1494
1494
|
<testcase name="Sidebar initialState defaults initial collections using source" time="0.0000" classname="initial collections using source">
|
|
1495
1495
|
</testcase>
|
|
1496
|
-
<testcase name="Sidebar initialState defaults searchString is empty string" time="0.
|
|
1496
|
+
<testcase name="Sidebar initialState defaults searchString is empty string" time="0.0000" classname="searchString is empty string">
|
|
1497
1497
|
</testcase>
|
|
1498
1498
|
<testcase name="Sidebar initialState defaults sortBy sorts by date desc" time="0.0000" classname="sortBy sorts by date desc">
|
|
1499
1499
|
</testcase>
|
|
1500
|
-
<testcase name="Sidebar initialState defaults all_files is not loadingt" time="0.
|
|
1500
|
+
<testcase name="Sidebar initialState defaults all_files is not loadingt" time="0.0010" classname="all_files is not loadingt">
|
|
1501
1501
|
</testcase>
|
|
1502
1502
|
</testsuite>
|
|
1503
1503
|
</testsuites>
|