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