mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Support to input JSON path in debug node property
This commit is contained in:
@@ -190,7 +190,7 @@ describe('cookbook', function () {
|
||||
httpRequestNode.clickOk();
|
||||
|
||||
debugNode.edit();
|
||||
debugNode.setOutput('.title');
|
||||
debugNode.setOutput('payload.title');
|
||||
debugNode.clickOk();
|
||||
|
||||
injectNode.connect(changeNodeSetPost);
|
||||
|
Reference in New Issue
Block a user