diff --git a/apps/react/tests/notation-input-overflow.spec.ts b/apps/react/tests/notation-input-overflow.spec.ts deleted file mode 100644 index c27cb60..0000000 --- a/apps/react/tests/notation-input-overflow.spec.ts +++ /dev/null @@ -1,9 +0,0 @@ -import { test, runRecorderEvents } from './helpers'; - -test('NotationInputScreen handles overflow input', async ({ page }) => { - await page.goto('/tests/notation-input-screen-test.html'); - await page.locator('#root').waitFor(); - - await runRecorderEvents(page, undefined, [[60], [62], [64], [65], [67]]); - await page.waitForTimeout(200); -}); diff --git a/apps/react/tests/notation-input-screen.spec.ts-snapshots/notation-input-screen.png b/apps/react/tests/notation-input-screen.spec.ts-snapshots/notation-input-screen.png deleted file mode 100644 index c101d00..0000000 Binary files a/apps/react/tests/notation-input-screen.spec.ts-snapshots/notation-input-screen.png and /dev/null differ