##// END OF EJS Templates
make casperjs test suite pass again
Paul Ivanov -
Show More
@@ -11,6 +11,8 casper.getNotebookServer = function () {
11 casper.openNewNotebook = function () {
11 casper.openNewNotebook = function () {
12 var baseUrl = this.getNotebookServer();
12 var baseUrl = this.getNotebookServer();
13 this.start(baseUrl + '/new');
13 this.start(baseUrl + '/new');
14 // initially, the cells aren't created, so wait for them to appear
15 this.waitForSelector('.CodeMirror-code');
14 };
16 };
15
17
16 // Shut down the current notebook's kernel.
18 // Shut down the current notebook's kernel.
General Comments 0
You need to be logged in to leave comments. Login now