discourse/app/assets/javascripts/wizard/test
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 REFACTOR: Add support for currentRouteName in test helpers 2020-11-13 09:31:09 -05:00
components FIX: Tests were using jQuery selectors 2020-11-23 11:36:07 -05:00
helpers REFACTOR: Import QUnit and related helpers rather than globals 2020-10-07 11:50:49 -04:00
models DEV: De-arrowify tests (#11068) 2020-10-30 17:37:32 +01:00
test_helper.js REFACTOR: Test assertions should be imported. 2020-10-28 11:39:06 -04:00
wizard-pretender.js REFACTOR: Support importing of Pretender 2020-10-05 14:33:55 -04:00