Correct all tsc errors

This commit is contained in:
49lf
2024-12-05 16:37:56 -05:00
parent c2500c39e6
commit 68bcee9298
29 changed files with 1433 additions and 1255 deletions

View File

@ -997,10 +997,10 @@ test.describe('Testing constraints', () => {
)
const linebb = await u.getBoundingBox('[data-overlay-index="1"]')
await page.mouse.move(linebb.x, linebb.y, { step: 25 })
await page.mouse.move(linebb.x, linebb.y, { steps: 25 })
await page.mouse.click(linebb.x, linebb.y)
expect
await expect
.poll(async () => await u.getGreatestPixDiff(lineAfter, TEST_COLORS.BLUE))
.toBeLessThan(3)