##// END OF EJS Templates
minor js test fix
Paul Ivanov -
Show More
@@ -44,6 +44,8 b' function check_output_area(output_type, keys) {'
44 var cell = IPython.notebook.get_cell(1).output_area.fromJSON(json);
44 var cell = IPython.notebook.get_cell(1).output_area.fromJSON(json);
45 return json;
45 return json;
46 });
46 });
47 // The evaluate call above happens asyncrhonously: wait for cell[1] to have output
48 this.wait_for_output(1);
47 var result = this.get_output_cell(0);
49 var result = this.get_output_cell(0);
48 var result2 = this.get_output_cell(1);
50 var result2 = this.get_output_cell(1);
49 this.test.assertEquals(result.output_type, output_type,
51 this.test.assertEquals(result.output_type, output_type,
General Comments 0
You need to be logged in to leave comments. Login now