discourse/.github/workflows
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
..
ember_with_plugins.yml DEV: Minor workflow updates (#16583) 2022-04-28 15:51:48 +02:00
licenses.yml DEV: Add Ember CLI workspace license checks (#16603) 2022-05-03 13:06:19 -04:00
linting.yml DEV: Minor workflow updates (#16583) 2022-04-28 15:51:48 +02:00
tests.yml DEV: Reenable wizard test after fixing auto start for wizard qunit tests 2022-05-25 15:12:27 +08:00