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() {
});
casper.run(function() {
this.page.switchToMainFrame();
this.test.done();
});
......