ramkumar-hub commented on code in PR #3129:
URL: 
https://github.com/apache/incubator-kie-tools/pull/3129#discussion_r2095688889


##########
packages/dmn-editor/tests-e2e/drgElements/addDecision.spec.ts:
##########
@@ -33,10 +33,11 @@ test.describe("Add node - Decision", () => {
         await palette.dragNewNode({ type: NodeType.DECISION, targetPosition: { 
x: 100, y: 100 } });
 
         await expect(nodes.get({ name: DefaultNodeName.DECISION 
})).toBeAttached();
-        await 
expect(diagram.get()).toHaveScreenshot("add-decision-node-from-palette.png");
+        // await 
expect(diagram.get()).toHaveScreenshot("add-decision-node-from-palette.png");
 
         // JSON model assertions
         const decision = await jsonModel.drgElements.getDecision({ 
drgElementIndex: 0, drdIndex: 0 });
+        console.log(decision);

Review Comment:
   removed



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to