fix: allow JS test to run after shutdown test

shutdown notebook test closes casper browser, here we re-instatiate it
after the test
pull/37/head
Paul Ivanov 13 years ago
parent 57fa14a2fa
commit e608c6d07a

@ -26,6 +26,8 @@ casper.notebook_test(function () {
'after shutdown: IPython.notebook.kernel.running is false ');
});
this.thenOpen(this.get_notebook_server());
//}); // end of test.begin
});

Loading…
Cancel
Save