chore: remove e2e test screenshots (too flaky)

This commit is contained in:
2026-05-05 21:27:23 +02:00
parent 7f082ad8f6
commit e2c2b1a4d7
2 changed files with 0 additions and 3 deletions
-3
View File
@@ -8,9 +8,6 @@ test('test', async ({ page }) => {
await page.goto('http://localhost:4173', { waitUntil: 'load' });
// await expect(page).toHaveScreenshot();
await expect(page.locator('.graph-wrapper')).toHaveScreenshot();
await page.getByRole('button', { name: 'projects' }).click();
await page.getByRole('button', { name: 'New', exact: true }).click();
await page.getByRole('combobox').selectOption('2');