Show More
@@ -66,7 +66,7 casper.notebook_test(function () { | |||
|
66 | 66 | IPython.notebook.select(0); |
|
67 | 67 | cell.clear_output(); |
|
68 | 68 | cell.set_text('a=13; print(a)'); |
|
69 |
$("button[data-jupyter-action='ipython. |
|
|
69 | $("button[data-jupyter-action='ipython.run-select-next']")[0].click() | |
|
70 | 70 | }); |
|
71 | 71 | |
|
72 | 72 | this.wait_for_output(0); |
@@ -29,7 +29,7 casper.notebook_test(function () { | |||
|
29 | 29 | $('#cell_type').val('markdown').change(); |
|
30 | 30 | var cell = IPython.notebook.get_selected_cell(); |
|
31 | 31 | cell.set_text('*Baz*'); |
|
32 |
$("button[data-jupyter-action='ipython. |
|
|
32 | $("button[data-jupyter-action='ipython.run-select-next']")[0].click(); | |
|
33 | 33 | return cell.get_rendered(); |
|
34 | 34 | }); |
|
35 | 35 | this.test.assertEquals(output.trim(), '<p><em>Baz</em></p>', 'Markdown toolbar items work.'); |
General Comments 0
You need to be logged in to leave comments.
Login now