Start fixing playwright tests

This commit is contained in:
Adam Chalmers
2025-01-17 09:44:02 -06:00
committed by Nick Cameron
parent ee6014d0cf
commit ce8aeab508
21 changed files with 496 additions and 456 deletions

View File

@ -188,7 +188,7 @@ test.describe('Test network and connection issues', () => {
.toBe(`sketch001 = startSketchOn('XZ')
|> startProfileAt([12.34, -12.34], %)
|> xLine(12.34, %)
|> line([-12.34, 12.34], %)
|> line(end = [-12.34, 12.34])
`)
await page.waitForTimeout(100)
@ -198,7 +198,7 @@ test.describe('Test network and connection issues', () => {
.toBe(`sketch001 = startSketchOn('XZ')
|> startProfileAt([12.34, -12.34], %)
|> xLine(12.34, %)
|> line([-12.34, 12.34], %)
|> line(end = [-12.34, 12.34])
|> xLine(-12.34, %)
`)