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
Joffrey JAFFEUX 68a032a734
DEV: prevents test timeout (#12631)
Clock manipulation seems not reliable in component tests. This blog post does a great job of explaining it: https://dockyard.com/blog/2018/04/18/bending-time-in-ember-tests

Sadly, we don't have all the "recent" ember test helpers and can't use things like `getSettledState()`.

For now this pattern seems the most reliable and easy to apply, albeit not great.

Note if you wish to reproduce the current timeout, the following command should do it: `QUNIT_SEED=215263717493121190480103670124734840282 rake qunit:test`
2021-04-07 15:50:06 +02:00
..
assets DEV: prevents test timeout (#12631) 2021-04-07 15:50:06 +02:00
controllers FEATURE: Introduce theme/component QUnit tests (#12517) 2021-04-07 10:39:57 +03:00
helpers FEATURE: Introduce theme/component QUnit tests (#12517) 2021-04-07 10:39:57 +03:00
jobs FIX: Autocorrect values for dropdown imported user fields (#12572) 2021-03-31 19:19:57 +03:00
mailers FIX: Correctly use invite to topic email templates (#12411) 2021-03-16 17:08:54 +02:00
models FIX: Prevent double slashes in Ember templates paths (#12630) 2021-04-07 14:08:29 +03:00
serializers FEATURE: Allow setting avatar flair for automatic groups (#12586) 2021-04-06 11:13:06 -04:00
services FIX: Make HTML scrubber work with deep HTML (#12619) 2021-04-07 17:02:00 +10:00
views FEATURE: Introduce theme/component QUnit tests (#12517) 2021-04-07 10:39:57 +03:00