Remain .payload in debug node property

This commit is contained in:
Kazuhito Yokoi
2020-01-14 16:56:39 +09:00
parent faf46e4447
commit 8801ace247
2 changed files with 2 additions and 5 deletions

View File

@@ -331,7 +331,7 @@ describe('cookbook', function() {
httpRequetNode.clickOk();
debugNode.edit();
debugNode.setOutput("payload.title");
debugNode.setOutput(".title");
debugNode.clickOk();
injectNode.connect(changeNodeSetPost);