This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app/assets/javascripts/discourse/tests/integration/components
Roman Rizzi 00bb5f3a9d
FIX: Use the category's text-only description in the category-chooser (#15735)
The category description is derived from a topic's cooked text and contains HTML elements. When we display it inside the category chooser in places like the composer, we don't want these elements to alter the component in any way.

Context: https://meta.discourse.org/t/some-html-tags-not-stripped-from-category-description/215017
2022-02-24 12:14:24 -03:00
..
select-kit FIX: Use the category's text-only description in the category-chooser (#15735) 2022-02-24 12:14:24 -03:00
ace-editor-test.js DEV: Revisit skipped tests (#15769) 2022-02-02 12:09:03 -05:00
activation-controls-test.js DEV: Clean up QUnit tests (#13328) 2021-06-08 17:54:12 +02:00
admin-report-test.js DEV: Replace equal() with strictEqual() (#14827) 2021-11-08 10:26:28 +01:00
avatar-uploader-test.js DEV: Add test for avatar-uploader (#15633) 2022-01-21 19:51:24 +02:00
badge-title-test.js DEV: Replace equal() with strictEqual() (#14827) 2021-11-08 10:26:28 +01:00
bookmark-test.js FIX: show the Next Monday label instead of Monday on Sundays (#15745) 2022-01-31 15:15:20 +04:00
cook-text-test.js DEV: Replace equal() with strictEqual() (#14827) 2021-11-08 10:26:28 +01:00
d-button-test.js DEV: cleanup is-loading state of d-button component (#16012) 2022-02-22 12:40:47 -05:00
d-editor-test.js FIX: Table pasting issues with uppy (#15787) 2022-02-04 08:45:55 +10:00
d-icon-test.js DEV: Remove xlink hrefs (#15059) 2021-11-25 15:22:43 +11:00
date-input-test.js DEV: Replace equal() with strictEqual() (#14827) 2021-11-08 10:26:28 +01:00
date-time-input-range-test.js DEV: Replace equal() with strictEqual() (#14827) 2021-11-08 10:26:28 +01:00
date-time-input-test.js DEV: Replace equal() with strictEqual() (#14827) 2021-11-08 10:26:28 +01:00
emoji-uploader-test.js DEV: Simplify emoji-uploader tests (#15672) 2022-01-21 19:51:04 +02:00
empty-state-test.js DEV: Fix pending posts page, make tests work in legacy env (#15132) 2021-11-30 13:01:39 +01:00
flat-button-test.js UX: flat-btn should also respond to Enter (#15584) 2022-01-14 15:51:31 +01:00
future-date-input-selector-test.js DEV: select-kit third major update with focus on accessibility (#13303) 2021-08-23 10:44:19 +02:00
group-list-setting-test.js DEV: Replace equal() with strictEqual() (#14827) 2021-11-08 10:26:28 +01:00
group-membership-button-test.js DEV: Replace equal() with strictEqual() (#14827) 2021-11-08 10:26:28 +01:00
hidden-details-test.js DEV: Avoid using globals (#14909) 2021-11-13 13:10:13 +01:00
highlighted-code-test.js DEV: Replace equal() with strictEqual() (#14827) 2021-11-08 10:26:28 +01:00
html-safe-helper-test.js DEV: Migrate more tests to our Ember CLI format. (#11899) 2021-02-01 09:01:47 -05:00
iframed-html-test.js DEV: Replace equal() with strictEqual() (#14827) 2021-11-08 10:26:28 +01:00
input-size-test.js DEV: Replace equal() with strictEqual() (#14827) 2021-11-08 10:26:28 +01:00
invite-panel-test.js DEV: Avoid using globals (#14909) 2021-11-13 13:10:13 +01:00
load-more-test.js DEV: Migrate more tests to our Ember CLI format. (#11899) 2021-02-01 09:01:47 -05:00
pending-post-test.js DEV: Fix pending posts page, make tests work in legacy env (#15132) 2021-11-30 13:01:39 +01:00
pick-files-button-tests.js DEV: Avoid using globals (#14909) 2021-11-13 13:10:13 +01:00
relative-time-picker-test.js DEV: Replace equal() with strictEqual() (#14827) 2021-11-08 10:26:28 +01:00
secret-value-list-test.js DEV: Replace equal() with strictEqual() (#14827) 2021-11-08 10:26:28 +01:00
simple-list-test.js DEV: Replace equal() with strictEqual() (#14827) 2021-11-08 10:26:28 +01:00
site-header-test.js DEV: Avoid using globals (#14909) 2021-11-13 13:10:13 +01:00
slow-mode-info-test.js DEV: Replace equal() with strictEqual() (#14827) 2021-11-08 10:26:28 +01:00
text-field-test.js DEV: Replace equal() with strictEqual() (#14827) 2021-11-08 10:26:28 +01:00
themes-list-item-test.js DEV: Replace equal() with strictEqual() (#14827) 2021-11-08 10:26:28 +01:00
themes-list-test.js DEV: Replace equal() with strictEqual() (#14827) 2021-11-08 10:26:28 +01:00
time-input-test.js DEV: Replace equal() with strictEqual() (#14827) 2021-11-08 10:26:28 +01:00
time-shortcut-picker-test.js FEATURE: show the this weekend option on the bookmark modal (#15755) 2022-02-01 16:10:09 +04:00
topic-list-item-test.js FEATURE: Add newly loaded topics to bulk-select automatically if Select All is on (#12026) 2021-03-05 17:16:03 +03:00
topic-list-test.js DEV: Replace equal() with strictEqual() (#14827) 2021-11-08 10:26:28 +01:00
uppy-image-uploader-test.js DEV: Replace equal() with strictEqual() (#14827) 2021-11-08 10:26:28 +01:00
user-avatar-flair-test.js DEV: Replace equal() with strictEqual() (#14827) 2021-11-08 10:26:28 +01:00
user-selector-test.js DEV: Replace equal() with strictEqual() (#14827) 2021-11-08 10:26:28 +01:00
value-list-test.js DEV: Revisit skipped tests (#15769) 2022-02-02 12:09:03 -05:00