jomarko commented on code in PR #2189:
URL: 
https://github.com/apache/incubator-kie-tools/pull/2189#discussion_r1511274807


##########
packages/dmn-editor/tests/e2e/drdArtifacts/addAssociation.spec.ts:
##########
@@ -54,7 +54,7 @@ test.describe("Add edge - Association", () => {
       expect(await edges.getType({ from: DefaultNodeName.BKM, to: 
DefaultNodeName.TEXT_ANNOTATION })).toEqual(
         EdgeType.ASSOCIATION
       );
-      await expect(diagram.get()).toHaveScreenshot();
+      await 
expect(diagram.get()).toHaveScreenshot("add-association-edge-bkm-to-text-annotation.png");

Review Comment:
   with similar change, shouldn't we also delete some previous version of 
screenshots?



-- 
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