1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Merge pull request #2544 from kazuhitoyokoi/master-fixuitest

Fix test cases for UI testing
This commit is contained in:
Nick O'Leary 2020-05-04 12:41:30 +01:00 committed by GitHub
commit 989cb05257
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -199,7 +199,7 @@ describe('cookbook', function () {
debugTab.getMessage().should.eql([ '1', 'array[3]' ]); debugTab.getMessage().should.eql([ '1', 'array[3]' ]);
debugTab.clearMessage(); debugTab.clearMessage();
injectNode2.clickLeftButton(); 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 () { it('generate CSV output', function () {