discourse/app/assets/javascripts/wizard
Alan Guo Xiang Tan 576354072e
DEV: Fix auto start for wizard qunit tests (#16988)
`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-06-03 12:44:42 +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: drops jquery usage from ajax wizards lib (#14694) 2021-10-25 10:24:53 +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: Fix auto start for wizard qunit tests (#16988) 2022-06-03 12:44:42 +08:00
router.js DEV: apply new coding standards (#10592) 2020-09-04 13:42:47 +02:00
wizard.js DEV: apply new coding standards (#10592) 2020-09-04 13:42:47 +02:00