##// END OF EJS Templates
User correct check for whether kernel is running in tests
Jessica B. Hamrick -
Show More
@@ -58,7 +58,7 b' casper.page_loaded = function() {'
58 casper.kernel_running = function() {
58 casper.kernel_running = function() {
59 // Return whether or not the kernel is running.
59 // Return whether or not the kernel is running.
60 return this.evaluate(function() {
60 return this.evaluate(function() {
61 return IPython.notebook.kernel.running;
61 return IPython.notebook.kernel.is_connected();
62 });
62 });
63 };
63 };
64
64
General Comments 0
You need to be logged in to leave comments. Login now