I can't for the life of me figure out how to fire a click event on a button in qunit. I'm using grunt-contrib-qunit which I believe uses phantomJS to run the tests. I've tried multiple solutions people have said relating to phantomJS (like this one: PhantomJS; click an element ) but none of them seem to work.
Has anyone been able to get a test to work with grunt-contrib-qunit in the command line after you simulate a click event on an element?