##// END OF EJS Templates
use wait_for_output util function
Paul Ivanov -
Show More
@@ -10,12 +10,7 b' casper.notebook_test(function () {'
10
10
11 this.thenClick('li#int_kernel');
11 this.thenClick('li#int_kernel');
12
12
13 this.waitFor(function () {
13 this.wait_for_output(0);
14 return this.evaluate(function get_output() {
15 var cell = IPython.notebook.get_cell(0);
16 return cell.output_area.outputs.length != 0;
17 })
18 });
19
14
20 this.then(function () {
15 this.then(function () {
21 var result = this.evaluate(function () {
16 var result = this.evaluate(function () {
General Comments 0
You need to be logged in to leave comments. Login now