diff --git a/IPython/html/tests/casperjs/test_cases/shutdown_notebook.js b/IPython/html/tests/casperjs/test_cases/shutdown_notebook.js index 6536756..248a56e 100644 --- a/IPython/html/tests/casperjs/test_cases/shutdown_notebook.js +++ b/IPython/html/tests/casperjs/test_cases/shutdown_notebook.js @@ -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 });