##// END OF EJS Templates
Fixed typo in dd test
Jonathan Frederic -
Show More
@@ -142,7 +142,7 b' casper.notebook_test(function () {'
142 this.then(function () {
142 this.then(function () {
143 this.trigger_keydown('d');
143 this.trigger_keydown('d');
144
144
145 this.test.assertEquals(this.get_cells().length, 6, "d, 1 second wait, d doesn't delete a cell");
145 this.test.assertEquals(this.get_cells().length, 7, "d, 1 second wait, d doesn't delete a cell");
146 this.validate_state('d, 1 second wait, d', 'command', 6);
146 this.validate_state('d, 1 second wait, d', 'command', 6);
147
147
148 });
148 });
General Comments 0
You need to be logged in to leave comments. Login now