Fix sketch test (#5425)

@Irev-Dev's suggestion
This commit is contained in:
Pierre Jacquier
2025-02-19 13:30:53 -05:00
committed by GitHub
parent b6fa4325f0
commit c050e03df1

View File

@ -2029,9 +2029,6 @@ profile003 = circle({ center = [6.92, -4.2], radius = 3.16 }, sketch001)
await moveToClearToolBarPopover()
await pointOnSegment({ shouldDbClick: true })
await page.waitForTimeout(600)
await toolbar.lineBtn.click()
await page.waitForTimeout(100)
})
await test.step('select and delete code for a profile', async () => {})