removed unecessary wait() in frame tests
Showing
1 changed file
with
1 additions
and
1 deletions
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'); | ... | ... |
-
Please register or sign in to post a comment