##// END OF EJS Templates
don't try to delete notebooks...
Paul Ivanov -
Show More
@@ -38,7 +38,10 b' casper.notebookTest = function(test) {'
38 38 this.openNewNotebook();
39 39 this.then(test);
40 40 this.shutdownCurrentKernel();
41 this.deleteCurrentNotebook();
41 //XXX: the implementation of deleteCurrentNotebook is currently broken
42 // it's not a big deal, since the notebook directory will be deleted on
43 // cleanup, but we should add tests for deleting the notebook separately
44 //this.deleteCurrentNotebook();
42 45
43 46 // Run the browser automation.
44 47 this.run(function() {
General Comments 0
You need to be logged in to leave comments. Login now