diff --git a/test/editor/specs/scenario/cookbook_dataformats_uispec.js b/test/editor/specs/scenario/cookbook_dataformats_uispec.js index 23bb4fb1b..052481e91 100644 --- a/test/editor/specs/scenario/cookbook_dataformats_uispec.js +++ b/test/editor/specs/scenario/cookbook_dataformats_uispec.js @@ -199,7 +199,7 @@ describe('cookbook', function () { debugTab.getMessage().should.eql([ '1', 'array[3]' ]); debugTab.clearMessage(); injectNode2.clickLeftButton(); - debugTab.getMessage().should.eql('"a: 1↵b:↵ - 1↵ - 2↵ - 3↵"'); + debugTab.getMessage().should.eql('"a: 1↵b:↵ - 1↵ - 2↵ - 3↵"'); }); it('generate CSV output', function () {