Skip to content

Commit

Permalink
Merge pull request #2544 from kazuhitoyokoi/master-fixuitest
Browse files Browse the repository at this point in the history
Fix test cases for UI testing
  • Loading branch information
knolleary committed May 4, 2020
2 parents feb5d13 + f024e0b commit 989cb05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/editor/specs/scenario/cookbook_dataformats_uispec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 () {
Expand Down

0 comments on commit 989cb05

Please sign in to comment.