Show More
@@ -11,6 +11,8 b' casper.getNotebookServer = function () {' | |||
|
11 | 11 | casper.openNewNotebook = function () { |
|
12 | 12 | var baseUrl = this.getNotebookServer(); |
|
13 | 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 | 18 | // Shut down the current notebook's kernel. |
General Comments 0
You need to be logged in to leave comments.
Login now