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
Natalie Tay dd3ed27930
DEV: Allow utility class domFromString to take in strings with multiple top level elements (#15548)
Previously only `<div>one top element</div>` was allowed because we use `firstChild` instead of `children`.
We also want `<div>one</div><div>two</div>` to work with this method.
2022-01-12 19:49:24 +08:00
..
acceptance FIX: Handling of /p/### URLs within Ember (#15536) 2022-01-11 13:10:46 +00:00
fixtures FEATURE: Scheduled problem checks for admin dashboard (#15327) 2021-12-20 09:59:11 +10:00
helpers FIX: uses new format for search tag endpoint to prevent issues (#15328) 2021-12-16 11:57:47 +01:00
integration FEATURE: Allow topic pin toggle when header is docked (#15438) 2022-01-03 15:21:06 +03:00
unit DEV: Allow utility class domFromString to take in strings with multiple top level elements (#15548) 2022-01-12 19:49:24 +08:00
core_plugins_tests.js Revert "DEV: Support for running theme test with Ember CLI" (#15547) 2022-01-11 23:38:59 +00:00
index.html Revert "DEV: Support for running theme test with Ember CLI" (#15547) 2022-01-11 23:38:59 +00:00
plugin_tests.js.erb Revert "DEV: Support for running theme test with Ember CLI" (#15547) 2022-01-11 23:38:59 +00:00
setup-tests.js DEV: Improve and document __container__ workaround in tests (#15498) 2022-01-10 10:34:08 +00:00
test_helper.js Revert "DEV: Support for running theme test with Ember CLI" (#15547) 2022-01-11 23:38:59 +00:00
test_starter.js DEV: Bump eslint-config-discourse (#14868) 2021-11-10 09:31:41 +10:00
test-helper.js Revert "DEV: Support for running theme test with Ember CLI" (#15547) 2022-01-11 23:38:59 +00:00
theme_qunit_ember_jquery.js FIX: Theme tests should work in production (#13333) 2021-06-08 22:03:59 +03:00
theme_qunit_helper.js Revert "DEV: Support for running theme test with Ember CLI" (#15547) 2022-01-11 23:38:59 +00:00
theme_qunit_tests_vendor.js Revert "DEV: Support for running theme test with Ember CLI" (#15547) 2022-01-11 23:38:59 +00:00
theme_qunit_vendor.js Revert "DEV: Support for running theme test with Ember CLI" (#15547) 2022-01-11 23:38:59 +00:00