test click with QUnit

test click with QUnit

i want to test this js code with Qunit  but i can't find solution for the following error :
 
Object expected
Source: file :/ / / C :/ / / / video.js:..... 5


Which corresponds to line 5 of my code below
 
 
 
1-     function clickCamSel() {
2-                 if (player_state == 3)
3-                    {
 ..                         .........  


4-                    } }
 
5-     $("#t_vid_type_live").click(clickCamSel);