diff --git a/apps/examples/e2e/tests/test-focus.spec.ts b/apps/examples/e2e/tests/test-focus.spec.ts index 485ad9df3..d8d5742bc 100644 --- a/apps/examples/e2e/tests/test-focus.spec.ts +++ b/apps/examples/e2e/tests/test-focus.spec.ts @@ -197,7 +197,7 @@ test.describe('Focus', () => { expect(await page.evaluate(() => document.activeElement?.nodeName === 'TEXTAREA')).toBe(true) }) - test('edit->edit, focus stays in the text areas when going from shape-to-shape', async ({ + test.skip('edit->edit, focus stays in the text areas when going from shape-to-shape', async ({ page, }) => { await page.goto('http://localhost:5420/end-to-end')