Rebased and refixed

This commit is contained in:
49lf
2024-12-12 10:43:09 -05:00
parent 764a0e8f88
commit 76d7aeada2
11 changed files with 144 additions and 131 deletions

View File

@ -388,7 +388,7 @@ test.describe('Sketch tests', () => {
const dragPX = 40
await page
.getByText('circle({ center: [4.61, -5.01], radius: 8 }, %)')
.getByText('circle({ center = [4.61, -5.01], radius = 8 }, %)')
.click()
await expect(
page.getByRole('button', { name: 'Edit Sketch' })