fix the all the e2e tests

This commit is contained in:
peterkogo
2025-01-09 16:01:18 +01:00
parent b56c1c1838
commit 3ce88763e2
7 changed files with 77 additions and 40 deletions
+2 -2
View File
@@ -92,7 +92,7 @@ test.describe('Edges', () => {
await edge.click();
await expect(edge).toHaveClass(/selected/);
await page.keyboard.press('Backspace');
await page.keyboard.press('d');
await expect(edge).not.toBeAttached();
});
@@ -115,7 +115,7 @@ test.describe('Edges', () => {
// TODO: times out on webkit
await expect(edge).toHaveClass(/selected/);
await page.keyboard.press('Backspace');
await page.keyboard.press('d');
await expect(edge).toBeAttached();
});