From a039d73f85d82a8b3808ffe03212a16ed19a04ac Mon Sep 17 00:00:00 2001 From: Adam Chalmers Date: Sat, 1 Feb 2025 23:14:39 -0600 Subject: [PATCH] Fix fillet test code --- e2e/playwright/point-click.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/playwright/point-click.spec.ts b/e2e/playwright/point-click.spec.ts index 4b3f9babd..dcba7f4ae 100644 --- a/e2e/playwright/point-click.spec.ts +++ b/e2e/playwright/point-click.spec.ts @@ -1100,7 +1100,7 @@ test(`Fillet point-and-click`, async ({ |> line(end = [0, -12]) |> line(endAbsolute = [profileStartX(%), profileStartY(%)]) |> close() -extrude001 = extrude(-12, sketch001) +extrude001 = extrude(sketch001, length = -12) ` const firstFilletDeclaration = 'fillet({ radius = 5, tags = [seg01] }, %)' const secondFilletDeclaration =