Commit b25bf1f1 b25bf1f19ed76c92a6579e0937099abb48c486eb by Nicolas Perriault

removed unecessary wait() in frame tests

1 parent 53f42d9d
/*global casper __utils__*/
/*jshint strict:false*/
casper.start('tests/site/frames.html').wait(1000);
casper.start('tests/site/frames.html');
casper.withFrame('frame1', function() {
this.test.assertTitle('CasperJS frame 1');
......