- RevealToggle: use container.querySelector to avoid cross-test pollution; fireEvent.click works correctly when scoped to the test container - Tooltip: make aria-describedby conditional on show=true (portal exists); Esc blur test explicitly focuses button (jsdom mouseEnter doesn't focus) - TopBar: replace screen.getByRole with container-scoped queries to avoid multi-button ambiguity across test runs - BundleDropZone: createDragOverEvent helper for jsdom DragEvent - PurchaseSuccessModal: remove beforeEach fake timers from non-timer tests; use real timers with new Promise(setTimeout) for auto-dismiss - sortParentsBeforeChildren: roots (no parentId) before orphans All 1921 tests pass, npm run build succeeds. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| e2e | ||
| public | ||
| src | ||
| .dockerignore | ||
| .env.example | ||
| .gitignore | ||
| components.json | ||
| Dockerfile | ||
| next.config.ts | ||
| package-lock.json | ||
| package.json | ||
| playwright.config.ts | ||
| playwright.staging.config.ts | ||
| postcss.config.js | ||
| tsconfig.json | ||
| vitest.config.ts | ||