Skip to content

Commit

Permalink
Update packages/dmn-editor/tests/e2e/drgRequirements/deleteAuthorityR…
Browse files Browse the repository at this point in the history
…equirementWaypoint.spec.ts

Co-authored-by: Luiz João Motta <[email protected]>
  • Loading branch information
jomarko and ljmotta authored Mar 12, 2024
1 parent d9574a2 commit a9fb136
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ test.describe("Delete edge waypoint - Authority Requirement", () => {
).not.toBeAttached();
});

test("should delete the single Association edge waypoint to make it straight", async ({ diagram, edges }) => {
test("should delete the single Authority Requirement edge waypoint to make it straight", async ({ diagram, edges }) => {
await edges.addWaypoint({ from: DefaultNodeName.INPUT_DATA, to: DefaultNodeName.KNOWLEDGE_SOURCE });
await edges.moveWaypoint({
from: DefaultNodeName.INPUT_DATA,
Expand Down

0 comments on commit a9fb136

Please sign in to comment.