Many tests will not work reliably. Some tests will always fail if you reload the page. Some tests will fail every second reload, and pass every second reload. All tests will however run if run in isolation. Trying to debug the issue (in any case including alerts or having a debugger) will make the tests pass.
I suspect timing issues, but adding delays seem to make no difference.
I suspect a JS/jQuery/qUnit guru is needed to look at this.
Many tests will not work reliably. Some tests will always fail if you reload the page. Some tests will fail every second reload, and pass every second reload. All tests will however run if run in isolation. Trying to debug the issue (in any case including alerts or having a debugger) will make the tests pass.
I suspect timing issues, but adding delays seem to make no difference.
I suspect a JS/jQuery/qUnit guru is needed to look at this.