Revert "e2e test"

This reverts commit a5d3e71100.
pull/9269/head
Konstantinos Kaloutas 2023-04-27 17:34:06 +03:00 committed by Gabriel Horner
parent a599e64fd8
commit 14bf84dc30
1 changed files with 0 additions and 1 deletions

View File

@ -84,7 +84,6 @@ test('draw a rectangle', async ({ page }) => {
const bounds = (await canvas.boundingBox())!
await page.keyboard.press('r')
await page.waitForTimeout(100)
await page.mouse.move(bounds.x + 5, bounds.y + 5)
await page.mouse.down()