Quantcast
Channel: JavaScriptMVC Forum
Viewing all articles
Browse latest Browse all 3491

functional testing with funcunit

$
0
0
Hey guys I am new to funcunit.
I have a test like
 S("#callinize_incoming_outgoing").visible();   
  var name = S("#callinize_incoming_outgoing").text();
  equal(name, "OUTGOING CALL", "The title from the page is: " + name );
  
how do you get it to really wait for it to be visible, and do i nee to use callbacks.
thanks         


Viewing all articles
Browse latest Browse all 3491

Trending Articles