##// END OF EJS Templates
fix insert_cell_at_index call in tests
Juergen Hasch -
Show More
@@ -16,7 +16,7 b' b64_image_data = {'
16 casper.notebook_test(function () {
16 casper.notebook_test(function () {
17 this.test_img_shape = function(fmt, retina) {
17 this.test_img_shape = function(fmt, retina) {
18 this.thenEvaluate(function (b64data, retina) {
18 this.thenEvaluate(function (b64data, retina) {
19 IPython.notebook.insert_cell_at_index(0, "code");
19 IPython.notebook.insert_cell_at_index("code", 0);
20 var cell = IPython.notebook.get_cell(0);
20 var cell = IPython.notebook.get_cell(0);
21 cell.set_text([
21 cell.set_text([
22 "import base64",
22 "import base64",
General Comments 0
You need to be logged in to leave comments. Login now