diff --git a/IPython/html/tests/notebook/dualmode.js b/IPython/html/tests/notebook/dualmode.js index 2e81e57..8dc9268 100644 --- a/IPython/html/tests/notebook/dualmode.js +++ b/IPython/html/tests/notebook/dualmode.js @@ -142,7 +142,7 @@ casper.notebook_test(function () { this.then(function () { this.trigger_keydown('d'); - this.test.assertEquals(this.get_cells().length, 6, "d, 1 second wait, d doesn't delete a cell"); + this.test.assertEquals(this.get_cells().length, 7, "d, 1 second wait, d doesn't delete a cell"); this.validate_state('d, 1 second wait, d', 'command', 6); });