discourse/plugins/poll/test/javascripts/widgets
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
..
discourse-poll-option-test.js.es6 FIX: Tests were using jQuery selectors 2020-11-23 11:36:07 -05:00
discourse-poll-standard-results-test.js.es6 FIX: Tests were using jQuery selectors 2020-11-23 11:36:07 -05:00
discourse-poll-test.js.es6 REFACTOR: Replace global find with queryAll 2020-10-29 14:45:51 -04:00