mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: Fix pending posts page, make tests work in legacy env (#15132)
* Running the tests only in the ember cli env hid the fact that the pending posts feature wasn't working in the legacy environment * Tests were using ember-cli-only APIs while there are widely used testing APIs in Discourse that support both ember envs * `ember-test-selectors` was in both dependencies and devDependencies in discourse/package.json * `qunit-dom` in package.json was not only unused but also defunct, as it wasn't pulled into the legacy env app A followup to #14501, and #15128.
This commit is contained in:
@@ -55,7 +55,6 @@
|
||||
"pretender": "^3.4.7",
|
||||
"puppeteer": "1.20",
|
||||
"qunit": "2.8.0",
|
||||
"qunit-dom": "^2.0.0",
|
||||
"route-recognizer": "^0.3.3",
|
||||
"sinon": "^9.0.2",
|
||||
"squoosh": "discourse/squoosh#dc9649d"
|
||||
|
||||
Reference in New Issue
Block a user