Fix some uses of close and lineTo

Signed-off-by: Nick Cameron <nrc@ncameron.org>
This commit is contained in:
Nick Cameron
2025-01-22 11:48:27 +13:00
parent 8bac097743
commit 38e59df85c
10 changed files with 78 additions and 521 deletions

View File

@ -199,7 +199,7 @@ test.describe('Testing segment overlays', () => {
})
}
test.setTimeout(120000)
test('for segments [line, angledLine, lineTo, xLineTo]', async ({
test('for segments [line, angledLine, xLineTo]', async ({
page,
editor,
homePage,
@ -1111,7 +1111,7 @@ test.describe('Testing segment overlays', () => {
)
await page.mouse.move(hoverPos.x, hoverPos.y)
const codeToBeDeleted = 'lineTo(endAbsolute = [33, 11.5 + 0])'
const codeToBeDeleted = 'line(endAbsolute = [33, 11.5 + 0])'
await editor.expectEditor.toContain(codeToBeDeleted, {
shouldNormalise: true,
})