From 6464dc17836391379b06392a9d2b4eeca30f46ca Mon Sep 17 00:00:00 2001 From: Safia Abdalla Date: Wed, 26 Aug 2015 08:46:34 -0700 Subject: [PATCH] Fixed typo on merge_above test case --- notebook/tests/notebook/dualmode_merge.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebook/tests/notebook/dualmode_merge.js b/notebook/tests/notebook/dualmode_merge.js index 0d0dfd496..fd12826b3 100644 --- a/notebook/tests/notebook/dualmode_merge.js +++ b/notebook/tests/notebook/dualmode_merge.js @@ -79,7 +79,7 @@ casper.notebook_test(function () { this.test.assertEquals(this.get_cell_text(0), a, 'Merge cell 0 above: Cell 0 is unchanged'); this.test.assertEquals(this.get_cell_text(1), b, 'Merge cell 0 above: Cell 1 is unchanged'); this.test.assertEquals(this.get_cell_text(2), c, 'Merge cell 0 above: Cell 2 is unchanged'); - this.validate_notebook_state('merge up', command, 0); + this.validate_notebook_state('merge up', 'command', 0); }); // Try to merge cell 0 below with cell 1