Commit 2f71386c 2f71386cf8434b8ea7024ff1750954e5e07a71b9 by Nicolas Perriault

removed unecessary wait() in frame tests

1 parent e41c92b5
/*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');
......