discourse/app/assets/javascripts/wizard/test
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
..
acceptance DEV: Avoid using globals (#14909) 2021-11-13 13:10:13 +01:00
components DEV: Avoid using globals (#14909) 2021-11-13 13:10:13 +01:00
helpers DEV: Bump eslint-config-discourse (#16109) 2022-03-06 18:15:15 +01:00
models DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
test_helper.js DEV: Reenable wizard test after fixing auto start for wizard qunit tests 2022-05-25 15:12:27 +08:00
wizard-pretender.js REFACTOR: Support importing of `Pretender` 2020-10-05 14:33:55 -04:00