Commit 2f71386c 2f71386cf8434b8ea7024ff1750954e5e07a71b9 by Nicolas Perriault

removed unecessary wait() in frame tests

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