-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix e2e react usage #3806
Fix e2e react usage #3806
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 6ae32dc:
|
Size Change: 0 B Total Size: 40.5 kB ℹ️ View Unchanged
|
* Update GH Actions * Fix unit test command * Fix next-link issue * Fix start:app * Fix react * Fix playwright tests w/react event system changes * Use .blur() in playwright (h/t chatgpt for messing this up) * Upgrade @testing-library/react * Switch to .blur() * Fix e2e react usage (#3806) * Fix e2e react usage * Fix lockfile
Since Next.js ships an experimental version of React, linking react in node_modules broke e2e tests due to double react error.