Update UI test for mac os

This commit is contained in:
Yuma Matsuura
2018-12-18 09:29:46 +09:00
parent 46a8d96997
commit 715cc77e76
5 changed files with 64 additions and 8 deletions

View File

@@ -513,7 +513,7 @@ describe('cookbook', function() {
var changeNode = workspace.addNode("change", 400);
var httpinNodeClear = workspace.addNode("httpin", 0, 200);
var functionNodeClear = workspace.addNode("function", 240);
var functionNodeClear = workspace.addNode("function", 250);
httpinNodeFormat.edit();
httpinNodeFormat.setMethod("get");