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
lib DEV: drops jquery usage from ajax wizards lib (#14694) 2021-10-25 10:24:53 +02:00
mixins
models DEV: Refactor animation for invalid inputs in wizard (#15334) 2021-12-16 17:17:36 -05:00
routes
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
wizard.js