Commit 9d9c6652 9d9c66522bd05cf2969697e38595d26d008820e3 by Nicolas Perriault

fixed segfault occuring when a test forgets to switch back to main frame

1 parent 00ae83c8
...@@ -17,5 +17,6 @@ casper.start('tests/site/frames.html', function() { ...@@ -17,5 +17,6 @@ casper.start('tests/site/frames.html', function() {
17 }); 17 });
18 18
19 casper.run(function() { 19 casper.run(function() {
20 this.page.switchToMainFrame();
20 this.test.done(); 21 this.test.done();
21 }); 22 });
......