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
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
..
acceptance FIX: Tests were using jQuery selectors 2020-11-23 11:36:07 -05:00
fixtures FEATURE: Implement edit functionality for post notices (#11140) 2020-11-11 14:49:53 +02:00
helpers FIX: Tests were using jQuery selectors 2020-11-23 11:36:07 -05:00
integration FIX: Tests were using jQuery selectors 2020-11-23 11:36:07 -05:00
unit DEV: Modulize component tests (#11300) 2020-11-20 15:54:09 +01:00
plugin_tests.js.erb REFACTOR: Move javascript tests inside discourse app 2020-10-02 11:29:36 -04:00
setup-tests.js FIX: Modal methods should be wired up in setupTests not in module 2020-11-18 15:42:49 -05:00
test_helper.js REFACTOR: Continue to converge on what Ember CLI wants us to do 2020-10-16 10:53:13 -04:00