discourse/app/assets/javascripts/wizard
Alan Guo Xiang Tan 072faa08bb DEV: Reenable wizard test after fixing auto start for wizard qunit tests
`run-qunit.js` does not expect QUnit tests to start automatically but
our wizard QUnit setup did not respect the `qunit_disable_auto_start`
URL param. Hence, tests would start running automatically and when a
subsequent `QUnit.start()` function call is made, we ended up getting a
`QUnit.start cannot be called inside a test context.` error.

This error can be consistently reproduced in the `discourse:discourse_test` container but not in
the local development environment. I do not know why and did not feel
like it is important at this point in time to know why.
2022-05-25 15:12:27 +08:00
..
components DEV: Refactor animation for invalid inputs in wizard (#15334) 2021-12-16 17:17:36 -05:00
controllers DEV: Refactor animation for invalid inputs in wizard (#15334) 2021-12-16 17:17:36 -05:00
initializers DEV: apply new coding standards (#10592) 2020-09-04 13:42:47 +02:00
lib DEV: Replace deprecated String.prototype.substr() (#16233) 2022-04-01 17:35:17 +02:00
mixins DEV: apply new coding standards (#10592) 2020-09-04 13:42:47 +02:00
models DEV: Refactor animation for invalid inputs in wizard (#15334) 2021-12-16 17:17:36 -05:00
routes DEV: apply new coding standards (#10592) 2020-09-04 13:42:47 +02:00
templates UX: Add Styling step to wizard (#14132) 2021-08-25 17:10:12 -04:00
test DEV: Reenable wizard test after fixing auto start for wizard qunit tests 2022-05-25 15:12:27 +08:00
router.js DEV: apply new coding standards (#10592) 2020-09-04 13:42:47 +02:00
wizard.js DEV: Disallow Ember global usage (#16147) 2022-03-09 17:54:07 +01:00