make casperjs test suite pass again

pull/37/head
Paul Ivanov 13 years ago
parent 928e846ea8
commit 6d7758271e

@ -11,6 +11,8 @@ casper.getNotebookServer = function () {
casper.openNewNotebook = function () {
var baseUrl = this.getNotebookServer();
this.start(baseUrl + '/new');
// initially, the cells aren't created, so wait for them to appear
this.waitForSelector('.CodeMirror-code');
};
// Shut down the current notebook's kernel.

Loading…
Cancel
Save