Show More
@@ -3,10 +3,11 | |||
|
3 | 3 | // |
|
4 | 4 | casper.notebook_test(function () { |
|
5 | 5 | var result = this.evaluate(function() { |
|
6 | IPython.notebook.command_mode(); | |
|
6 | 7 | pos0 = IPython.notebook.get_selected_index(); |
|
7 | IPython.notebook.insert_cell_below('code'); | |
|
8 | IPython.utils.press(IPython.keycodes.b) | |
|
8 | 9 | pos1 = IPython.notebook.get_selected_index(); |
|
9 | IPython.notebook.insert_cell_below('code'); | |
|
10 | IPython.utils.press(IPython.keycodes.b) | |
|
10 | 11 | pos2 = IPython.notebook.get_selected_index(); |
|
11 | 12 | // Simulate the "up arrow" and "down arrow" keys. |
|
12 | 13 | IPython.utils.press_up(); |
General Comments 0
You need to be logged in to leave comments.
Login now