From bfa67c7c411b369b2be9cb78874566b35a08fee2 2014-03-20 23:11:02 From: Jonathan Frederic Date: 2014-03-20 23:11:02 Subject: [PATCH] Note to self --- diff --git a/IPython/html/tests/notebook/dualmode_arrows.js b/IPython/html/tests/notebook/dualmode_arrows.js index 4b839ac..5c00836 100644 --- a/IPython/html/tests/notebook/dualmode_arrows.js +++ b/IPython/html/tests/notebook/dualmode_arrows.js @@ -37,12 +37,14 @@ casper.notebook_test(function () { this.validate_notebook_state('click cell 3', 'edit', 3); this.trigger_keydown('down'); this.validate_notebook_state('down at end of notebook', 'edit', 3); + // cursor this.trigger_keydown('up'); this.validate_notebook_state('up', 'edit', 2); this.click_cell_editor(0); this.validate_notebook_state('click 0', 'edit', 0); this.trigger_keydown('up'); this.validate_notebook_state('up at top of notebook', 'edit', 0); + // cursor this.trigger_keydown('down'); this.validate_notebook_state('down', 'edit', 1); });