Skip to content

Commit

Permalink
Update sweep test KCL
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchalmers committed Jan 24, 2025
1 parent e44b33d commit 0d5ec64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/playwright/point-click.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1030,7 +1030,7 @@ test(`Sweep point-and-click failing validation`, async ({
sketch002 = startSketchOn('XZ')
|> startProfileAt([0, 0], %)
|> xLine(-500, %)
|> lineTo([-2000, 500], %)
|> line(endAbsolute = [-2000, 500])
`
await context.addInitScript((initialCode) => {
localStorage.setItem('persistCode', initialCode)
Expand Down

0 comments on commit 0d5ec64

Please sign in to comment.