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/helpers
Robin Ward 3394d994e9 FIX: Tests were using jQuery selectors
For the most part `querySelectorAll` will work with jQuery selectors,
but the big exception is `:eq(0)` and similar. Those needed to be
replaced.
2020-11-23 11:36:07 -05:00
..
component-test.js DEV: Modulize component tests (#11300) 2020-11-20 15:54:09 +01:00
create-pretender.js Use response helper 2020-10-26 12:14:36 -04:00
create-store.js REFACTOR: Move javascript tests inside discourse app 2020-10-02 11:29:36 -04:00
d-editor-helper.js REFACTOR: Move javascript tests inside discourse app 2020-10-02 11:29:36 -04:00
fixture-pretender.js REFACTOR: Move javascript tests inside discourse app 2020-10-02 11:29:36 -04:00
html-helper.js REFACTOR: Move javascript tests inside discourse app 2020-10-02 11:29:36 -04:00
qunit-helpers.js DEV: Modulize component tests (#11300) 2020-11-20 15:54:09 +01:00
review-pretender.js REFACTOR: Move javascript tests inside discourse app 2020-10-02 11:29:36 -04:00
select-kit-helper.js FIX: Tests were using jQuery selectors 2020-11-23 11:36:07 -05:00
site-settings.js DEV: Remove gifsicle dependency (#10357) 2020-10-16 13:41:27 +03:00
site.js REFACTOR: Move javascript tests inside discourse app 2020-10-02 11:29:36 -04:00
store-pretender.js REFACTOR: Move javascript tests inside discourse app 2020-10-02 11:29:36 -04:00
textarea-selection-helper.js REFACTOR: Move javascript tests inside discourse app 2020-10-02 11:29:36 -04:00
widget-test.js REFACTOR: Move test setup to a module 2020-10-08 15:11:51 -04:00