mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-12 11:45:38 +08:00
Fixing references to IPython.keycodes.
This commit is contained in:
parent
c76ab1d836
commit
929f5bc8ea
@ -9,7 +9,7 @@ casper.notebook_test(function() {
|
||||
var cell_one = IPython.notebook.get_selected_cell();
|
||||
cell_one.set_text('a = 5');
|
||||
|
||||
IPython.utils.press(IPython.keycodes.b)
|
||||
IPython.utils.press(IPython.keyboard.keycodes.b)
|
||||
var cell_two = IPython.notebook.get_selected_cell();
|
||||
cell_two.set_text('print(a)');
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user