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 a9fb136 commit 93c86f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ test.describe("Delete edge waypoint - Authority Requirement", () => {
});
});

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

await edges.deleteWaypoint({
Expand Down

0 comments on commit 93c86f2

Please sign in to comment.