From e608c6d07a7d64a1e462c5992101771ef5a67a8f Mon Sep 17 00:00:00 2001 From: Paul Ivanov Date: Mon, 28 Oct 2013 13:45:09 -0700 Subject: [PATCH] fix: allow JS test to run after shutdown test shutdown notebook test closes casper browser, here we re-instatiate it after the test --- IPython/html/tests/casperjs/test_cases/shutdown_notebook.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/IPython/html/tests/casperjs/test_cases/shutdown_notebook.js b/IPython/html/tests/casperjs/test_cases/shutdown_notebook.js index 65367560c..248a56e89 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 });