Style fix: skip % when creating new line calls

The unlabeled arg is automatically set to % anyway.
This commit is contained in:
Adam Chalmers
2025-01-23 16:45:50 -06:00
committed by Nick Cameron
parent 3cecb99aa1
commit 91df6b9511
2 changed files with 6 additions and 6 deletions

View File

@ -593,7 +593,7 @@ test.describe('Sketch tests', () => {
await expect(page.getByTestId('segment-overlay')).toHaveCount(2)
// drag startProfieAt handle
// drag startProfileAt handle
await page.mouse.move(startPX[0], startPX[1])
await page.mouse.down()
await page.mouse.move(startPX[0] + dragPX, startPX[1] - dragPX, step5)