discourse/test/javascripts/helpers
Robin Ward 3640c00b03
Remove `Discourse` constant usage (#10470)
* REFACTOR: Get us closer to no `Discourse` constants in tests

* REFACTOR: Remove `Discourse.currentUser`

* REFACTOR: `prioritizeNameInUx` is really a helper and can use context

* REFACTOR: Rename test

* REFACTOR: Remove `Discourse.MarkdownItURL` and use session

* REFACTOR: Remove unused `LetterAvatarVersion`

* REFACTOR: Remove unused `Discourse.ThemeSettings`

* REFACTOR: Remove unused CDN constants

* REFACTOR: The `globalNotice` property doesn't exist anymore

* REFACTOR: Remove `Discourse.__container__` from plugin api

* REFACTOR: Consider `logout()` a helper and remove container.
2020-08-19 08:51:48 -04:00
..
assertions.js FIX: Flaky tests. Due to CSS transitions opacity might not be 0 yet. 2020-05-05 13:45:14 -04:00
component-test.js REFACTOR: Remove `Discourse.HighlightJSPath` from globals 2020-08-17 15:45:44 -04:00
create-pretender.js FIX: Pretender errors were being swallowed 2020-08-05 15:48:57 -04:00
create-store.js REFACTOR: Remove less effective method of injecting `siteSettings` 2020-07-15 11:48:55 -04:00
d-editor-helper.js Retry: Rename all test files from JS -> ES6 2020-03-26 12:25:46 -04:00
fixture-pretender.js Retry: Rename all test files from JS -> ES6 2020-03-26 12:25:46 -04:00
html-helper.js Retry: Rename all test files from JS -> ES6 2020-03-26 12:25:46 -04:00
qunit-helpers.js Remove `Discourse` constant usage (#10470) 2020-08-19 08:51:48 -04:00
review-pretender.js Retry: Rename all test files from JS -> ES6 2020-03-26 12:25:46 -04:00
select-kit-helper.js FIX: allows to define label/title properties for display instead of name 2020-05-28 08:30:31 +02:00
site-settings.js FIX - limit number of embedded media items in a post (#10391) 2020-08-07 12:08:59 -04:00
site.js DEV: Use consistent interpolation key format in translations 2020-06-02 19:05:10 +02:00
store-pretender.js FIX: allows adapters to define a custom primaryKey (#9254) 2020-03-30 15:23:59 +02:00
textarea-selection-helper.js Retry: Rename all test files from JS -> ES6 2020-03-26 12:25:46 -04:00
widget-test.js DEV: Allows moduleForWidget to use before/afterEach options (#9296) 2020-03-30 18:12:32 +02:00